Uses of Class
org.planit.network.virtual.Zoning.Zones
-
Packages that use Zoning.Zones Package Description org.planit.data Data used for calculation during iterations of the traffic assignmentorg.planit.io.xml.demands Classes used to process the Java classes generated from XSD filesorg.planit.network.virtual Virtual network component object classesorg.planit.od Top-level abstract interfaces to handle Origin-Destination Dataorg.planit.od.odmatrix This package contains classes for managing OD matrices.org.planit.od.odmatrix.demand Contains the definitions of the Origin-Destination Demand classesorg.planit.od.odmatrix.skim This package holds the origin-destination Skim Matrix objects.org.planit.od.odroute This package holds the origin-destination path objects. -
-
Uses of Zoning.Zones in org.planit.data
Methods in org.planit.data with parameters of type Zoning.Zones Modifier and Type Method Description void
TraditionalStaticAssignmentSimulationData. resetPathMatrix(Mode mode, Zoning.Zones zones)
Reset the path matrix to empty for a specified mode for all activatedvoid
TraditionalStaticAssignmentSimulationData. resetSkimMatrix(Mode mode, Zoning.Zones zones)
Reset the skim matrix to all zeroes for a specified mode for all activated skim output types -
Uses of Zoning.Zones in org.planit.io.xml.demands
Methods in org.planit.io.xml.demands with parameters of type Zoning.Zones Modifier and Type Method Description static void
DemandsPopulator. createAndRegisterDemandMatrix(Demands demands, List<org.planit.xml.generated.XMLElementOdMatrix> oddemands, Zoning.Zones zones, InputBuilderListener inputBuilderListener)
Creates a ODDemandMatrix object from a List of Odmatrix objects read in from the XML input file and registers it in the Demands object -
Uses of Zoning.Zones in org.planit.network.virtual
Fields in org.planit.network.virtual declared as Zoning.Zones Modifier and Type Field Description Zoning.Zones
Zoning. zones
provide access to zones of this zoning -
Uses of Zoning.Zones in org.planit.od
Fields in org.planit.od declared as Zoning.Zones Modifier and Type Field Description protected Zoning.Zones
ODDataImpl. zones
holder for zones considered in the matrixprotected Zoning.Zones
ODDataIteratorImpl. zones
Zones object to store travel analysis zones (from Zoning object)Constructors in org.planit.od with parameters of type Zoning.Zones Constructor Description ODDataImpl(Zoning.Zones zones)
ConstructorODDataIteratorImpl(Zoning.Zones zones)
Constructor -
Uses of Zoning.Zones in org.planit.od.odmatrix
Constructors in org.planit.od.odmatrix with parameters of type Zoning.Zones Constructor Description ODMatrix(Zoning.Zones zones)
Constructor for matrix based OD demand matrixODMatrixIterator(org.ojalgo.array.Array2D<Double> matrixContents, Zoning.Zones zones)
Constructor -
Uses of Zoning.Zones in org.planit.od.odmatrix.demand
Constructors in org.planit.od.odmatrix.demand with parameters of type Zoning.Zones Constructor Description ODDemandMatrix(Zoning.Zones zones)
Constructor -
Uses of Zoning.Zones in org.planit.od.odmatrix.skim
Constructors in org.planit.od.odmatrix.skim with parameters of type Zoning.Zones Constructor Description ODSkimMatrix(Zoning.Zones zones, ODSkimSubOutputType odSkimOutputType)
Constructor -
Uses of Zoning.Zones in org.planit.od.odroute
Constructors in org.planit.od.odroute with parameters of type Zoning.Zones Constructor Description ODRouteIterator(Route[][] matrixContents, Zoning.Zones zones)
ConstructorODRouteMatrix(IdGroupingToken groupId, Zoning.Zones zones)
Constructor
-