org.state4j.sm
Class SmSimpleStateImpl

java.lang.Object
  extended by org.state4j.sm.SmStateImpl
      extended by org.state4j.sm.SmSimpleStateImpl
All Implemented Interfaces:
org.state4j.sm.SmSimpleState, org.state4j.sm.SmState

public class SmSimpleStateImpl
extends SmStateImpl
implements org.state4j.sm.SmSimpleState

Author:
andrea

Constructor Summary
SmSimpleStateImpl()
           
 
Method Summary
 org.state4j.sm.SmState closeDownState()
           
 boolean containsState(org.state4j.sm.SmState state)
           
 boolean deepContainsState(org.state4j.sm.SmState state)
           
 void deepEntry(org.state4j.sm.SmContext cntx, org.state4j.sm.SmState state)
           
 void deepExit(org.state4j.sm.SmContext cntx, org.state4j.sm.SmState state)
           
 
Methods inherited from class org.state4j.sm.SmStateImpl
addOutTransition, entry, entryUp, equals, exit, exitUp, fire, getEntryAction, getExitAction, getFireableTransitions, getName, getOutTransition, getOutTransitions, getParent, getSubtype, hasEntryAction, hasExitAction, hasName, hasOutTransition, hasOutTransitions, hasParent, hasSubtype, init, isActive, isFinal, isInitial, setEntryAction, setExitAction, setName, setOutTransitions, setParent, setSubtype
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.state4j.sm.SmState
addOutTransition, entry, entryUp, exit, exitUp, fire, getEntryAction, getExitAction, getFireableTransitions, getName, getOutTransition, getOutTransitions, getParent, getSubtype, hasEntryAction, hasExitAction, hasName, hasOutTransition, hasOutTransitions, hasParent, hasSubtype, init, isActive, isFinal, isInitial, setEntryAction, setExitAction, setName, setOutTransitions, setParent, setSubtype
 

Constructor Detail

SmSimpleStateImpl

public SmSimpleStateImpl()
Method Detail

closeDownState

public org.state4j.sm.SmState closeDownState()
Specified by:
closeDownState in interface org.state4j.sm.SmState

containsState

public boolean containsState(org.state4j.sm.SmState state)
Specified by:
containsState in interface org.state4j.sm.SmState

deepContainsState

public boolean deepContainsState(org.state4j.sm.SmState state)
Specified by:
deepContainsState in interface org.state4j.sm.SmState

deepEntry

public void deepEntry(org.state4j.sm.SmContext cntx,
                      org.state4j.sm.SmState state)

deepExit

public void deepExit(org.state4j.sm.SmContext cntx,
                     org.state4j.sm.SmState state)


Copyright © 2006 . All Rights Reserved.