Uses of Interface
cdc.graphs.impl.tests.TestNode
-
Packages that use TestNode Package Description cdc.graphs.impl.tests -
-
Uses of TestNode in cdc.graphs.impl.tests
Classes in cdc.graphs.impl.tests with type parameters of type TestNode Modifier and Type Interface Description interfaceTestEdge<N extends TestNode>interfaceTestGraph<N extends TestNode,E extends TestEdge<N>>Classes in cdc.graphs.impl.tests that implement TestNode Modifier and Type Class Description classTestGraphHeavyNodeImplementation of graph heavy node for tests.classTestGraphLightNodeImplementation of graph node for tests.Methods in cdc.graphs.impl.tests with type parameters of type TestNode 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 TestNode Modifier and Type Method Description default booleanTestNode. hasSameDefinition(TestNode node)Method parameters in cdc.graphs.impl.tests with type arguments of type TestNode Modifier and Type Method Description default booleanTestEdge. hasSameDefinition(TestEdge<? extends TestNode> edge)
-