vanted.petrinetelements.misc
Class HideCapacity

java.lang.Object
  extended by vanted.petrinetelements.misc.HideCapacity

public class HideCapacity
extends java.lang.Object

The Class HideCapacity is a helper class for capacity hiding.

Author:
Kevin Pucknat

Constructor Summary
HideCapacity(boolean value)
          Instantiates a new hide capacity.
 
Method Summary
 boolean getValue()
          Gets the value.
 void setValue(boolean 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

HideCapacity

public HideCapacity(boolean value)
Instantiates a new hide capacity.

Parameters:
value - the value
Method Detail

toString

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

setValue

public void setValue(boolean value)
Sets the value.

Parameters:
value - the new value

getValue

public boolean getValue()
Gets the value.

Returns:
the value