Uses of Interface
de.uni_trier.wi2.procake.data.object.nest.utils.NESTWorkflowVisualizer
-
Packages that use NESTWorkflowVisualizer Package Description de.uni_trier.wi2.procake.data.object.nest de.uni_trier.wi2.procake.data.object.nest.impl de.uni_trier.wi2.procake.data.object.nest.utils.impl -
-
Uses of NESTWorkflowVisualizer in de.uni_trier.wi2.procake.data.object.nest
Methods in de.uni_trier.wi2.procake.data.object.nest that return NESTWorkflowVisualizer Modifier and Type Method Description NESTWorkflowVisualizerNESTWorkflowObject. getVisualizer()Returns the default visualizer for this graph.NESTWorkflowVisualizerNESTWorkflowObject. getVisualizer(Class clazz)Returns the given visualizer. -
Uses of NESTWorkflowVisualizer in de.uni_trier.wi2.procake.data.object.nest.impl
Methods in de.uni_trier.wi2.procake.data.object.nest.impl that return NESTWorkflowVisualizer Modifier and Type Method Description NESTWorkflowVisualizerNESTWorkflowObjectImpl. getVisualizer()NESTWorkflowVisualizerNESTWorkflowObjectImpl. getVisualizer(Class clazz) -
Uses of NESTWorkflowVisualizer in de.uni_trier.wi2.procake.data.object.nest.utils.impl
Classes in de.uni_trier.wi2.procake.data.object.nest.utils.impl that implement NESTWorkflowVisualizer 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.classNESTWorkflowVisualizerImpl<T extends NESTAbstractWorkflowObject>
-