Uses of Interface
org.planit.utils.network.physical.Link
-
Packages that use Link Package Description org.planit.network.physical Physical network component object classesorg.planit.network.physical.macroscopic Macroscopic physical network component object classesorg.planit.utils.network.physical Physical network oriented utility classes -
-
Uses of Link in org.planit.network.physical
Classes in org.planit.network.physical that implement Link Modifier and Type Class Description classLinkImplLink class connecting two nodes via some geometry.Methods in org.planit.network.physical that return Link Modifier and Type Method Description LinkPhysicalNetworkBuilder. createLink(Node nodeA, Node nodeB, double length, String name)Create a new link instanceLinkPhysicalNetwork.Links. getLink(long id)Get link by idLinkLinkSegmentImpl. getParentLink()Return the parent link of this link segmentprotected LinkPhysicalNetwork.Links. registerLink(Link link)Add link to the internal containerLinkPhysicalNetwork.Links. registerNewLink(Node nodeA, Node nodeB, double length, String name)Create new link to network identified via its id, injecting link length directlyMethods in org.planit.network.physical that return types with arguments of type Link Modifier and Type Method Description Iterator<Link>PhysicalNetwork.Links. iterator()Iterator over available linksMethods in org.planit.network.physical with parameters of type Link Modifier and Type Method Description LinkSegmentPhysicalNetwork.LinkSegments. createDirectionalLinkSegment(Link parentLink, boolean directionAB)Create directional link segmentLinkSegmentPhysicalNetworkBuilder. createLinkSegment(Link parentLink, boolean directionAB)Create a new physical link segment instanceprotected LinkPhysicalNetwork.Links. registerLink(Link link)Add link to the internal containervoidPhysicalNetwork.LinkSegments. registerLinkSegment(Link parentLink, LinkSegment linkSegment, boolean directionAB)Register a link segmentConstructors in org.planit.network.physical with parameters of type Link Constructor Description LinkSegmentImpl(IdGroupingToken groupId, Link parentLink, boolean directionAB)Constructor -
Uses of Link in org.planit.network.physical.macroscopic
Methods in org.planit.network.physical.macroscopic that return Link Modifier and Type Method Description LinkMacroscopicNetworkBuilder. createLink(Node nodeA, Node nodeB, double length, String name)Create a new link instanceMethods in org.planit.network.physical.macroscopic with parameters of type Link Modifier and Type Method Description LinkSegmentMacroscopicNetworkBuilder. createLinkSegment(Link parentLink, boolean directionAB)Create a new MacroscopicLinkSegmentConstructors in org.planit.network.physical.macroscopic with parameters of type Link Constructor Description MacroscopicLinkSegmentImpl(IdGroupingToken groupId, Link parentLink, boolean directionAB)Constructor -
Uses of Link in org.planit.utils.network.physical
Methods in org.planit.utils.network.physical that return Link Modifier and Type Method Description LinkLinkSegment. getParentLink()Return the parent link of this link segment
-