-
Notifications
You must be signed in to change notification settings - Fork 0
Home
markliederbach edited this page Apr 2, 2015
·
3 revisions
`
(Page under construction)
This interface contains class components that, together, allow the computation of the shortest path between them to be determined.
-
Attributes
Accessibility Data Type Name Description public long NEXT_ID Provides an overarching, universal id protocol so that Node class components will be unique. -
Classes
Name Constructors Attributes Methods Node Node(String)
Node(String str, Object data)
name
id
data
neighbors
minDistance
previous
getObject()
updateObject(Object data)
toString()
stringNeighbors()
compareTo(Node nd)
addNeighbor(Node nd, double weight)