|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.TeamHEC.LocomotionCommotion.Goal.Graph.Edge
public class Edge
| Field Summary | |
|---|---|
Node |
target
|
float |
weight
|
| Constructor Summary | |
|---|---|
Edge(Node tget,
float weight)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final Node target
public final float weight
| Constructor Detail |
|---|
public Edge(Node tget,
float weight)
tget - refers to the target of the edge. The source of the edge being the node that created a new edgeweight - refers to the length of the vector between the two mapobjs as computed inside the connection class.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||