Uses of Class
cdc.graphs.impl.tests.TestGraphHeavyNode
-
Packages that use TestGraphHeavyNode Package Description cdc.graphs.impl.tests -
-
Uses of TestGraphHeavyNode in cdc.graphs.impl.tests
Methods in cdc.graphs.impl.tests that return TestGraphHeavyNode Modifier and Type Method Description TestGraphHeavyNodeTestHeavyGraph. createNode(String name)TestGraphHeavyNodeTestHeavyGraph. getNode(String name)Methods in cdc.graphs.impl.tests with parameters of type TestGraphHeavyNode Modifier and Type Method Description TestGraphHeavyEdgeTestHeavyGraph. createEdge(String name, TestGraphHeavyNode source, TestGraphHeavyNode target)voidTestHeavyGraph. removeNode(TestGraphHeavyNode node)Constructors in cdc.graphs.impl.tests with parameters of type TestGraphHeavyNode Constructor Description TestGraphHeavyEdge(String name, TestGraphHeavyNode source, TestGraphHeavyNode target)
-