vanted.petrinetelements
Class ArcWeight

java.lang.Object
  extended by vanted.petrinetelements.ArcWeight

public class ArcWeight
extends java.lang.Object

The Class ArcWeight for arc-weight handling.

Author:
Kevin Pucknat

Constructor Summary
ArcWeight(java.lang.Object value)
          Instantiates a new arc weight.
 
Method Summary
 java.lang.Object getValue()
          Gets the value.
 void setValue(java.lang.Object value)
          Sets the value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArcWeight

public ArcWeight(java.lang.Object value)
Instantiates a new arc weight.

Parameters:
value - the value
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

setValue

public void setValue(java.lang.Object value)
Sets the value.

Parameters:
value - the new value

getValue

public java.lang.Object getValue()
Gets the value.

Returns:
the value