Uses of Class
core.RoadConnection
-
Packages that use RoadConnection Package Description core -
-
Uses of RoadConnection in core
Fields in core with type parameters of type RoadConnection Modifier and Type Field Description Map<Long,RoadConnection>
Network. road_connections
Map of road connectionsMethods in core that return types with arguments of type RoadConnection Modifier and Type Method Description Set<RoadConnection>
Node. get_road_connections()
Map<Long,RoadConnection>
Network. get_roadconnections()
Get map of road connectionsSet<RoadConnection>
Link. get_roadconnections_entering()
Set<RoadConnection>
Link. get_roadconnections_leaving()
Methods in core with parameters of type RoadConnection Modifier and Type Method Description void
Node. add_road_connection(RoadConnection rc)
int
RoadConnection. compareTo(RoadConnection that)
-