Uses of Class
core.Node
- 
Packages that use Node Package Description core 
- 
- 
Uses of Node in coreFields in core with type parameters of type Node Modifier and Type Field Description Map<Long,Node>Network. nodesMap of nodesMethods in core that return Node Modifier and Type Method Description NodeLink. get_end_node()NodeNetwork. get_node(long id)Get node by idNodeLink. 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)
 
-