Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<Edge> |
edges |
MapObj |
mapobj |
double |
minDistance |
Node |
next |
Constructor and Description |
---|
Node(MapObj st)
creates a new node for a given instance of a station/junction
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Node other)
neccassary to compare in the compute paths class
|