Interface ChangeableInstance

    • Field Detail

      • serialVersionUID

        static final long serialVersionUID
        Generated ID for serialisation.
        See Also:
        Constant Field Values
    • Method Detail

      • getDeltaLayer

        InstanceDeltaLayer getDeltaLayer()
        Returns a reference to the delta layer of the instance, or null if the instance is unchanged.
        Returns:
        The delta layer of the instance, or null.
      • setNodeIteration

        void setNodeIteration​(int nodeID,
                              int iteration)
        This function sets the iteration counter of the given node to the given value. Note: this function should not be used by the execution classes to set a correct node iteration in case of a loop execution.
        Parameters:
        nodeID - The ID of the node.
        iteration - The value for the iteration counter.
        See Also:
        Instance.getNodeIteration(int)