Package cdc.graphs.impl.tests
Class TestGraphHeavyNode
- java.lang.Object
-
- cdc.graphs.impl.BasicGraphHeavyNode<TestGraphHeavyEdge>
-
- cdc.graphs.impl.tests.TestGraphHeavyNode
-
- All Implemented Interfaces:
GraphHeavyNode<TestGraphHeavyEdge>,TestNode
public class TestGraphHeavyNode extends BasicGraphHeavyNode<TestGraphHeavyEdge> implements TestNode
Implementation of graph node for tests.- Author:
- Damien Carbonne
-
-
Constructor Summary
Constructors Constructor Description TestGraphHeavyNode(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()StringgetName()voidsetLabel(String label)StringtoString()-
Methods inherited from class cdc.graphs.impl.BasicGraphHeavyNode
getIngoings, getOutgoings
-
-
-
-
Constructor Detail
-
TestGraphHeavyNode
public TestGraphHeavyNode(String name)
-
-