Class NESTWorkflowStringVisualizerScientificImpl
- java.lang.Object
-
- de.uni_trier.wi2.procake.utils.composition.FactoryObjectImplementation
-
- de.uni_trier.wi2.procake.data.object.nest.utils.impl.NESTWorkflowVisualizerImpl<T>
-
- de.uni_trier.wi2.procake.data.object.nest.utils.impl.NESTWorkflowStringVisualizerImpl
-
- de.uni_trier.wi2.procake.data.object.nest.utils.impl.NESTWorkflowStringVisualizerScientificImpl
-
- All Implemented Interfaces:
NESTGraphVisualizer,NESTWorkflowVisualizer
public class NESTWorkflowStringVisualizerScientificImpl extends NESTWorkflowStringVisualizerImpl
This class is the main implementation of a NESTGraphVisualizer and visualizes a NESTGraph as a simple String that is printed in the Console.
-
-
Field Summary
-
Fields inherited from class de.uni_trier.wi2.procake.data.object.nest.utils.impl.NESTWorkflowStringVisualizerImpl
SHOW_CONTROLFLOW_EDGES, SHOW_CONTROLFLOW_ELEMENT_IDS, SHOW_CONTROLFLOW_END_ELEMENTS, SHOW_DATA_IDS, SHOW_DATA_IDS_IN_PLACE, SHOW_DATAFLOW_EDGES, SHOW_DFS_STRUCTURE, SHOW_GRAPH_STRUCTURE, SHOW_PART_OF_EDGES, SHOW_SUBWORKFLOWS, SHOW_TASK_IDS
-
Fields inherited from class de.uni_trier.wi2.procake.data.object.nest.utils.impl.NESTWorkflowVisualizerImpl
graph, parameterToGraphItemTypeMapping
-
-
Constructor Summary
Constructors Constructor Description NESTWorkflowStringVisualizerScientificImpl()NESTWorkflowStringVisualizerScientificImpl(NESTAbstractWorkflowObject graph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NESTWorkflowVisualizerImplcopy(NESTAbstractWorkflowObject graph)ObjectgetVisualization()The main method to return a visualization, e.g.-
Methods inherited from class de.uni_trier.wi2.procake.data.object.nest.utils.impl.NESTWorkflowStringVisualizerImpl
generateString, getLabel, getParameters, preInit, printTaskNode, processNode, visualize
-
Methods inherited from class de.uni_trier.wi2.procake.data.object.nest.utils.impl.NESTWorkflowVisualizerImpl
getLabel, postInit
-
Methods inherited from class de.uni_trier.wi2.procake.utils.composition.FactoryObjectImplementation
getParameter, initParametersBasedOn
-
-
-
-
Constructor Detail
-
NESTWorkflowStringVisualizerScientificImpl
public NESTWorkflowStringVisualizerScientificImpl()
-
NESTWorkflowStringVisualizerScientificImpl
public NESTWorkflowStringVisualizerScientificImpl(NESTAbstractWorkflowObject graph)
-
-
Method Detail
-
getVisualization
public Object getVisualization()
Description copied from interface:NESTGraphVisualizerThe main method to return a visualization, e.g. a string or an xml.- Specified by:
getVisualizationin interfaceNESTGraphVisualizer- Overrides:
getVisualizationin classNESTWorkflowStringVisualizerImpl- Returns:
- the visualization in the export format
-
copy
public NESTWorkflowVisualizerImpl copy(NESTAbstractWorkflowObject graph)
- Overrides:
copyin classNESTWorkflowStringVisualizerImpl
-
-