vanted.petrinetelements.misc
Class HideArcWeight

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

public class HideArcWeight
extends java.lang.Object

The Class HideArcWeight is a helper class for arc-weight hiding.

Author:
Kevin Pucknat

Constructor Summary
HideArcWeight(boolean value)
          Instantiates a new hide arc weight.
 
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

HideArcWeight

public HideArcWeight(boolean value)
Instantiates a new hide 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(boolean value)
Sets the value.

Parameters:
value - the new value

getValue

public boolean getValue()
Gets the value.

Returns:
the value