Class NESTWorkflowWithoutSubWorkflows


  • public class NESTWorkflowWithoutSubWorkflows
    extends Object
    Transforms a NESTGraph representation into a representation without any subworkflows by resolving them.
    Author:
    Christian Zeyen
    • Constructor Detail

      • NESTWorkflowWithoutSubWorkflows

        public NESTWorkflowWithoutSubWorkflows()
    • Method Detail

      • perform

        public static NESTWorkflowObject perform​(NESTWorkflowObject graph)
        Perform a transformation of the given NESTGraph by resolving subworkflows.
        Parameters:
        graph - The NESTGraphObject with the graph that contains subworkflow nodes
        Returns:
        Cloned NESTGraphObject with resolved subworkflow nodes