Uses of Class
core.Network
-
Packages that use Network Package Description core -
-
Uses of Network in core
Fields in core declared as Network Modifier and Type Field Description Network
Node. network
Network
Scenario. network
Container for the networkMethods in core that return Network Modifier and Type Method Description Network
Link. get_network()
Network
Scenario. get_network()
Get networkConstructors in core with parameters of type Network 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)
Node(Network network, Long id, Float xcoord, Float ycoord)
Node(Network network, jaxb.Node jn)
-