Package cdc.graphs.impl
Class BasicGraphHeavyNode<E>
java.lang.Object
cdc.graphs.impl.BasicGraphHeavyNode<E>
- Type Parameters:
E- The edge type.
- All Implemented Interfaces:
GraphHeavyNode<E>
- Direct Known Subclasses:
TestGraphHeavyNode
Default implementation of
GraphHeavyNode.- Author:
- Damien Carbonne
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
outgoings
-
ingoings
-
-
Constructor Details
-
BasicGraphHeavyNode
public BasicGraphHeavyNode()
-
-
Method Details
-
getOutgoings
- Specified by:
getOutgoingsin interfaceGraphHeavyNode<E>
-
getIngoings
- Specified by:
getIngoingsin interfaceGraphHeavyNode<E>
-