Modifier and Type | Method and Description |
---|---|
void |
ExecutionEntity.take(PvmTransition transition) |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionEntity.takeAll(List<PvmTransition> transitions,
List<ActivityExecution> recyclableExecutions) |
Modifier and Type | Method and Description |
---|---|
PvmTransition |
PvmActivity.findOutgoingTransition(String transitionId) |
Modifier and Type | Method and Description |
---|---|
List<PvmTransition> |
PvmActivity.getIncomingTransitions() |
List<PvmTransition> |
PvmActivity.getOutgoingTransitions() |
Modifier and Type | Method and Description |
---|---|
void |
ActivityExecution.take(PvmTransition transition)
leaves the current activity by taking the given transition.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityExecution.takeAll(List<PvmTransition> outgoingTransitions,
List<ActivityExecution> joinedExecutions)
Takes the given outgoing transitions, and potentially reusing
the given list of executions that were previously joined.
|
Modifier and Type | Class and Description |
---|---|
class |
TransitionImpl |
Modifier and Type | Method and Description |
---|---|
List<PvmTransition> |
ActivityImpl.getIncomingTransitions() |
List<PvmTransition> |
ActivityImpl.getOutgoingTransitions() |
Modifier and Type | Field and Description |
---|---|
protected PvmTransition |
OutgoingExecution.outgoingTransition |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionImpl.take(PvmTransition transition) |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionImpl.takeAll(List<PvmTransition> transitions,
List<ActivityExecution> recyclableExecutions) |
Constructor and Description |
---|
OutgoingExecution(InterpretableExecution outgoingExecution,
PvmTransition outgoingTransition,
boolean isNew) |
Copyright © 2015. All rights reserved.