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 heavy 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)Sets the node label.StringtoString()-
Methods inherited from class cdc.graphs.impl.BasicGraphHeavyNode
getIngoings, getOutgoings
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface cdc.graphs.impl.tests.TestNode
getDefinitionHashCode, hasSameDefinition
-
-