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

public class BasicGraphHeavyNode<E> extends Object implements GraphHeavyNode<E>
Default implementation of GraphHeavyNode.
Author:
Damien Carbonne