Package net.xqhs.graphs.representation

This package contains classes that implement various manners of representation for graphs.

See:
          Description

Interface Summary
GraphRepresentation This is the interface that should be implemented by any class offering a representation for a Graph instance.
VisualizableGraphComponent This interface should be implemented by all classes that are associated with specific graph components and that are meant to be represented by means of GraphRepresentation objects.
 

Class Summary
AbstractVisualizableGraphComponent THis class implements the basic representing element management required by the VisualizableGraphComponent interface.
GraphRepresentationImplementation Abstract class for all classes that produce a representation (graphical, textual, etc) for a Graph instance.
RepresentationElement This abstract class should be extended by any class implementing the representation of a graph component (more precisely of a VisualizableGraphComponent instance.
 

Package net.xqhs.graphs.representation Description

This package contains classes that implement various manners of representation for graphs.

These representations are mostly based on creating a linear form of the graph.

The basic interface for a graph representation is GraphRepresentation, and RepresentationElement is used as interface for the representation of an individual graph element.

Author:
Andrei Olaru