org.eclipse.stardust.engine.api.runtime
Class TransitionStep

java.lang.Object
  extended by org.eclipse.stardust.engine.api.runtime.TransitionInfo
      extended by 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

Method Summary
 boolean isUpwards()
          Retrieves the step direction.
 String toString()
           
 
Methods inherited from class org.eclipse.stardust.engine.api.runtime.TransitionInfo
equals, getActivityId, getActivityInstanceOid, getActivityName, getActivityRuntimeOid, getModelId, getModelName, getModelOid, getProcessId, getProcessName, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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.