Uses of Package
net.xqhs.graphs.representation

Packages that use net.xqhs.graphs.representation
net.xqhs.graphs.context The package contains classes and interfaces related to context representation, context patterns, and context matching. 
net.xqhs.graphs.graph This package contains the definition interfaces and classes for the definition of simple graphs. 
net.xqhs.graphs.matcher This package contains the definition of the net.xqhs.graphs.matcher.GraphMatcher interface and the GraphMatcherQuick implementation. 
net.xqhs.graphs.pattern This package contains the definition of interfaces and implementations for graph patterns. 
net.xqhs.graphs.representation This package contains classes that implement various manners of representation for graphs. 
net.xqhs.graphs.representation.graphical Contains necessary classes for representing graphs in a graphical manner. 
net.xqhs.graphs.representation.linear Contains necessary classes for representing graphs in a linear manner. 
net.xqhs.graphs.representation.multilevel The package contains interfaces and classes dealing with representing multi-level graphs (graphs in which whole graphs can be represented as nodes in higher-level graphs). 
net.xqhs.graphs.representation.text Contains classes for representing graphs in a textual manner, with help from a linearization process. 
 

Classes in net.xqhs.graphs.representation used by net.xqhs.graphs.context
AbstractVisualizableGraphComponent
          THis class implements the basic representing element management required by the VisualizableGraphComponent interface.
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.
 

Classes in net.xqhs.graphs.representation used by net.xqhs.graphs.graph
AbstractVisualizableGraphComponent
          THis class implements the basic representing element management required by the VisualizableGraphComponent interface.
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.
 

Classes in net.xqhs.graphs.representation used by net.xqhs.graphs.matcher
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.
 

Classes in net.xqhs.graphs.representation used by net.xqhs.graphs.pattern
AbstractVisualizableGraphComponent
          THis class implements the basic representing element management required by the VisualizableGraphComponent interface.
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.
 

Classes in net.xqhs.graphs.representation used by net.xqhs.graphs.representation
GraphRepresentation
          This is the interface that should be implemented by any class offering a representation for a Graph instance.
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.
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.
 

Classes in net.xqhs.graphs.representation used by net.xqhs.graphs.representation.graphical
GraphRepresentation
          This is the interface that should be implemented by any class offering a representation for a Graph instance.
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.
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.
 

Classes in net.xqhs.graphs.representation used by net.xqhs.graphs.representation.linear
GraphRepresentation
          This is the interface that should be implemented by any class offering a representation for a Graph instance.
GraphRepresentationImplementation
          Abstract class for all classes that produce a representation (graphical, textual, etc) for a Graph instance.
 

Classes in net.xqhs.graphs.representation used by net.xqhs.graphs.representation.multilevel
GraphRepresentation
          This is the interface that should be implemented by any class offering a representation for a Graph instance.
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.
 

Classes in net.xqhs.graphs.representation used by net.xqhs.graphs.representation.text
AbstractVisualizableGraphComponent
          THis class implements the basic representing element management required by the VisualizableGraphComponent interface.
GraphRepresentation
          This is the interface that should be implemented by any class offering a representation for a Graph instance.
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.
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.