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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.runtime.TransitionInfo
      extended by org.eclipse.stardust.engine.api.runtime.TransitionTarget
All Implemented Interfaces:
Serializable, org.eclipse.stardust.engine.api.runtime.ActivityInstanceContextAware

public final class TransitionTarget
extends TransitionInfo

Descriptor of a transition target. This is the target of an ad-hoc transition.

Version:
$Revision: $
Author:
Florin.Herinean
See Also:
Serialized Form

Method Summary
 boolean equals(Object obj)
           
 List<TransitionStep> getTransitionSteps()
          Retrieves the list of intermediate steps that must be performed during transition.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class org.eclipse.stardust.engine.api.runtime.TransitionInfo
getActivityId, getActivityInstanceOid, getActivityName, getActivityRuntimeOid, getModelId, getModelName, getModelOid, getProcessId, getProcessName
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getTransitionSteps

public List<TransitionStep> getTransitionSteps()
Retrieves the list of intermediate steps that must be performed during transition.

Returns:
a non-null list of transition steps. Can be empty if no intermediate steps are required.

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class TransitionInfo

equals

public boolean equals(Object obj)
Overrides:
equals in class TransitionInfo


Copyright © 2017 Eclipse Stardust. All Rights Reserved.