vanted.petrinetelements.misc
Class IgnoreNode

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

public class IgnoreNode
extends java.lang.Object

The Class IgnoreNode is a helper class for node hiding.

Author:
Kevin Pucknat

Constructor Summary
IgnoreNode(boolean value)
          Instantiates a new ignore node.
 
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

IgnoreNode

public IgnoreNode(boolean value)
Instantiates a new ignore node.

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