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