it.amattioli.workstate.core
Class MetaPseudoState

Show UML class diagram
java.lang.Object
  extended by it.amattioli.workstate.core.MetaState
      extended by it.amattioli.workstate.core.MetaPseudoState
All Implemented Interfaces:
Receiver
Direct Known Subclasses:
MetaFinalState, MetaInitialState, MetaJunctionPoint

public abstract class MetaPseudoState
extends MetaState


Constructor Summary
MetaPseudoState()
           
 
Method Summary
 boolean equals(Object o)
          Two pseudostates are equals if they have the same class.
 void receive(Visitor visitor)
           
 String toString()
           
 
Methods inherited from class it.amattioli.workstate.core.MetaState
addAvailableEvents, addTransition, checkParentState, descendFrom, findTriggeredTransition, getAvailableEvents, getConfig, getParent, newState, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetaPseudoState

public MetaPseudoState()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Two pseudostates are equals if they have the same class.

Overrides:
equals in class Object

receive

public void receive(Visitor visitor)


Copyright © 2011. All Rights Reserved.