Index
All Classes and Interfaces|All Packages
A
- addChild(N) - Method in class cdc.graphs.impl.BasicTreeNode
- addEdge(E) - Method in class cdc.graphs.impl.BasicHeavyGraph
- addEdge(E) - Method in class cdc.graphs.impl.ExplicitSubGraph
-
Add an edge and the associated nodes to the subgraph.
- addEdge(E) - Method in class cdc.graphs.impl.ExtensionSubGraph
- addEdge(E) - Method in class cdc.graphs.impl.RestrictionSubGraph
- addEdge(N, N) - Method in class cdc.graphs.impl.BasicSuperLightGraph
- addEdge(X) - Method in class cdc.graphs.impl.BasicLightGraph
-
Adds an edge to this graph.
- addEdgeIfMissing(N, N) - Method in class cdc.graphs.impl.BasicSuperLightGraph
- addEdgeIfMissing(X) - Method in class cdc.graphs.impl.BasicLightGraph
-
Adds an edge if not already contained.
- addEdges(Collection<? extends E>) - Method in class cdc.graphs.impl.BasicLightGraph
- addEdgesIfMissing(Collection<? extends E>) - Method in class cdc.graphs.impl.BasicLightGraph
- addNode(N) - Method in class cdc.graphs.impl.BasicHeavyGraph
- addNode(N) - Method in class cdc.graphs.impl.ExplicitSubGraph
-
Add a node to the subgraph.
- addNode(N) - Method in class cdc.graphs.impl.ExtensionSubGraph
- addNode(N) - Method in class cdc.graphs.impl.RestrictionSubGraph
- addNode(X) - Method in class cdc.graphs.impl.BasicLightGraph
-
Adds a node to this graph.
- addNodeIfMissing(X) - Method in class cdc.graphs.impl.BasicLightGraph
-
Ads a node if not already contained.
- addNodes(Collection<? extends N>) - Method in class cdc.graphs.impl.BasicLightGraph
- addNodesIfMissing(Collection<? extends N>) - Method in class cdc.graphs.impl.BasicLightGraph
B
- BasicGraphEdge<N> - Class in cdc.graphs.impl
-
Base and naive implementation of graph edge.
- BasicGraphEdge(N, N) - Constructor for class cdc.graphs.impl.BasicGraphEdge
- BasicGraphHeavyNode<E> - Class in cdc.graphs.impl
-
Default implementation of
GraphHeavyNode. - BasicGraphHeavyNode() - Constructor for class cdc.graphs.impl.BasicGraphHeavyNode
- BasicHeavyGraph<N extends BasicGraphHeavyNode<E>,
E extends BasicGraphEdge<N>> - Class in cdc.graphs.impl -
Basic and naive graph implementation.
- BasicHeavyGraph() - Constructor for class cdc.graphs.impl.BasicHeavyGraph
- BasicLightGraph<N,
E extends GraphEdge<N>> - Class in cdc.graphs.impl -
Basic and naive graph implementation using light nodes.
- BasicLightGraph() - Constructor for class cdc.graphs.impl.BasicLightGraph
- BasicLightGraph(boolean, BasicLightGraph.CollectionKind) - Constructor for class cdc.graphs.impl.BasicLightGraph
- BasicLightGraph(BasicLightGraph.CollectionKind) - Constructor for class cdc.graphs.impl.BasicLightGraph
- BasicLightGraph.CollectionKind - Enum Class in cdc.graphs.impl
- BasicSuperLightGraph<N> - Class in cdc.graphs.impl
- BasicSuperLightGraph() - Constructor for class cdc.graphs.impl.BasicSuperLightGraph
- BasicSuperLightGraph(boolean, BasicLightGraph.CollectionKind) - Constructor for class cdc.graphs.impl.BasicSuperLightGraph
- BasicTree<N extends BasicTreeNode<N>> - Class in cdc.graphs.impl
- BasicTree() - Constructor for class cdc.graphs.impl.BasicTree
- BasicTreeNode<N extends BasicTreeNode<N>> - Class in cdc.graphs.impl
- BasicTreeNode() - Constructor for class cdc.graphs.impl.BasicTreeNode
- BasicTreeNode(N) - Constructor for class cdc.graphs.impl.BasicTreeNode
- BijectionGenerator - Class in cdc.graphs.impl.tests
- BijectionGenerator() - Constructor for class cdc.graphs.impl.tests.BijectionGenerator
C
- cdc.graphs.impl - package cdc.graphs.impl
- cdc.graphs.impl.tests - package cdc.graphs.impl.tests
- checkEdgeValidity(E) - Method in class cdc.graphs.impl.GraphFilter
-
Checks that an edge belongs to delegate.
- checkNodeValidity(N) - Method in class cdc.graphs.impl.GraphFilter
-
Checks that a node belongs to delegate.
- clear() - Method in class cdc.graphs.impl.BasicHeavyGraph
- clear() - Method in class cdc.graphs.impl.BasicLightGraph
-
Clears this graph.
- clear() - Method in class cdc.graphs.impl.ExplicitSubGraph
-
Make the subgraph empty.
- clear() - Method in class cdc.graphs.impl.ExtensionSubGraph
- clear() - Method in class cdc.graphs.impl.RestrictionSubGraph
- clear() - Method in interface cdc.graphs.impl.tests.TestGraph
- clear() - Method in class cdc.graphs.impl.tests.TestHeavyGraph
- clear() - Method in class cdc.graphs.impl.tests.TestLightGraph
- clearEdges() - Method in class cdc.graphs.impl.BasicLightGraph
-
Clears all edges of this graph.
- clearLabels() - Method in interface cdc.graphs.impl.tests.TestGraph
- containsEdge(BasicGraphEdge<N>) - Method in class cdc.graphs.impl.TreeAsGraph
- containsEdge(E) - Method in class cdc.graphs.impl.BasicHeavyGraph
- containsEdge(E) - Method in class cdc.graphs.impl.BasicLightGraph
- containsEdge(E) - Method in class cdc.graphs.impl.ExtensionSubGraph
- containsEdge(E) - Method in class cdc.graphs.impl.FilteredSubGraph
- containsEdge(E) - Method in class cdc.graphs.impl.ImplicitSubGraph
- containsEdge(E) - Method in class cdc.graphs.impl.InvertedGraph
- containsEdge(E) - Method in class cdc.graphs.impl.RestrictionSubGraph
- containsEdge(N, N) - Method in class cdc.graphs.impl.BasicLightGraph
-
Return
trueif this graph contains at least one edge between a source node and a target node. - containsNode(N) - Method in class cdc.graphs.impl.BasicHeavyGraph
- containsNode(N) - Method in class cdc.graphs.impl.BasicLightGraph
- containsNode(N) - Method in class cdc.graphs.impl.ExtensionSubGraph
- containsNode(N) - Method in class cdc.graphs.impl.FilteredSubGraph
- containsNode(N) - Method in class cdc.graphs.impl.InvertedGraph
- containsNode(N) - Method in class cdc.graphs.impl.RestrictionSubGraph
- containsNode(N) - Method in class cdc.graphs.impl.TreeAsGraph
- createEdge(String, TestGraphHeavyNode, TestGraphHeavyNode) - Method in class cdc.graphs.impl.tests.TestHeavyGraph
- createEdge(String, TestGraphLightNode, TestGraphLightNode) - Method in class cdc.graphs.impl.tests.TestLightGraph
- createEdge(String, String) - Method in interface cdc.graphs.impl.tests.TestGraph
- createEdge(String, String, String) - Method in interface cdc.graphs.impl.tests.TestGraph
- createEdge(String, N, N) - Method in interface cdc.graphs.impl.tests.TestGraph
- createNode(String) - Method in interface cdc.graphs.impl.tests.TestGraph
- createNode(String) - Method in class cdc.graphs.impl.tests.TestHeavyGraph
- createNode(String) - Method in class cdc.graphs.impl.tests.TestLightGraph
- createNodes(String...) - Method in interface cdc.graphs.impl.tests.TestGraph
D
- delegate - Variable in class cdc.graphs.impl.GraphFilter
E
- edges - Variable in class cdc.graphs.impl.ExtensionSubGraph
-
Set of edges.
- equals(Object) - Method in class cdc.graphs.impl.BasicGraphEdge
- equals(Object) - Method in class cdc.graphs.impl.tests.TestGraphHeavyEdge
- equals(Object) - Method in class cdc.graphs.impl.tests.TestGraphLightEdge
- ExplicitSubGraph<N,
E> - Class in cdc.graphs.impl -
Base class use to construct subgraphs by explicitly defining their content.
- ExplicitSubGraph(GraphAdapter<N, E>) - Constructor for class cdc.graphs.impl.ExplicitSubGraph
- ExtensionSubGraph<N,
E> - Class in cdc.graphs.impl -
Explicit subgraph defined by extension.
- ExtensionSubGraph(GraphAdapter<N, E>) - Constructor for class cdc.graphs.impl.ExtensionSubGraph
F
- fill(TestGraph<N, E>, int) - Method in class cdc.graphs.impl.tests.BijectionGenerator
- fill(TestGraph<N, E>, int, int) - Method in class cdc.graphs.impl.tests.RandomGraphGenerator
- FilteredSubGraph<N,
E> - Class in cdc.graphs.impl -
Graph built from an underlying graph, by applying filters to nodes and edges.
- FilteredSubGraph(GraphAdapter<N, E>) - Constructor for class cdc.graphs.impl.FilteredSubGraph
- FilteredSubGraph(GraphAdapter<N, E>, Predicate<N>, Predicate<E>) - Constructor for class cdc.graphs.impl.FilteredSubGraph
G
- getChildren() - Method in class cdc.graphs.impl.BasicTreeNode
- getChildren(N) - Method in class cdc.graphs.impl.BasicTree
- getDefinitionHashCode() - Method in interface cdc.graphs.impl.tests.TestEdge
- getDefinitionHashCode() - Method in interface cdc.graphs.impl.tests.TestNode
- getDelegate() - Method in class cdc.graphs.impl.GraphFilter
- getEdge(int, int) - Method in interface cdc.graphs.impl.tests.TestGraph
- getEdge(String) - Method in interface cdc.graphs.impl.tests.TestGraph
- getEdge(String) - Method in class cdc.graphs.impl.tests.TestHeavyGraph
- getEdge(String) - Method in class cdc.graphs.impl.tests.TestLightGraph
- getEdges() - Method in class cdc.graphs.impl.BasicHeavyGraph
- getEdges() - Method in class cdc.graphs.impl.BasicLightGraph
- getEdges() - Method in class cdc.graphs.impl.ExtensionSubGraph
- getEdges() - Method in class cdc.graphs.impl.FilteredSubGraph
- getEdges() - Method in class cdc.graphs.impl.ImplicitSubGraph
- getEdges() - Method in class cdc.graphs.impl.InvertedGraph
- getEdges() - Method in class cdc.graphs.impl.RestrictionSubGraph
- getEdges() - Method in interface cdc.graphs.impl.tests.TestGraph
- getEdges() - Method in class cdc.graphs.impl.TreeAsGraph
- getEdges(N, EdgeDirection) - Method in class cdc.graphs.impl.BasicHeavyGraph
- getEdges(N, EdgeDirection) - Method in class cdc.graphs.impl.BasicLightGraph
- getEdges(N, EdgeDirection) - Method in class cdc.graphs.impl.ExtensionSubGraph
- getEdges(N, EdgeDirection) - Method in class cdc.graphs.impl.FilteredSubGraph
- getEdges(N, EdgeDirection) - Method in class cdc.graphs.impl.ImplicitSubGraph
- getEdges(N, EdgeDirection) - Method in class cdc.graphs.impl.InvertedGraph
- getEdges(N, EdgeDirection) - Method in class cdc.graphs.impl.RestrictionSubGraph
- getEdges(N, EdgeDirection) - Method in class cdc.graphs.impl.TreeAsGraph
- getIngoings() - Method in class cdc.graphs.impl.BasicGraphHeavyNode
- getLabel() - Method in interface cdc.graphs.impl.tests.TestEdge
- getLabel() - Method in class cdc.graphs.impl.tests.TestGraphHeavyEdge
- getLabel() - Method in class cdc.graphs.impl.tests.TestGraphHeavyNode
- getLabel() - Method in class cdc.graphs.impl.tests.TestGraphLightEdge
- getLabel() - Method in class cdc.graphs.impl.tests.TestGraphLightNode
- getLabel() - Method in interface cdc.graphs.impl.tests.TestNode
- getName() - Method in interface cdc.graphs.impl.tests.TestEdge
- getName() - Method in class cdc.graphs.impl.tests.TestGraphHeavyEdge
- getName() - Method in class cdc.graphs.impl.tests.TestGraphHeavyNode
- getName() - Method in class cdc.graphs.impl.tests.TestGraphLightEdge
- getName() - Method in class cdc.graphs.impl.tests.TestGraphLightNode
- getName() - Method in interface cdc.graphs.impl.tests.TestNode
- getName() - Method in class cdc.graphs.impl.tests.TestTreeNode
- getNode(int) - Method in interface cdc.graphs.impl.tests.TestGraph
- getNode(String) - Method in interface cdc.graphs.impl.tests.TestGraph
- getNode(String) - Method in class cdc.graphs.impl.tests.TestHeavyGraph
- getNode(String) - Method in class cdc.graphs.impl.tests.TestLightGraph
- getNodes() - Method in class cdc.graphs.impl.BasicHeavyGraph
- getNodes() - Method in class cdc.graphs.impl.BasicLightGraph
- getNodes() - Method in class cdc.graphs.impl.ExtensionSubGraph
- getNodes() - Method in class cdc.graphs.impl.FilteredSubGraph
- getNodes() - Method in class cdc.graphs.impl.ImplicitSubGraph
- getNodes() - Method in class cdc.graphs.impl.InvertedGraph
- getNodes() - Method in class cdc.graphs.impl.RestrictionSubGraph
- getNodes() - Method in interface cdc.graphs.impl.tests.TestGraph
- getNodes() - Method in class cdc.graphs.impl.TreeAsGraph
- getNodes(String...) - Method in interface cdc.graphs.impl.tests.TestGraph
- getOrCreateEdge(int, int) - Method in interface cdc.graphs.impl.tests.TestGraph
- getOrCreateEdge(int, int, String) - Method in interface cdc.graphs.impl.tests.TestGraph
- getOrCreateNode(int) - Method in interface cdc.graphs.impl.tests.TestGraph
- getOrCreateNode(String) - Method in interface cdc.graphs.impl.tests.TestGraph
- getOutgoings() - Method in class cdc.graphs.impl.BasicGraphHeavyNode
- getParent() - Method in class cdc.graphs.impl.BasicTreeNode
- getParent(N) - Method in class cdc.graphs.impl.BasicTree
- getRemovedEdges() - Method in class cdc.graphs.impl.RestrictionSubGraph
- getRemovedNodes() - Method in class cdc.graphs.impl.RestrictionSubGraph
- getRoot() - Method in class cdc.graphs.impl.TreeAsGraph
-
Returns the tree root seen by the graph.
- getSource() - Method in class cdc.graphs.impl.BasicGraphEdge
- getTarget() - Method in class cdc.graphs.impl.BasicGraphEdge
- getTip(BasicGraphEdge<N>, EdgeTip) - Method in class cdc.graphs.impl.TreeAsGraph
- getTip(E, EdgeTip) - Method in class cdc.graphs.impl.BasicHeavyGraph
- getTip(E, EdgeTip) - Method in class cdc.graphs.impl.BasicLightGraph
- getTip(E, EdgeTip) - Method in class cdc.graphs.impl.ExtensionSubGraph
- getTip(E, EdgeTip) - Method in class cdc.graphs.impl.FilteredSubGraph
- getTip(E, EdgeTip) - Method in class cdc.graphs.impl.ImplicitSubGraph
- getTip(E, EdgeTip) - Method in class cdc.graphs.impl.InvertedGraph
- getTip(E, EdgeTip) - Method in class cdc.graphs.impl.RestrictionSubGraph
- GraphEdgeIngoingPredicate<N> - Class in cdc.graphs.impl
-
Edge predicate for ingoing edges of a node.
- GraphEdgeIngoingPredicate(N) - Constructor for class cdc.graphs.impl.GraphEdgeIngoingPredicate
- GraphEdgeOutgoingPredicate<N> - Class in cdc.graphs.impl
-
Edge predicate for outgoing edges of a node.
- GraphEdgeOutgoingPredicate(N) - Constructor for class cdc.graphs.impl.GraphEdgeOutgoingPredicate
- GraphFilter<N,
E> - Class in cdc.graphs.impl -
Base class used to filter a graph and make it appear as another graph.
- GraphFilter(GraphAdapter<N, E>) - Constructor for class cdc.graphs.impl.GraphFilter
- GraphPrinter - Class in cdc.graphs.impl
-
Utility class used to print a graph as text.
H
- hasChildren(N) - Method in class cdc.graphs.impl.BasicTree
- hasEdge(String) - Method in interface cdc.graphs.impl.tests.TestGraph
- hashCode() - Method in class cdc.graphs.impl.BasicGraphEdge
- hashCode() - Method in class cdc.graphs.impl.tests.TestGraphHeavyEdge
- hashCode() - Method in class cdc.graphs.impl.tests.TestGraphLightEdge
- hasNode(String) - Method in interface cdc.graphs.impl.tests.TestGraph
- hasSameDefinition(TestEdge<? extends TestNode>) - Method in interface cdc.graphs.impl.tests.TestEdge
- hasSameDefinition(TestNode) - Method in interface cdc.graphs.impl.tests.TestNode
I
- ImplicitSubGraph<N,
E> - Class in cdc.graphs.impl -
Base implementation of implicit subgraph.
- ImplicitSubGraph(GraphAdapter<N, E>) - Constructor for class cdc.graphs.impl.ImplicitSubGraph
- ingoings - Variable in class cdc.graphs.impl.BasicGraphHeavyNode
- InvertedGraph<N,
E> - Class in cdc.graphs.impl -
Create an inverted view of a Graph.
- InvertedGraph(GraphAdapter<N, E>) - Constructor for class cdc.graphs.impl.InvertedGraph
- isEmpty() - Method in class cdc.graphs.impl.ExplicitSubGraph
-
Return whether the subgraph is empty or not.
- isEmpty() - Method in class cdc.graphs.impl.ExtensionSubGraph
- isEmpty() - Method in class cdc.graphs.impl.RestrictionSubGraph
- isLocked() - Method in class cdc.graphs.impl.BasicHeavyGraph
- isLocked() - Method in class cdc.graphs.impl.BasicLightGraph
L
- LIST - Enum constant in enum class cdc.graphs.impl.BasicLightGraph.CollectionKind
N
- node - Variable in class cdc.graphs.impl.GraphEdgeIngoingPredicate
-
Reference node.
- node - Variable in class cdc.graphs.impl.GraphEdgeOutgoingPredicate
-
Reference node.
O
- outgoings - Variable in class cdc.graphs.impl.BasicGraphHeavyNode
P
- print(GraphAdapter<N, E>, boolean, PrintStream) - Static method in class cdc.graphs.impl.GraphPrinter
-
Print a graph (adapter) to an output stream.
R
- RandomGraphGenerator - Class in cdc.graphs.impl.tests
- RandomGraphGenerator() - Constructor for class cdc.graphs.impl.tests.RandomGraphGenerator
- removeChild(BasicTreeNode<?>) - Method in class cdc.graphs.impl.BasicTreeNode
- removedEdges - Variable in class cdc.graphs.impl.RestrictionSubGraph
-
Set of removed edges.
- removedNodes - Variable in class cdc.graphs.impl.RestrictionSubGraph
-
Set of removed nodes.
- removeEdge(int, int) - Method in interface cdc.graphs.impl.tests.TestGraph
- removeEdge(TestGraphHeavyEdge) - Method in class cdc.graphs.impl.tests.TestHeavyGraph
- removeEdge(TestGraphLightEdge) - Method in class cdc.graphs.impl.tests.TestLightGraph
- removeEdge(E) - Method in class cdc.graphs.impl.BasicHeavyGraph
- removeEdge(E) - Method in class cdc.graphs.impl.BasicLightGraph
-
Removes an edge from this graph.
- removeEdge(E) - Method in class cdc.graphs.impl.ExplicitSubGraph
-
Remove one edge.
- removeEdge(E) - Method in class cdc.graphs.impl.ExtensionSubGraph
- removeEdge(E) - Method in class cdc.graphs.impl.RestrictionSubGraph
- removeEdge(E) - Method in interface cdc.graphs.impl.tests.TestGraph
- removeEdge(String) - Method in interface cdc.graphs.impl.tests.TestGraph
- removeEdges(Collection<? extends E>) - Method in class cdc.graphs.impl.BasicLightGraph
- removeEdges(N, N) - Method in class cdc.graphs.impl.ExplicitSubGraph
-
Remove all edges between a source and a target node.
- removeEdges(N, N) - Method in class cdc.graphs.impl.ExtensionSubGraph
- removeEdges(N, N) - Method in class cdc.graphs.impl.RestrictionSubGraph
- removeNode(int) - Method in interface cdc.graphs.impl.tests.TestGraph
- removeNode(TestGraphHeavyNode) - Method in class cdc.graphs.impl.tests.TestHeavyGraph
- removeNode(TestGraphLightNode) - Method in class cdc.graphs.impl.tests.TestLightGraph
- removeNode(String) - Method in interface cdc.graphs.impl.tests.TestGraph
- removeNode(N) - Method in class cdc.graphs.impl.BasicHeavyGraph
- removeNode(N) - Method in class cdc.graphs.impl.BasicLightGraph
-
Remove a node from this graph.
- removeNode(N) - Method in class cdc.graphs.impl.ExplicitSubGraph
-
Remove one node and the associated edges.
- removeNode(N) - Method in class cdc.graphs.impl.ExtensionSubGraph
- removeNode(N) - Method in class cdc.graphs.impl.RestrictionSubGraph
- removeNode(N) - Method in interface cdc.graphs.impl.tests.TestGraph
- removeNodes(Collection<? extends N>) - Method in class cdc.graphs.impl.BasicLightGraph
- reset() - Method in class cdc.graphs.impl.RestrictionSubGraph
-
Makes the subgraph equals the underlying graph.
- RestrictionSubGraph<N,
E> - Class in cdc.graphs.impl -
Explicit subgraph defined by restriction.
- RestrictionSubGraph(GraphAdapter<N, E>) - Constructor for class cdc.graphs.impl.RestrictionSubGraph
-
Creates a full subgraph from a delegate.
S
- SET - Enum constant in enum class cdc.graphs.impl.BasicLightGraph.CollectionKind
- setChecksEnabled(boolean) - Method in class cdc.graphs.impl.BasicLightGraph
- setEdgePredicate(Predicate<E>) - Method in class cdc.graphs.impl.FilteredSubGraph
- setLabel(String) - Method in interface cdc.graphs.impl.tests.TestEdge
-
Sets the edge label.
- setLabel(String) - Method in class cdc.graphs.impl.tests.TestGraphHeavyEdge
- setLabel(String) - Method in class cdc.graphs.impl.tests.TestGraphHeavyNode
- setLabel(String) - Method in class cdc.graphs.impl.tests.TestGraphLightEdge
- setLabel(String) - Method in class cdc.graphs.impl.tests.TestGraphLightNode
- setLabel(String) - Method in interface cdc.graphs.impl.tests.TestNode
-
Sets the node label.
- setLocked(boolean) - Method in class cdc.graphs.impl.BasicHeavyGraph
- setLocked(boolean) - Method in class cdc.graphs.impl.BasicLightGraph
- setName(String) - Method in class cdc.graphs.impl.tests.TestTreeNode
- setNodePredicate(Predicate<N>) - Method in class cdc.graphs.impl.FilteredSubGraph
- setParent(TestTreeNode) - Method in class cdc.graphs.impl.tests.TestTreeNode
- setParent(N) - Method in class cdc.graphs.impl.BasicTreeNode
- setRoot(N) - Method in class cdc.graphs.impl.TreeAsGraph
- setSeed(long) - Method in class cdc.graphs.impl.tests.RandomGraphGenerator
T
- test(GraphEdge<N>) - Method in class cdc.graphs.impl.GraphEdgeIngoingPredicate
- test(GraphEdge<N>) - Method in class cdc.graphs.impl.GraphEdgeOutgoingPredicate
- TestEdge<N extends TestNode> - Interface in cdc.graphs.impl.tests
- TestGraph<N extends TestNode,
E extends TestEdge<N>> - Interface in cdc.graphs.impl.tests - TestGraphHeavyEdge - Class in cdc.graphs.impl.tests
-
Implementation of graph edge for tests.
- TestGraphHeavyEdge(String, TestGraphHeavyNode, TestGraphHeavyNode) - Constructor for class cdc.graphs.impl.tests.TestGraphHeavyEdge
- TestGraphHeavyNode - Class in cdc.graphs.impl.tests
-
Implementation of graph heavy node for tests.
- TestGraphHeavyNode(String) - Constructor for class cdc.graphs.impl.tests.TestGraphHeavyNode
- TestGraphLightEdge - Class in cdc.graphs.impl.tests
-
Implementation of graph light edge for tests.
- TestGraphLightEdge(String, TestGraphLightNode, TestGraphLightNode) - Constructor for class cdc.graphs.impl.tests.TestGraphLightEdge
- TestGraphLightNode - Class in cdc.graphs.impl.tests
-
Implementation of graph node for tests.
- TestGraphLightNode(String) - Constructor for class cdc.graphs.impl.tests.TestGraphLightNode
- TestHeavyGraph - Class in cdc.graphs.impl.tests
-
Heavy Graph implementation used for tests.
- TestHeavyGraph() - Constructor for class cdc.graphs.impl.tests.TestHeavyGraph
- TestLightGraph - Class in cdc.graphs.impl.tests
- TestLightGraph(boolean) - Constructor for class cdc.graphs.impl.tests.TestLightGraph
- TestNode - Interface in cdc.graphs.impl.tests
-
Interface of node used for tests.
- TestTree - Class in cdc.graphs.impl.tests
- TestTree() - Constructor for class cdc.graphs.impl.tests.TestTree
- TestTreeNode - Class in cdc.graphs.impl.tests
-
Implementation of TreeNode for tests.
- TestTreeNode() - Constructor for class cdc.graphs.impl.tests.TestTreeNode
- TestTreeNode(String) - Constructor for class cdc.graphs.impl.tests.TestTreeNode
- TestTreeNode(String, TestTreeNode) - Constructor for class cdc.graphs.impl.tests.TestTreeNode
- toEdgeName(int, int) - Static method in interface cdc.graphs.impl.tests.TestGraph
- toEdgeName(int, int, String) - Static method in interface cdc.graphs.impl.tests.TestGraph
- toNodeName(int) - Static method in interface cdc.graphs.impl.tests.TestGraph
- toString() - Method in class cdc.graphs.impl.BasicGraphEdge
- toString() - Method in class cdc.graphs.impl.ExtensionSubGraph
- toString() - Method in class cdc.graphs.impl.RestrictionSubGraph
- toString() - Method in class cdc.graphs.impl.tests.TestGraphHeavyEdge
- toString() - Method in class cdc.graphs.impl.tests.TestGraphHeavyNode
- toString() - Method in class cdc.graphs.impl.tests.TestGraphLightEdge
- toString() - Method in class cdc.graphs.impl.tests.TestGraphLightNode
- toString() - Method in class cdc.graphs.impl.tests.TestTreeNode
- TreeAsGraph<N> - Class in cdc.graphs.impl
-
Graph adapter implementation over a TreeAdapter.
- TreeAsGraph(TreeAdapter<N>) - Constructor for class cdc.graphs.impl.TreeAsGraph
V
- valueOf(String) - Static method in enum class cdc.graphs.impl.BasicLightGraph.CollectionKind
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class cdc.graphs.impl.BasicLightGraph.CollectionKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages