Uses of Class
core.Node
-
Packages that use Node Package Description core -
-
Uses of Node in core
Fields in core with type parameters of type Node Modifier and Type Field Description Map<Long,Node>
Network. nodes
Map of nodesMethods in core that return Node Modifier and Type Method Description Node
Link. get_end_node()
Node
Network. get_node(long id)
Get node by idNode
Link. get_start_node()
Methods in core that return types with arguments of type Node Modifier and Type Method Description Map<Long,Node>
Network. get_nodes()
Get map of nodesConstructors in core with parameters of type Node Constructor Description Link(Network network, jaxb.Roadparam rp, long id, float length, int full_lanes, Node start_node, Node end_node, core.geometry.RoadGeometry rg, Link.RoadType rt, jaxb.Points jpoints, Long alt_next_link)
-