org.state4j.sm
Interface SmTransition
public interface SmTransition
getAction
SmAction getAction()
setAction
void setAction(SmAction action)
hasAction
boolean hasAction()
getGuardCondition
SmGuardCondition getGuardCondition()
setGuardCondition
void setGuardCondition(SmGuardCondition guardCondition)
hasGuardCondition
boolean hasGuardCondition()
getStateIn
SmState getStateIn()
setStateIn
void setStateIn(SmState state)
hasStateIn
boolean hasStateIn()
getStateOut
SmState getStateOut()
setStateOut
void setStateOut(SmState state)
hasStateOut
boolean hasStateOut()
getSubtype
java.lang.String getSubtype()
setSubtype
void setSubtype(java.lang.String subtype)
hasSubtype
boolean hasSubtype()
getName
java.lang.String getName()
setName
void setName(java.lang.String name)
hasName
boolean hasName()
fireable
boolean fireable(SmContext cntx,
boolean withTrigger)
fire
void fire(SmContext cntx)
setLCA
void setLCA(SmCompositeState lca)
getLCA
SmCompositeState getLCA()
hasLCA
boolean hasLCA()
isInternal
boolean isInternal()
Copyright © 2006 . All Rights Reserved.