Class NESTWorkflowToWFBlock

  • All Implemented Interfaces:
    NESTGraphListener

    public class NESTWorkflowToWFBlock
    extends Object
    implements NESTGraphListener
    Concrete implementation of transforming a workflow from NESTGraph to block-orientation.
    Author:
    Alexander Stromer
    • Constructor Detail

      • NESTWorkflowToWFBlock

        public NESTWorkflowToWFBlock()
        Standard constructor
    • Method Detail

      • setEdgePre

        public void setEdgePre​(NESTEdgeObject newEdge,
                               NESTNodeObject oldPreNode)
        Description copied from interface: NESTGraphListener
        The NESTGraph changed the pre-item of the edge.
        Specified by:
        setEdgePre in interface NESTGraphListener
        Parameters:
        newEdge - Represents the situation after the change. The Node was already changed.
        oldPreNode - The node, which was previously at this position (now disconnected from that edge)
      • setEdgePost

        public void setEdgePost​(NESTEdgeObject newEdge,
                                NESTNodeObject oldPostNode)
        Description copied from interface: NESTGraphListener
        The NESTGraph changed the post-item of the edge.
        Specified by:
        setEdgePost in interface NESTGraphListener
        Parameters:
        newEdge - Represents the situation after the change. The Node was already changed.
        oldPostNode - The node, which was previously at this position (now disconnected from that edge)