Package | Description |
---|---|
org.cripac.isee.vpe.common |
This package contains common concept classes.
|
org.cripac.isee.vpe.ctrl |
This package contains classes for controlling of the platform.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Stream.output(Collection<TaskData.ExecutionPlan.Node.Port> outputPorts,
TaskData.ExecutionPlan executionPlan,
Serializable result,
UUID taskID)
|
Modifier and Type | Field and Description |
---|---|
Map<Stream.Port,TaskData.ExecutionPlan.Node.Port>
|
TaskData.destPorts
Current nodes to execute.
|
private List<TaskData.ExecutionPlan.Node.Port>
|
TaskData.ExecutionPlan.Node.outputPorts
Each node has its own successor nodes, each organized in a list.
|
Modifier and Type | Method and Description |
---|---|
TaskData.ExecutionPlan.Node.Port
|
TaskData.ExecutionPlan.Node.createInputPort(Stream.Port prototype)
|
Modifier and Type | Method and Description |
---|---|
List<TaskData.ExecutionPlan.Node.Port>
|
TaskData.ExecutionPlan.Node.getOutputPorts()
|
Modifier and Type | Method and Description |
---|---|
void |
TaskData.ExecutionPlan.Node.outputTo(TaskData.ExecutionPlan.Node.Port port)
|
Constructor and Description |
---|
TaskData(TaskData.ExecutionPlan.Node.Port destPort,
TaskData.ExecutionPlan executionPlan)
Create a task with an execution plan with predecessor result.
|
TaskData(TaskData.ExecutionPlan.Node.Port destPort,
TaskData.ExecutionPlan executionPlan,
Serializable predecessorRes)
Create a task with an execution plan with predecessor result.
|
Constructor and Description |
---|
TaskData(Collection<TaskData.ExecutionPlan.Node.Port> destPorts,
TaskData.ExecutionPlan executionPlan)
Create a task with an execution plan with no predecessor result.
|
TaskData(Collection<TaskData.ExecutionPlan.Node.Port> destPorts,
TaskData.ExecutionPlan executionPlan,
Serializable predecessorRes)
Create a task with an execution plan with predecessor result.
|