Uses of Class
cdc.graphs.impl.BasicGraphEdge
-
Packages that use BasicGraphEdge Package Description cdc.graphs.impl cdc.graphs.impl.tests -
-
Uses of BasicGraphEdge in cdc.graphs.impl
Classes in cdc.graphs.impl with type parameters of type BasicGraphEdge Modifier and Type Class Description classBasicHeavyGraph<N extends BasicGraphHeavyNode<E>,E extends BasicGraphEdge<N>>Basic and naive graph implementation.Methods in cdc.graphs.impl that return BasicGraphEdge Modifier and Type Method Description BasicGraphEdge<N>BasicSuperLightGraph. addEdge(N source, N target)Methods in cdc.graphs.impl that return types with arguments of type BasicGraphEdge Modifier and Type Method Description Iterable<? extends BasicGraphEdge<N>>TreeAsGraph. getEdges()Iterable<? extends BasicGraphEdge<N>>TreeAsGraph. getEdges(N node, EdgeDirection direction)Methods in cdc.graphs.impl with parameters of type BasicGraphEdge Modifier and Type Method Description booleanTreeAsGraph. containsEdge(BasicGraphEdge<N> edge)NTreeAsGraph. getTip(BasicGraphEdge<N> edge, EdgeTip tip) -
Uses of BasicGraphEdge in cdc.graphs.impl.tests
Subclasses of BasicGraphEdge in cdc.graphs.impl.tests Modifier and Type Class Description classTestGraphHeavyEdgeImplementation of graph edge for tests.classTestGraphLightEdgeImplementation of graph light edge for tests.
-