Package es.uam.eps.ir.relison.io.graph
Input/Output for reading and writing graphs.
-
Interface Summary Interface Description GraphReader<V> Interface for graph readers.GraphWriter<V> Interface for graph writers. -
Class Summary Class Description BinaryGraphReader Class for reading graph from binary filesBinaryGraphWriter Writes a graph into a binary file.PajekGraphReader<U extends java.io.Serializable> Reads a graph using the Pajek format:PajekGraphWriter<U extends java.io.Serializable> Writes the graph in the Pajek format.TextGraphReader<V> Reads a graph from a file.TextGraphWriter<V> Writes a graph to a file.TextMultiGraphReader<V> Class that reads a multi-graph from a file.