Uses of Class
core.Link
-
Packages that use Link Package Description core -
-
Uses of Link in core
Fields in core with type parameters of type Link Modifier and Type Field Description Set<Link>
AbstractModel. links
Map<Long,Link>
Network. links
Map of linksMethods in core that return Link Modifier and Type Method Description Link
RoadConnection. get_end_link()
Link
Network. get_link(long id)
Get link by idLink
Link. get_next_link_in_path(long pathid)
Link
RoadConnection. get_start_link()
Methods in core that return types with arguments of type Link Modifier and Type Method Description Collection<Link>
Node. get_in_links()
Map<Long,Link>
Network. get_links()
Get map of linksCollection<Link>
Node. get_out_links()
Collection<Link>
Link. get_previous_links()
Methods in core with parameters of type Link Modifier and Type Method Description void
Node. add_input_link(Link link)
void
Node. add_output_link(Link link)
void
AbstractModel. add_vehicle_packet(Link link, float timestamp, core.packet.PacketLink vp)
Constructors in core with parameters of type Link Constructor Description RoadConnection(long id, Link start_link, int start_link_from_lane, int start_link_to_lane, Link end_link, int end_link_from_lane, int end_link_to_lane)
RoadConnection(long id, Link start_link, Link end_link)
Constructor parameters in core with type arguments of type Link Constructor Description AbstractModel(AbstractModel.Type type, String name, Set<Link> links, utils.StochasticProcess process)
RoadConnection(Map<Long,Link> links, jaxb.Roadconnection jaxb_rc)
-