Package | Description |
---|---|
synergynet3.web.apps.numbernet.shared |
Modifier and Type | Field and Description |
---|---|
Node |
Edge.a
The a.
|
Node |
Edge.b
The b.
|
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.String,Node> |
Graph.nodes
The nodes.
|
Modifier and Type | Method and Description |
---|---|
Node |
Graph.getNodeForItem(java.lang.String item)
Gets the node for item.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Node> |
Graph.getNodes()
Gets the nodes.
|
Constructor and Description |
---|
Edge(Node a,
Node b)
Instantiates a new edge.
|