Uses of Interface
org.planit.utils.zoning.Zones
-
Packages that use Zones Package Description org.planit.assignment.traditionalstatic org.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.odpath This package holds the origin-destination path objects.org.planit.zoning -
-
Uses of Zones in org.planit.assignment.traditionalstatic
Methods in org.planit.assignment.traditionalstatic with parameters of type Zones Modifier and Type Method Description void
TraditionalStaticAssignmentSimulationData. resetPathMatrix(Mode mode, Zones<?> zones)
Reset the path matrix to empty for a specified mode for all activatedvoid
TraditionalStaticAssignmentSimulationData. resetSkimMatrix(Mode mode, Zones<?> zones, ODOutputTypeConfiguration originDestinationOutputTypeConfiguration)
Reset the skim matrix to all zeroes for a specified mode for all activated skim output types -
Uses of Zones in org.planit.od
Fields in org.planit.od declared as Zones Modifier and Type Field Description protected Zones<?>
ODDataImpl. zones
holder for zones considered in the matrixprotected Zones<?>
ODDataIteratorImpl. zones
Zones object to store travel analysis zones (from Zoning object)Constructors in org.planit.od with parameters of type Zones Constructor Description ODDataImpl(Zones<?> zones)
ConstructorODDataIteratorImpl(Zones<?> zones)
Constructor -
Uses of Zones in org.planit.od.odmatrix
Constructors in org.planit.od.odmatrix with parameters of type Zones Constructor Description ODMatrix(Zones<?> zones)
Constructor for matrix based OD demand matrixODMatrixIterator(org.ojalgo.array.Array2D<Double> matrixContents, Zones<?> zones)
Constructor -
Uses of Zones in org.planit.od.odmatrix.demand
Constructors in org.planit.od.odmatrix.demand with parameters of type Zones Constructor Description ODDemandMatrix(Zones<?> zones)
Constructor -
Uses of Zones in org.planit.od.odmatrix.skim
Constructors in org.planit.od.odmatrix.skim with parameters of type Zones Constructor Description ODSkimMatrix(Zones<?> zones, ODSkimSubOutputType odSkimOutputType)
Constructor -
Uses of Zones in org.planit.od.odpath
Constructors in org.planit.od.odpath with parameters of type Zones Constructor Description ODPathIterator(Path[][] matrixContents, Zones<?> zones)
ConstructorODPathMatrix(IdGroupingToken groupId, Zones<?> zones)
Constructor -
Uses of Zones in org.planit.zoning
Classes in org.planit.zoning that implement Zones Modifier and Type Class Description class
OdZonesImpl
implementation of the Zones <T> interface for Od zonesclass
TransferZonesImpl
implementation of the Zones <T> interface for transfer zonesclass
ZonesImpl<Z extends Zone>
Partial implementation of the Zones <T> interfaceFields in org.planit.zoning declared as Zones Modifier and Type Field Description Zones<OdZone>
Zoning. odZones
provide access to zonesZones<TransferZone>
Zoning. transferZones
provide access to transger zones (if any)
-