A B C D E F G H I L M N O P Q R S T U W X Y

G

getDistance(Node, Node) - Method in class org.samcrow.DijkstraAlgorithm
 
getDrawObject() - Method in class org.samcrow.Destination
 
getDrawObject() - Method in class org.samcrow.Link
Get the SGObject that should be drawn to represent this link
getDrawObject() - Method in class org.samcrow.Node
Get the SGObjects to draw this node
getDrawObject() - Method in class org.samcrow.Waypoint
 
getFirstRoute() - Method in class org.samcrow.RouteManager
 
getLabel() - Method in class org.samcrow.Destination
 
getLabel() - Method in class org.samcrow.Link
Get the SGText SGObject to display the label for this Link
getLinks() - Method in class org.samcrow.Node
 
getMinimum(Set<Node>) - Method in class org.samcrow.DijkstraAlgorithm
 
getName() - Method in class org.samcrow.Destination
 
getNeighbors(Node) - Method in class org.samcrow.DijkstraAlgorithm
 
getPath(Node) - Method in class org.samcrow.DijkstraAlgorithm
This method returns the path from the source to the selected target and NULL if no path exists
getRoutes() - Method in class org.samcrow.RouteManager
Get a LinkedList of all the routes stored
getShortestDistance(Node) - Method in class org.samcrow.DijkstraAlgorithm
 
getTotalTime() - Method in class org.samcrow.Route
 
getX() - Method in class org.samcrow.Node
Get the X-coordinate of this node
getY() - Method in class org.samcrow.Node
Get the Y-coordinate of this node
Graph - Class in org.samcrow
Contains the links and nodes of a grid
Graph(Collection<Node>, Collection<Link>) - Constructor for class org.samcrow.Graph
 

A B C D E F G H I L M N O P Q R S T U W X Y