Uses of Interface
org.goplanit.utils.network.layer.physical.Nodes
-
Packages that use Nodes Package Description org.goplanit.network.layer.macroscopic Macroscopic physical network component object classesorg.goplanit.network.layer.physical Physical network component object classesorg.goplanit.utils.network.layer org.goplanit.utils.network.layer.physical -
-
Uses of Nodes in org.goplanit.network.layer.macroscopic
Methods in org.goplanit.network.layer.macroscopic that return Nodes Modifier and Type Method Description Nodes
MacroscopicNetworkLayerImpl. getNodes()
Collect the nodesConstructors in org.goplanit.network.layer.macroscopic with parameters of type Nodes Constructor Description MacroscopicNetworkLayerImpl(IdGroupingToken groupId, Nodes nodes, MacroscopicLinks links, MacroscopicLinkSegments linkSegments)
Constructor -
Uses of Nodes in org.goplanit.network.layer.physical
Classes in org.goplanit.network.layer.physical that implement Nodes Modifier and Type Class Description class
NodesImpl
Nodes primary managed container implementationConstructors in org.goplanit.network.layer.physical with parameters of type Nodes Constructor Description NodeFactoryImpl(IdGroupingToken groupId, Nodes vertices)
Constructor -
Uses of Nodes in org.goplanit.utils.network.layer
Methods in org.goplanit.utils.network.layer that return Nodes Modifier and Type Method Description Nodes
MacroscopicNetworkLayer. getNodes()
Collect the nodes -
Uses of Nodes in org.goplanit.utils.network.layer.physical
Methods in org.goplanit.utils.network.layer.physical that return Nodes Modifier and Type Method Description Nodes
Nodes. deepClone()
Force clone implementationNodes
Nodes. deepCloneWithMapping(BiConsumer<Node,Node> mapper)
Deep clone implementation with mapping retained between original and copies createdNodes
Nodes. shallowClone()
shallow clone implementation
-