Interface NESTGraphVisualizer

All Known Subinterfaces:
NESTWorkflowVisualizer
All Known Implementing Classes:
NESTGraphVisualizerImpl, NESTWorkflowDOTVisualizerImpl, NESTWorkflowStringVisualizerImpl, NESTWorkflowStringVisualizerScientificImpl, NESTWorkflowVisualizerImpl

public interface NESTGraphVisualizer
The visualizer to create an export or visualization format for a given NESTGraphObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    The main method to return a visualization, e.g.
    void
    The main method to show a visualization of any kind.
  • Method Details

    • visualize

      void visualize()
      The main method to show a visualization of any kind.
    • getVisualization

      Object getVisualization()
      The main method to return a visualization, e.g. a string or an xml.
      Returns:
      the visualization in the export format