Package de.uni_leipzig.cvk.data

Provides the classes which implement methods for input/output and methods to get access to all adapted algorithms e.g.BorderFlow.

See:
          Description

Interface Summary
GraphMLReaderMod.Tokens String tokens used in the GraphML format.
GraphReaderSettings Settings for all GraphReaders.
 

Class Summary
EdgeListGraphReader Reads a given edge list to a Graph instance.
GraphGenerator Generates graphs.
GraphMLReaderMod GraphReader instance that reads in graph file formatted using the GraphML file format.
GraphMLReaderMod.GraphMLHandler A SAX Parser for GraphML data files.
Model This class represents an Observable Model to hold, load and save data with an instances of EdgeListGraphReader and GraphMLReaderMod class, to give access to all supported algorithm with an instance of ClusterContext class and to notify all registered views by arguments.
 

Package de.uni_leipzig.cvk.data Description

Provides the classes which implement methods for input/output and methods to get access to all adapted algorithms e.g.BorderFlow.

EdgeListGraphReader and GraphMLReaderMod are used by the Model to read in files. Both classes use the GraphReaderSettings interface. The Model has a ClusterContext instance to get access to all adapted algorithms in package de.uni_leipzig.cvk.data.cluster.

Only the Model class is used by other classes outside of this package.