com.retek.commons.fsm
Class FooStateModel

java.lang.Object
  extended bycom.retek.fsm.StateModel
      extended bycom.retek.commons.fsm.FooStateModel

public class FooStateModel
extends com.retek.fsm.StateModel


Field Summary
 com.retek.fsm.State closedState
           
static java.lang.String NEW_TO_CLOSED_EVENT_CODE
           
 com.retek.fsm.State newState
           
 
Fields inherited from class com.retek.fsm.StateModel
DBBUILD_EVENT_DESCRIPTOR_CODE, PARTCHANGED_EVENT_DESCRIPTOR_CODE, START_EVENT_DESCRIPTOR_CODE
 
Constructor Summary
FooStateModel()
           
 
Method Summary
 RcomRmmEvent getNewToClosedEvent()
           
 
Methods inherited from class com.retek.fsm.StateModel
buildDecisionState, buildEventDescriptor, buildEventDescriptor, buildInternalTransition, buildState, buildTransition, findEventDescriptorForCode, findEventFanout, findEventFanoutForUI, findStateForCode, findTransitions, getAllNonSuperStates, getDbBuildEventDescriptor, getPartChangedEventDescriptor, getStartEventDescriptor, getStartState, mapHasTransitions, setStartState, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NEW_TO_CLOSED_EVENT_CODE

public static final java.lang.String NEW_TO_CLOSED_EVENT_CODE
See Also:
Constant Field Values

newState

public com.retek.fsm.State newState

closedState

public com.retek.fsm.State closedState
Constructor Detail

FooStateModel

public FooStateModel()
Method Detail

getNewToClosedEvent

public RcomRmmEvent getNewToClosedEvent()


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28