|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.shiwa.fgi.iwir.AbstractTask
org.shiwa.fgi.iwir.AbstractCompoundTask
org.shiwa.fgi.iwir.AbstractSimpleCompoundTask
org.shiwa.fgi.iwir.ParallelForTask
public class ParallelForTask
The Class ParallelForTask.
| Constructor Summary | |
|---|---|
ParallelForTask(java.lang.String name)
Instantiates a new parallel for task. |
|
| Method Summary | |
|---|---|
java.util.List<AbstractDataPort> |
getAllInputPorts()
Returns a list of all input ports (inputPort, loopPoort,...). |
java.util.List<AbstractDataPort> |
getAllOutputPorts()
Returns a list of all output ports (outputPort, unionPort,...). |
LoopCounter |
getLoopCounter()
Gets the loop counter of the task. |
void |
setLoopCounter(LoopCounter loopCounter)
Sets the loop counter of the task. |
| Methods inherited from class org.shiwa.fgi.iwir.AbstractSimpleCompoundTask |
|---|
addTask, equals, getBodyTasks, getChildren, hashCode |
| Methods inherited from class org.shiwa.fgi.iwir.AbstractCompoundTask |
|---|
addLink, addLink, getControlLinks, getDataLinks, getLinks |
| Methods inherited from class org.shiwa.fgi.iwir.AbstractTask |
|---|
addConstraint, addInputPort, addOutputPort, addProperty, getConstraints, getInputPorts, getName, getOutputPorts, getParentTask, getPort, getProperties, getUniqueId, isTopLevelTask, removeProperty, setPortValue, setPortValue, setPortValue, setPortValue, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ParallelForTask(java.lang.String name)
name - the name of the parallel for task| Method Detail |
|---|
public void setLoopCounter(LoopCounter loopCounter)
loopCounter - the new loop counterpublic LoopCounter getLoopCounter()
public java.util.List<AbstractDataPort> getAllInputPorts()
AbstractTask
getAllInputPorts in class AbstractTaskpublic java.util.List<AbstractDataPort> getAllOutputPorts()
AbstractTask
getAllOutputPorts in class AbstractTask
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||