Package afcl.functions
Class ParallelFor
- java.lang.Object
-
- afcl.Function
-
- afcl.functions.Compound
-
- afcl.functions.ParallelFor
-
public class ParallelFor extends Compound
This class describes the parallelFor compound
-
-
Constructor Summary
Constructors Constructor Description ParallelFor()
ParallelFor(java.lang.String name, java.util.List<DataIns> dataIns, LoopCounter loopCounter, java.util.List<Function> loopBody, java.util.List<DataOuts> dataOuts)
Constructor for function compound parallelFor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
getAdditionalProperties()
java.util.List<Function>
getLoopBody()
LoopCounter
getLoopCounter()
Getter and Settervoid
setAdditionalProperty(java.lang.String name, java.lang.Object value)
void
setLoopBody(java.util.List<Function> loopBody)
void
setLoopCounter(LoopCounter loopCounter)
-
Methods inherited from class afcl.functions.Compound
getDataIns, getDataOuts, setDataIns, setDataOuts
-
Methods inherited from class afcl.Function
getConstraints, getName, getProperties, setConstraints, setName, setProperties
-
-
-
-
Constructor Detail
-
ParallelFor
public ParallelFor()
-
ParallelFor
public ParallelFor(java.lang.String name, java.util.List<DataIns> dataIns, LoopCounter loopCounter, java.util.List<Function> loopBody, java.util.List<DataOuts> dataOuts)
Constructor for function compound parallelFor
-
-
Method Detail
-
getLoopCounter
public LoopCounter getLoopCounter()
Getter and Setter
-
setLoopCounter
public void setLoopCounter(LoopCounter loopCounter)
-
getLoopBody
public java.util.List<Function> getLoopBody()
-
setLoopBody
public void setLoopBody(java.util.List<Function> loopBody)
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
setAdditionalProperty
public void setAdditionalProperty(java.lang.String name, java.lang.Object value)
-
-