Documentation of 'org.jgrapht.ext.DIMACSExporter' Java class
DIMACSExporter
org.jgrapht.ext

Class DIMACSExporter<V,E>

  • Type Parameters:
    V - the graph vertex type
    E - the graph edge type
    All Implemented Interfaces:
    GraphExporter<V,E>

    Deprecated. 
    Use org.jgrapht.io.DIMACSExporter instead.

    @Deprecated
    public class DIMACSExporter<V,E>
    extends java.lang.Object
    implements GraphExporter<V,E>
    Exports a graph into DIMACS format.

    For a description of the format see http://dimacs.rutgers.edu/Challenges. Note that there are a lot of different formats based on each different challenge, see DIMACSFormat for the supported formats. The exporter uses the DIMACSFormat.MAX_CLIQUE by default.

    Since:
    January 2017
    • Field Detail

      • DEFAULT_DIMACS_FORMAT

        public static final DIMACSFormat DEFAULT_DIMACS_FORMAT
        Deprecated. 
        The default format used by the exporter.
    • Constructor Detail

      • DIMACSExporter

        public DIMACSExporter()
        Deprecated. 
        Constructs a new exporter.
      • DIMACSExporter

        public DIMACSExporter(ComponentNameProvider<V> vertexIDProvider)
        Deprecated. 
        Constructs a new exporter with a given vertex ID provider.
        Parameters:
        vertexIDProvider - for generating vertex IDs. Must not be null.
      • DIMACSExporter

        public DIMACSExporter(ComponentNameProvider<V> vertexIDProvider,
                              DIMACSFormat format)
        Deprecated. 
        Constructs a new exporter with a given vertex ID provider.
        Parameters:
        vertexIDProvider - for generating vertex IDs. Must not be null.
        format - the format to use
    • Method Detail

      • exportGraph

        public void exportGraph(Graph<V,E> g,
                                java.io.Writer writer)
        Deprecated. 
        Export a graph
        Specified by:
        exportGraph in interface GraphExporter<V,E>
        Parameters:
        g - the graph to export
        writer - the output writer
      • isParameter

        public boolean isParameter(DIMACSExporter.Parameter p)
        Deprecated. 
        Return if a particular parameter of the exporter is enabled
        Parameters:
        p - the parameter
        Returns:
        true if the parameter is set, false otherwise
      • setParameter

        public void setParameter(DIMACSExporter.Parameter p,
                                 boolean value)
        Deprecated. 
        Set the value of a parameter of the exporter
        Parameters:
        p - the parameter
        value - the value to set
      • getFormat

        public DIMACSFormat getFormat()
        Deprecated. 
        Get the format of the exporter
        Returns:
        the format of the exporter
      • setFormat

        public void setFormat(DIMACSFormat format)
        Deprecated. 
        Set the format of the exporter
        Parameters:
        format - the format to use

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.