public class TransitionImpl extends ProcessElementImpl implements PvmTransition
Modifier and Type | Field and Description |
---|---|
protected ActivityImpl |
destination |
protected List<ExecutionListener> |
executionListeners |
protected ActivityImpl |
source |
protected List<Integer> |
waypoints
Graphical information: a list of waypoints: x1, y1, x2, y2, x3, y3, ..
|
id, processDefinition, properties
Constructor and Description |
---|
TransitionImpl(String id,
ProcessDefinitionImpl processDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
addExecutionListener(ExecutionListener executionListener) |
ActivityImpl |
getDestination() |
List<ExecutionListener> |
getExecutionListeners() |
ActivityImpl |
getSource() |
List<Integer> |
getWaypoints() |
void |
setDestination(ActivityImpl destination) |
void |
setExecutionListeners(List<ExecutionListener> executionListeners) |
protected void |
setSource(ActivityImpl source) |
void |
setWaypoints(List<Integer> waypoints) |
String |
toString() |
getId, getProcessDefinition, getProperties, getProperty, setProperties, setProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getId, getProcessDefinition, getProperty
protected ActivityImpl source
protected ActivityImpl destination
protected List<ExecutionListener> executionListeners
public TransitionImpl(String id, ProcessDefinitionImpl processDefinition)
public ActivityImpl getSource()
getSource
in interface PvmTransition
public void setDestination(ActivityImpl destination)
public void addExecutionListener(ExecutionListener executionListener)
public List<ExecutionListener> getExecutionListeners()
protected void setSource(ActivityImpl source)
public ActivityImpl getDestination()
getDestination
in interface PvmTransition
public void setExecutionListeners(List<ExecutionListener> executionListeners)
Copyright © 2015. All rights reserved.