All Classes and Interfaces
Class
Description
Base and naive implementation of graph edge.
Default implementation of
GraphHeavyNode.Basic and naive graph implementation.
Basic and naive graph implementation using light nodes.
Base class use to construct subgraphs by explicitly defining their content.
Explicit subgraph defined by extension.
Graph built from an underlying graph, by applying filters to nodes and edges.
Edge predicate for ingoing edges of a node.
Edge predicate for outgoing edges of a node.
Base class used to filter a graph and make it appear as another graph.
Utility class used to print a graph as text.
Base implementation of implicit subgraph.
Create an inverted view of a Graph.
Explicit subgraph defined by restriction.
Implementation of graph edge for tests.
Implementation of graph heavy node for tests.
Implementation of graph light edge for tests.
Implementation of graph node for tests.
Heavy Graph implementation used for tests.
Interface of node used for tests.
Implementation of TreeNode for tests.
Graph adapter implementation over a TreeAdapter.