Uses of Interface
cdc.graphs.impl.tests.TestEdge
-
Packages that use TestEdge Package Description cdc.graphs.impl.tests -
-
Uses of TestEdge in cdc.graphs.impl.tests
Classes in cdc.graphs.impl.tests with type parameters of type TestEdge Modifier and Type Interface Description interfaceTestGraph<N extends TestNode,E extends TestEdge<N>>Classes in cdc.graphs.impl.tests that implement TestEdge Modifier and Type Class Description classTestGraphHeavyEdgeImplementation of graph edge for tests.classTestGraphLightEdgeImplementation of graph light edge for tests.
-