Class NESTWorkflowGUIVisualizerImpl

java.lang.Object
de.uni_trier.wi2.procake.utils.composition.FactoryObjectImplementation
de.uni_trier.wi2.procake.data.object.nest.utils.impl.NESTWorkflowVisualizerImpl<de.uni_trier.wi2.procake.data.object.nest.NESTWorkflowObject>
de.uni_trier.wi2.procake.gui.nestworkflow.NESTWorkflowGUIVisualizerImpl
All Implemented Interfaces:
de.uni_trier.wi2.procake.data.object.nest.utils.NESTGraphVisualizer, de.uni_trier.wi2.procake.data.object.nest.utils.NESTWorkflowVisualizer

public class NESTWorkflowGUIVisualizerImpl extends de.uni_trier.wi2.procake.data.object.nest.utils.impl.NESTWorkflowVisualizerImpl<de.uni_trier.wi2.procake.data.object.nest.NESTWorkflowObject>
  • Field Summary

    Fields inherited from class de.uni_trier.wi2.procake.data.object.nest.utils.impl.NESTWorkflowVisualizerImpl

    graph, parameterToGraphItemTypeMapping
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    NESTWorkflowGUIVisualizerImpl(de.uni_trier.wi2.procake.data.object.nest.NESTWorkflowObject graph)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    de.uni_trier.wi2.procake.data.object.nest.utils.impl.NESTWorkflowVisualizerImpl
    copy(de.uni_trier.wi2.procake.data.object.nest.NESTWorkflowObject graph)
     
     
    void
     

    Methods inherited from class de.uni_trier.wi2.procake.data.object.nest.utils.impl.NESTWorkflowVisualizerImpl

    getLabel, getParameters, postInit, preInit

    Methods inherited from class de.uni_trier.wi2.procake.utils.composition.FactoryObjectImplementation

    getParameter, initParametersBasedOn

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NESTWorkflowGUIVisualizerImpl

      public NESTWorkflowGUIVisualizerImpl()
    • NESTWorkflowGUIVisualizerImpl

      public NESTWorkflowGUIVisualizerImpl(de.uni_trier.wi2.procake.data.object.nest.NESTWorkflowObject graph)
  • Method Details

    • visualize

      public void visualize()
    • getVisualization

      public String getVisualization()
      Returns:
      SVG as XML string
    • copy

      public de.uni_trier.wi2.procake.data.object.nest.utils.impl.NESTWorkflowVisualizerImpl copy(de.uni_trier.wi2.procake.data.object.nest.NESTWorkflowObject graph)
      Specified by:
      copy in class de.uni_trier.wi2.procake.data.object.nest.utils.impl.NESTWorkflowVisualizerImpl<de.uni_trier.wi2.procake.data.object.nest.NESTWorkflowObject>