org.eclipse.stardust.engine.api.runtime
Class TransitionStep
java.lang.Object
org.eclipse.stardust.engine.api.runtime.TransitionInfo
org.eclipse.stardust.engine.api.runtime.TransitionStep
- All Implemented Interfaces:
- Serializable, org.eclipse.stardust.engine.api.runtime.ActivityInstanceContextAware
public final class TransitionStep
- extends TransitionInfo
Descriptor of a transition step.
If the target of an ad-hoc transition lies in a different process instance than the one
containing the source activity instance, then one or more steps are required to perform
the transition, one step for each process boundary.
- Version:
- $Revision: $
- Author:
- Florin.Herinean
- See Also:
- Serialized Form
| Methods inherited from class org.eclipse.stardust.engine.api.runtime.TransitionInfo |
equals, getActivityId, getActivityInstanceOid, getActivityName, getActivityRuntimeOid, getModelId, getModelName, getModelOid, getProcessId, getProcessName, hashCode |
isUpwards
public boolean isUpwards()
- Retrieves the step direction.
- Returns:
- true if the step is performed out of the sub process, false if it's a step into a sub process.
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2017 Eclipse Stardust. All Rights Reserved.