public class TransitionImpl extends CoreModelElement implements PvmTransition
| Modifier and Type | Field and Description | 
|---|---|
protected ActivityImpl | 
destination  | 
protected ProcessDefinitionImpl | 
processDefinition  | 
protected ActivityImpl | 
source  | 
protected List<Integer> | 
waypoints
Graphical information: a list of waypoints: x1, y1, x2, y2, x3, y3, .. 
 | 
builtInListeners, builtInVariableListeners, id, listeners, name, properties, variableListeners| Constructor and Description | 
|---|
TransitionImpl(String id,
              ProcessDefinitionImpl processDefinition)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addExecutionListener(ExecutionListener executionListener)
Deprecated.  
 | 
PvmActivity | 
getDestination()  | 
List<ExecutionListener> | 
getExecutionListeners()
Deprecated.  
 | 
PvmProcessDefinition | 
getProcessDefinition()
The process definition scope, root of the scope hierarchy. 
 | 
ActivityImpl | 
getSource()  | 
List<Integer> | 
getWaypoints()  | 
void | 
setDestination(ActivityImpl destination)  | 
void | 
setExecutionListeners(List<ExecutionListener> executionListeners)
Deprecated.  
 | 
protected void | 
setSource(ActivityImpl source)  | 
void | 
setWaypoints(List<Integer> waypoints)  | 
String | 
toString()  | 
addBuiltInListener, addBuiltInListener, addBuiltInVariableListener, addBuiltInVariableListener, addListener, addListener, addListenerToMap, addVariableListener, addVariableListener, getBuiltInListeners, getBuiltInListeners, getBuiltInVariableListeners, getBuiltInVariableListenersLocal, getId, getListeners, getListeners, getName, getProperties, getProperty, getVariableListeners, getVariableListenersLocal, setId, setName, setProperties, setPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetId, getProperties, getPropertyprotected ActivityImpl source
protected ActivityImpl destination
protected ProcessDefinitionImpl processDefinition
public TransitionImpl(String id, ProcessDefinitionImpl processDefinition)
public ActivityImpl getSource()
getSource in interface PvmTransitionpublic void setDestination(ActivityImpl destination)
@Deprecated public void addExecutionListener(ExecutionListener executionListener)
@Deprecated public List<ExecutionListener> getExecutionListeners()
@Deprecated public void setExecutionListeners(List<ExecutionListener> executionListeners)
public PvmProcessDefinition getProcessDefinition()
PvmProcessElementgetProcessDefinition in interface PvmProcessElementprotected void setSource(ActivityImpl source)
public PvmActivity getDestination()
getDestination in interface PvmTransitionCopyright © 2017. All rights reserved.