vanted.petrinetelements
Class Capacity

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

public class Capacity
extends java.lang.Object

The Class Capacity for capacity handling.

Author:
Kevin Pucknat

Constructor Summary
Capacity(java.lang.Object value)
          Instantiates a new capacity.
 
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

Capacity

public Capacity(java.lang.Object value)
Instantiates a new capacity.

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