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 class
LinkImpl
Link class connecting two nodes via some geometry.Methods in org.planit.network.physical that return Link Modifier and Type Method Description Link
PhysicalNetworkBuilder. createLink(Node nodeA, Node nodeB, double length, String name)
Create a new link instanceLink
PhysicalNetwork.Links. getLink(long id)
Get link by idLink
LinkSegmentImpl. getParentLink()
Return the parent link of this link segmentprotected Link
PhysicalNetwork.Links. registerLink(Link link)
Add link to the internal containerLink
PhysicalNetwork.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 LinkSegment
PhysicalNetwork.LinkSegments. createDirectionalLinkSegment(Link parentLink, boolean directionAB)
Create directional link segmentLinkSegment
PhysicalNetworkBuilder. createLinkSegment(Link parentLink, boolean directionAB)
Create a new physical link segment instanceprotected Link
PhysicalNetwork.Links. registerLink(Link link)
Add link to the internal containervoid
PhysicalNetwork.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 Link
MacroscopicNetworkBuilder. 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 LinkSegment
MacroscopicNetworkBuilder. 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 Link
LinkSegment. getParentLink()
Return the parent link of this link segment
-