Uses of Class
de.uni_trier.wi2.procake.data.object.nest.utils.impl.NESTWorkflowVisualizerImpl
-
Packages that use NESTWorkflowVisualizerImpl Package Description de.uni_trier.wi2.procake.data.object.nest.utils.impl -
-
Uses of NESTWorkflowVisualizerImpl in de.uni_trier.wi2.procake.data.object.nest.utils.impl
Subclasses of NESTWorkflowVisualizerImpl in de.uni_trier.wi2.procake.data.object.nest.utils.impl Modifier and Type Class Description classNESTWorkflowDOTVisualizerImplclassNESTWorkflowStringVisualizerImpl<T extends NESTAbstractWorkflowObject>This class is the main implementation of a NESTGraphVisualizer and visualizes a NESTGraph as a simple String that is printed in the Console.classNESTWorkflowStringVisualizerScientificImplThis class is the main implementation of a NESTGraphVisualizer and visualizes a NESTGraph as a simple String that is printed in the Console.Methods in de.uni_trier.wi2.procake.data.object.nest.utils.impl that return NESTWorkflowVisualizerImpl Modifier and Type Method Description NESTWorkflowVisualizerImplNESTWorkflowDOTVisualizerImpl. copy(NESTAbstractWorkflowObject graph)NESTWorkflowVisualizerImplNESTWorkflowStringVisualizerImpl. copy(T graph)NESTWorkflowVisualizerImplNESTWorkflowStringVisualizerScientificImpl. copy(NESTAbstractWorkflowObject graph)abstract NESTWorkflowVisualizerImplNESTWorkflowVisualizerImpl. copy(T graph)static NESTWorkflowVisualizerImplNESTWorkflowVisualizerFactory. getDefaultVisualizer(NESTWorkflowObject graph)The first visualizer in the list is always the default modifier.static NESTWorkflowVisualizerImplNESTWorkflowVisualizerFactory. getVisualizer(NESTWorkflowObject graph, Class clazz)Returns a visualizer that is attached to the given NESTGraphObject and has the given identifier.
-