AccessRestrictions |
Class containing access restrictions for roads/arcs.
|
Arc |
Interface representing an arc in the graph.
|
ArcBackward |
Implementation of Arc that represents a "backward" arc in a graph, i.e., an
arc that is the reverse of another one.
|
ArcForward |
Implementation of Arc that represents a "forward" arc in a graph, this is the
arc implementation that stores data relative to the arc.
|
Graph |
Main graph class.
|
GraphStatistics |
Utility class that stores some statistics of graphs that are not easy to
access.
|
GraphStatistics.BoundingBox |
Class representing a bounding box for a graph (a rectangle that contains all
nodes in the graph).
|
Node |
Class representing a Node in a Graph .
|
Path |
Class representing a path between nodes in a graph.
|
Point |
Class representing a point (position) on Earth.
|
RoadInformation |
Class containing information for road that may be shared by multiple arcs.
|