| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transition | |
|---|---|
| org.apache.commons.scxml | The Commons SCXML executor and core concepts. | 
| org.apache.commons.scxml.env | A collection of classes that may be commonly used to bridge the SCXML executor to the runtime environment. | 
| org.apache.commons.scxml.io | A collection of classes for reading in and writing out SCXML documents, to and from the Commons SCXML Java object model. | 
| org.apache.commons.scxml.model | A collection of classes needed to model SCXML documents. | 
| Uses of Transition in org.apache.commons.scxml | 
|---|
| Methods in org.apache.commons.scxml with parameters of type Transition | |
|---|---|
 void | 
SCXMLExecutor.addListener(Transition transition,
            SCXMLListener listener)
Add a listener to this transition.  | 
 void | 
NotificationRegistry.fireOnTransition(SCXML observable,
                 TransitionTarget from,
                 TransitionTarget to,
                 Transition transition)
Inform all relevant listeners of a transition that has occured.  | 
 void | 
NotificationRegistry.fireOnTransition(Transition observable,
                 TransitionTarget from,
                 TransitionTarget to,
                 Transition transition)
Inform all relevant listeners of a transition that has occured.  | 
static Set | 
SCXMLHelper.getStatesExited(Transition t,
                Set currentStates)
Returns the set of all states (and parallels) which are exited if a given transition t is going to be taken.  | 
static boolean | 
SCXMLHelper.inConflict(Transition t1,
           Transition t2,
           Set currentStates)
According to the UML definition, two transitions are conflicting if the sets of states they exit overlap.  | 
 void | 
SCXMLListener.onTransition(TransitionTarget from,
             TransitionTarget to,
             Transition transition)
Handle the transition.  | 
 void | 
SCXMLExecutor.removeListener(Transition transition,
               SCXMLListener listener)
Remove this listener for this transition.  | 
| Uses of Transition in org.apache.commons.scxml.env | 
|---|
| Methods in org.apache.commons.scxml.env with parameters of type Transition | |
|---|---|
 void | 
Tracer.onTransition(TransitionTarget from,
             TransitionTarget to,
             Transition transition)
 | 
 void | 
SimpleSCXMLListener.onTransition(TransitionTarget from,
             TransitionTarget to,
             Transition transition)
 | 
 void | 
AbstractStateMachine.EntryListener.onTransition(TransitionTarget from,
             TransitionTarget to,
             Transition transition)
No-op.  | 
 void | 
AbstractSCXMLListener.onTransition(TransitionTarget from,
             TransitionTarget to,
             Transition transition)
 | 
static String | 
LogUtils.transToString(TransitionTarget from,
              TransitionTarget to,
              Transition transition)
Create a human readable log view of this transition.  | 
| Uses of Transition in org.apache.commons.scxml.io | 
|---|
| Methods in org.apache.commons.scxml.io with parameters of type Transition | |
|---|---|
static void | 
SCXMLSerializer.serializeTarget(StringBuffer b,
                Transition t,
                String indent)
Deprecated. Inline <target> element has been deprecated in the SCXML WD  | 
static void | 
SCXMLSerializer.serializeTransition(StringBuffer b,
                    Transition t,
                    String indent)
Serialize this Transition object.  | 
| Uses of Transition in org.apache.commons.scxml.model | 
|---|
| Methods in org.apache.commons.scxml.model that return Transition | |
|---|---|
 Transition | 
Initial.getTransition()
Get the initial transition.  | 
 Transition | 
History.getTransition()
Get the transition.  | 
| Methods in org.apache.commons.scxml.model with parameters of type Transition | |
|---|---|
 void | 
State.addTransition(Transition transition)
Add a transition to the map of all outgoing transitions for this state.  | 
 void | 
Initial.setTransition(Transition transition)
Set the initial transition.  | 
 void | 
History.setTransition(Transition transition)
Set the transition.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||