public class DirectedHyperGraph<T>
extends java.lang.Object
| Constructor and Description |
|---|
DirectedHyperGraph() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<DirectedHyperEdge<T>> |
getEdges() |
java.util.Map<T,HyperNode<T>> |
getNodes() |
void |
reset()
Resets the weight of all nodes.
|
java.lang.String |
toString() |
void |
updateNodeEdges()
The outdEdges of a node may not have been set on construction.
|
public java.util.Set<DirectedHyperEdge<T>> getEdges()
public void reset()
public java.lang.String toString()
toString in class java.lang.Objectpublic void updateNodeEdges()