Package | Description |
---|---|
org.cripac.isee.vpe.ctrl |
This package contains classes for controlling of the platform.
|
Modifier and Type | Field and Description |
---|---|
private Map<Integer,TaskData.ExecutionPlan.Node> |
TaskData.ExecutionPlan.nodes
Map for finding nodes according to the class of its module.
|
Modifier and Type | Method and Description |
---|---|
TaskData.ExecutionPlan.Node |
TaskData.ExecutionPlan.addNode(DataType outputType)
Add a node to the execution plan.
|
(package private) TaskData.ExecutionPlan.Node |
TaskData.ExecutionPlan.addNode(DataType outputType,
Serializable execData)
Add a node to the execution plan.
|
TaskData.ExecutionPlan.Node |
TaskData.getDestNode(List<Stream.Port> possiblePorts)
Get the destination node which contains the given ports.
|
TaskData.ExecutionPlan.Node |
TaskData.getDestNode(Stream.Port port)
Get the destination node which contains the given port.
|
TaskData.ExecutionPlan.Node |
TaskData.ExecutionPlan.Node.Port.getNode()
|