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
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
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptioncopy
(NESTAbstractWorkflowObject graph) 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 Details
-
NESTWorkflowStringVisualizerScientificImpl
public NESTWorkflowStringVisualizerScientificImpl() -
NESTWorkflowStringVisualizerScientificImpl
-
-
Method Details
-
getVisualization
Description copied from interface:NESTGraphVisualizer
The main method to return a visualization, e.g. a string or an xml.- Specified by:
getVisualization
in interfaceNESTGraphVisualizer
- Overrides:
getVisualization
in classNESTWorkflowStringVisualizerImpl
- Returns:
- the visualization in the export format
-
copy
- Overrides:
copy
in classNESTWorkflowStringVisualizerImpl
-