Uses of Interface
org.planit.utils.network.physical.Links
-
Packages that use Links Package Description org.planit.network.physical Physical network component object classes -
-
Uses of Links in org.planit.network.physical
Classes in org.planit.network.physical that implement Links Modifier and Type Class Description class
LinksImpl<L extends Link>
Links implementation wrapper that simply utilises passed in edges of the desired generic type to delegate registration and creation of its links onFields in org.planit.network.physical declared as Links Modifier and Type Field Description Links<L>
PhysicalNetwork. links
class instance containing all link specific functionalityMethods in org.planit.network.physical that return Links Modifier and Type Method Description Links<L>
PhysicalNetwork. getLinks()
alternative to using the links public member
-