org.echarts
Class AndState

java.lang.Object
  extended by org.echarts.State
      extended by org.echarts.AndState
All Implemented Interfaces:
java.io.Serializable

public final class AndState
extends State
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.echarts.State
serialVersionUID
 
Constructor Summary
AndState(java.lang.String name, MachineConstructor machineConstructor, EntryMethod entryMethod, ExitMethod exitMethod, boolean nonterminal)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndState

public AndState(java.lang.String name,
                MachineConstructor machineConstructor,
                EntryMethod entryMethod,
                ExitMethod exitMethod,
                boolean nonterminal)