Class GraphWriterPlugin

All Implemented Interfaces:
IAnalysisComponent, IFilterPlugin, IPlugin

@Deprecated public class GraphWriterPlugin extends AbstractFilterPlugin
Deprecated.
1.15 ported to teetime
Generic graph writer plugin to generate graph specifications and save them to disk. This plugin uses a formatter registry (see FORMATTER_REGISTRY) to determine the appropriate formatter for a given graph.
Since:
1.6
Author:
Holger Knoche
  • Field Details

    • CONFIG_PROPERTY_NAME_OUTPUT_FILE_NAME

      public static final String CONFIG_PROPERTY_NAME_OUTPUT_FILE_NAME
      Deprecated.
      Name of the configuration property containing the output file name.
      See Also:
    • CONFIG_PROPERTY_NAME_OUTPUT_PATH_NAME

      public static final String CONFIG_PROPERTY_NAME_OUTPUT_PATH_NAME
      Deprecated.
      Name of the configuration property containing the output path name.
      See Also:
    • CONFIG_PROPERTY_NAME_INCLUDE_WEIGHTS

      public static final String CONFIG_PROPERTY_NAME_INCLUDE_WEIGHTS
      Deprecated.
      Name of the configuration property indicating that weights should be included.
      See Also:
    • CONFIG_PROPERTY_NAME_SHORTLABELS

      public static final String CONFIG_PROPERTY_NAME_SHORTLABELS
      Deprecated.
      Name of the configuration property indicating that short labels should be used.
      See Also:
    • CONFIG_PROPERTY_NAME_SELFLOOPS

      public static final String CONFIG_PROPERTY_NAME_SELFLOOPS
      Deprecated.
      Name of the configuration property indicating that self-loops should be displayed.
      See Also:
    • INPUT_PORT_NAME_GRAPHS

      public static final String INPUT_PORT_NAME_GRAPHS
      Deprecated.
      Name of the plugin's graph input port.
      See Also:
  • Constructor Details

    • GraphWriterPlugin

      public GraphWriterPlugin(Configuration configuration, IProjectContext projectContext)
      Deprecated.
      Creates a new instance of this class using the given parameters.
      Parameters:
      configuration - The configuration for this component.
      projectContext - The project context for this component.
  • Method Details