Uses of Class
org.goplanit.od.skim.OdSkimMatrix
-
Packages that use OdSkimMatrix Package Description org.goplanit.assignment.traditionalstatic org.goplanit.od.skim This package holds the origin-destination Skim Matrix objects.org.goplanit.output.adapter Output Adapter and Output Type Adapter classes and interfaces -
-
Uses of OdSkimMatrix in org.goplanit.assignment.traditionalstatic
Methods in org.goplanit.assignment.traditionalstatic that return OdSkimMatrix Modifier and Type Method Description OdSkimMatrix
TraditionalStaticAssignmentSimulationData. getOdSkimMatrix(OdSkimSubOutputType odSkimOutputType, Mode mode)
Retrieve the skim matrix for a specified mode and skim output typeMethods in org.goplanit.assignment.traditionalstatic that return types with arguments of type OdSkimMatrix Modifier and Type Method Description Optional<OdSkimMatrix>
TraditionalStaticAssignmentOdOutputTypeAdapter. getOdSkimMatrix(OdSkimSubOutputType odSkimOutputType, Mode mode)
Retrieve an OD skim matrix for a specified OD skim output type and modeMap<OdSkimSubOutputType,OdSkimMatrix>
TraditionalStaticAssignmentSimulationData. getSkimMatrixMap(Mode mode)
Retrieve the Map of OD Skim matrices for all active OD Skim Output Types for a specified mode -
Uses of OdSkimMatrix in org.goplanit.od.skim
Methods in org.goplanit.od.skim that return OdSkimMatrix Modifier and Type Method Description OdSkimMatrix
OdSkimMatrix. clone()
Create a shallow copy of this entityConstructors in org.goplanit.od.skim with parameters of type OdSkimMatrix Constructor Description OdSkimMatrix(OdSkimMatrix other)
copy constructorOdSkimMatrixIterator(OdSkimMatrix matrix)
-
Uses of OdSkimMatrix in org.goplanit.output.adapter
Methods in org.goplanit.output.adapter that return types with arguments of type OdSkimMatrix Modifier and Type Method Description Optional<OdSkimMatrix>
OdOutputTypeAdapter. getOdSkimMatrix(OdSkimSubOutputType odSkimOutputType, Mode mode)
Retrieve an OD skim matrix for a specified OD skim output type and mode
-