Uses of Class
org.planit.network.physical.PhysicalNetwork.Nodes
-
Packages that use PhysicalNetwork.Nodes Package Description org.planit.io.xml.zoning Classes to update the Zoning object using input values from the XML zoning input file.org.planit.network.physical Physical network component object classes -
-
Uses of PhysicalNetwork.Nodes in org.planit.io.xml.zoning
Methods in org.planit.io.xml.zoning with parameters of type PhysicalNetwork.Nodes Modifier and Type Method Description static void
UpdateZoning. registerNewConnectoid(Zoning zoning, PhysicalNetwork.Nodes nodes, org.planit.xml.generated.XMLElementZones.Zone zone, Centroid centroid, InputBuilderListener inputBuilderListener)
Generates and registers a Connectoid object from the current Centroid and generated Zone object -
Uses of PhysicalNetwork.Nodes in org.planit.network.physical
Fields in org.planit.network.physical declared as PhysicalNetwork.Nodes Modifier and Type Field Description PhysicalNetwork.Nodes
PhysicalNetwork. nodes
internal class instance containing all nodes specific functionality
-