E
- the type of edge stored by this accumulated edgepublic class AccumEdge<E> extends java.lang.Object implements Weighted
Constructor and Description |
---|
AccumEdge() |
public void addEdge(E childEdge)
childEdge
- the child edgepublic java.util.Set<E> getEdges()
public double getWeight()
public void removeEdge(E childEdge)
childEdge
- the child edge