Packages
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.matchingPlatform This package contains the definition of GraphMatchingPlatform and related classes.
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.
net.xqhs.graphs.util