public static class HyperGraph.Vertex
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.HashSet<HyperGraph.HyperEdge> |
inEdges |
java.lang.String |
label |
java.util.HashSet<HyperGraph.HyperEdge> |
outEdges |
Constructor and Description |
---|
Vertex(java.lang.String label)
Vertex constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final java.lang.String label
public final java.util.HashSet<HyperGraph.HyperEdge> inEdges
public final java.util.HashSet<HyperGraph.HyperEdge> outEdges