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.Methods in cdc.graphs.impl.tests with type parameters of type TestEdge Modifier and Type Method Description <N extends TestNode,E extends TestEdge<N>>
voidBijectionGenerator. fill(TestGraph<N,E> graph, int size)<N extends TestNode,E extends TestEdge<N>>
voidRandomGraphGenerator. fill(TestGraph<N,E> graph, int nodesCount, int edgesCount)Methods in cdc.graphs.impl.tests with parameters of type TestEdge Modifier and Type Method Description default booleanTestEdge. hasSameDefinition(TestEdge<? extends TestNode> edge)
-