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. linksMap<Long,Link>Network. linksMap of linksMethods in core that return Link Modifier and Type Method Description LinkRoadConnection. get_end_link()LinkNetwork. get_link(long id)Get link by idLinkLink. get_next_link_in_path(long pathid)LinkRoadConnection. 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 voidNode. add_input_link(Link link)voidNode. add_output_link(Link link)voidAbstractModel. 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)
-