Class ParallelFor


  • public class ParallelFor
    extends Compound
    This class describes the parallelFor compound
    • 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
        Parameters:
        name - Unique identifier of the compound
        dataIns - Data input ports (DataIns)
        loopCounter - information about the number of (parallel) loop iterations
        loopBody - functions which should be executed in each iteration
        dataOuts - Data output ports (DataOuts)
    • 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)