Uses of Class
com.werken.blissed.State

Packages that use State
com.werken.blissed The blissed process+state framework. 
com.werken.blissed.jelly Jelly tag library. 
 

Uses of State in com.werken.blissed
 

Methods in com.werken.blissed that return State
 State ProcessContext.getCurrentState()
          Retrieve the ProcessContext's current state location.
 State Process.getStartState()
          Retrieve the entry-point start state of this process.
 State Process.getTerminalState()
          Retrieve the terminal state.
 State Process.getState(java.lang.String name)
          Retrieve a stae in this process, by name.
 State Process.addState(java.lang.String name, java.lang.String description)
          Create a new state for this process.
 State Transition.getOrigin()
          Retrieve the origin of this transition.
 State Transition.getDestination()
          Retrieve the destination of this transition.
 

Methods in com.werken.blissed with parameters of type State
 Transition State.addTransition(State destination, java.lang.String description)
          Create a transition.
 Transition State.addTransition(State destination, Guard guard, java.lang.String description)
          Create a transition.
protected  void ProcessEngine.enterState(State state, ProcessContext context)
          Enter a State for a particular ProcessContext.
protected  void ProcessEngine.exitState(State state, ProcessContext context)
          Exit a State for a particular ProcessContext.
 void Process.setStartState(State startState)
          Set the start state.
protected  void Process.addState(State state)
          Add a state to this process.
protected  boolean Process.removeState(State state)
          Remove a state from this process.
 

Uses of State in com.werken.blissed.jelly
 

Methods in com.werken.blissed.jelly that return State
protected  State DefinitionTagSupport.getCurrentState()
          Retrieve the currently in-scope State.
 State StateTag.getState()
          Retrieve the State.
 



Copyright © 2002-2002 The Werken Company. All Rights Reserved.