|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransitionImpl | |
|---|---|
| org.ow2.orchestra.pvm.internal.model | |
| org.ow2.orchestra.pvm.model | |
| Uses of TransitionImpl in org.ow2.orchestra.pvm.internal.model |
|---|
| Subclasses of TransitionImpl in org.ow2.orchestra.pvm.internal.model | |
|---|---|
static class |
ProcessModificationsImpl.AddedTransition
|
| Fields in org.ow2.orchestra.pvm.internal.model declared as TransitionImpl | |
|---|---|
protected TransitionImpl |
NodeImpl.defaultTransition
|
protected TransitionImpl |
ExecutionImpl.transition
transition is not to be made persistable by default |
| Fields in org.ow2.orchestra.pvm.internal.model with type parameters of type TransitionImpl | |
|---|---|
protected List<TransitionImpl> |
NodeImpl.incomingTransitions
|
protected List<TransitionImpl> |
NodeImpl.outgoingTransitions
|
protected Map<String,TransitionImpl> |
NodeImpl.outgoingTransitionsMap
|
protected List<TransitionImpl> |
ProcessModificationsImpl.removedTransitions
|
| Methods in org.ow2.orchestra.pvm.internal.model that return TransitionImpl | |
|---|---|
TransitionImpl |
NodeImpl.createOutgoingTransition(NodeImpl destination,
String transitionName)
creates a transition with the given name from this node to the given destination node. |
TransitionImpl |
NodeImpl.createOutgoingTransition(String transitionName)
|
protected TransitionImpl |
ExecutionImpl.findDefaultTransition()
|
TransitionImpl |
NodeImpl.findDefaultTransition()
searches for the default transition in this node and then up the parent chain. |
TransitionImpl |
NodeImpl.findOutgoingTransition(String transitionName)
searches for the given transitionName in this node and then up the parent chain. |
protected TransitionImpl |
ExecutionImpl.findTransition(String transitionName)
by default this will use NodeImpl.findOutgoingTransition(String) to
search for the outgoing transition, which includes a search over the parent
chain of the current node. |
TransitionImpl |
NodeImpl.getDefaultTransition()
|
TransitionImpl |
ProcessModificationsImpl.getOutgoingTransition(NodeImpl node,
String transitionName)
|
TransitionImpl |
NodeImpl.getOutgoingTransition(String transitionName)
the first leaving transition with the given name or null of no such leaving transition exists. |
TransitionImpl |
ExecutionImpl.getTransition()
|
| Methods in org.ow2.orchestra.pvm.internal.model with parameters of type TransitionImpl | |
|---|---|
Transition |
NodeImpl.addIncomingTransition(TransitionImpl transition)
adds the given transition as an arriving transition to this node. |
Transition |
NodeImpl.addOutgoingTransition(TransitionImpl transition)
adds the given transition as a leaving transition to this node. |
boolean |
NodeImpl.removeIncomingTransition(TransitionImpl transition)
removes the given transition if it is contained in the arriving transitions of this node. |
boolean |
NodeImpl.removeOutgoingTransition(TransitionImpl transition)
removes the given transition from the leaving transitions. |
void |
NodeImpl.setDefaultTransition(TransitionImpl defaultTransition)
|
void |
ExecutionImpl.setTransition(TransitionImpl transition)
|
| Method parameters in org.ow2.orchestra.pvm.internal.model with type arguments of type TransitionImpl | |
|---|---|
void |
NodeImpl.setIncomingTransitions(List<TransitionImpl> incomingTransitions)
sets the incomingTransitions to the given list of incomingTransitions. |
void |
NodeImpl.setOutgoingTransitions(List<TransitionImpl> outgoingTransitions)
sets the outgoingTransitions to the given list of outgoingTransitions. |
| Uses of TransitionImpl in org.ow2.orchestra.pvm.model |
|---|
| Fields in org.ow2.orchestra.pvm.model declared as TransitionImpl | |
|---|---|
protected TransitionImpl |
ProcessFactory.transition
|
| Constructors in org.ow2.orchestra.pvm.model with parameters of type TransitionImpl | |
|---|---|
ProcessFactory.DestinationReference(TransitionImpl transition,
String destinationName)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||