Package | Description |
---|---|
synergynet3.web.apps.numbernet.comms.table | |
synergynet3.web.apps.numbernet.shared |
Modifier and Type | Method and Description |
---|---|
DistributedMap<java.lang.String,Edge> |
TargetMaps.getEdgesMapForTarget(double target)
Gets the edges map for target.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<Edge> |
Graph.edges
The edges.
|
Modifier and Type | Method and Description |
---|---|
Edge |
Graph.connect(java.lang.String a,
java.lang.String b)
Connect.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Edge> |
Graph.getEdges()
Gets the edges.
|
java.util.List<Edge> |
Graph.getEdgesLongerThanDistanceIgnoringCurrentlyInteractingEdges(float distance)
Gets the edges longer than distance ignoring currently interacting edges.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Graph.removeEdges(java.util.List<Edge> collection)
Removes the edges.
|