public class ExecutionLink extends java.lang.Object implements IExecutionLink
IExecutionLink.| Modifier and Type | Field and Description | 
|---|---|
private IExecutionNode<?> | 
source
The source  
IExecutionNode. | 
private IExecutionNode<?> | 
target
The target  
IExecutionNode. | 
| Constructor and Description | 
|---|
ExecutionLink(IExecutionNode<?> source,
             IExecutionNode<?> target)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IExecutionNode<?> | 
getSource()
Returns the source. 
 | 
IExecutionNode<?> | 
getTarget()
Returns the target. 
 | 
private final IExecutionNode<?> source
IExecutionNode.private final IExecutionNode<?> target
IExecutionNode.public ExecutionLink(IExecutionNode<?> source, IExecutionNode<?> target)
source - The source IExecutionNode.target - The target IExecutionNode.public IExecutionNode<?> getSource()
getSource in interface IExecutionLinkpublic IExecutionNode<?> getTarget()
getTarget in interface IExecutionLink