Uses of Class
org.goplanit.output.enums.OdSkimSubOutputType
-
Packages that use OdSkimSubOutputType 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 interfacesorg.goplanit.output.configuration output configuration related classesorg.goplanit.output.enums Enumerations containing possible values of output properties -
-
Uses of OdSkimSubOutputType in org.goplanit.assignment.traditionalstatic
Methods in org.goplanit.assignment.traditionalstatic that return types with arguments of type OdSkimSubOutputType Modifier and Type Method Description Map<OdSkimSubOutputType,OdSkimMatrix>
TraditionalStaticAssignmentSimulationData. getSkimMatrixMap(Mode mode)
Retrieve the Map of OD Skim matrices for all active OD Skim Output Types for a specified modeMethods in org.goplanit.assignment.traditionalstatic with parameters of type OdSkimSubOutputType 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 modeOdSkimMatrix
TraditionalStaticAssignmentSimulationData. getOdSkimMatrix(OdSkimSubOutputType odSkimOutputType, Mode mode)
Retrieve the skim matrix for a specified mode and skim output type -
Uses of OdSkimSubOutputType in org.goplanit.od.skim
Methods in org.goplanit.od.skim that return OdSkimSubOutputType Modifier and Type Method Description OdSkimSubOutputType
OdSkimMatrix. getOdSkimOutputType()
Returns the type of the current OD skim matrixConstructors in org.goplanit.od.skim with parameters of type OdSkimSubOutputType Constructor Description OdSkimMatrix(OdZones zones, OdSkimSubOutputType odSkimOutputType)
Constructor -
Uses of OdSkimSubOutputType in org.goplanit.output.adapter
Methods in org.goplanit.output.adapter with parameters of type OdSkimSubOutputType 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 -
Uses of OdSkimSubOutputType in org.goplanit.output.configuration
Methods in org.goplanit.output.configuration with parameters of type OdSkimSubOutputType Modifier and Type Method Description void
OdOutputTypeConfiguration. activateOdSkimOutputType(OdSkimSubOutputType odSkimOutputType)
Activate an ODSkimOutputType for this output type configurationvoid
OdOutputTypeConfiguration. deactivateOdSkimOutputType(OdSkimSubOutputType odSkimOutputType)
Deactivate an ODSkimOutputType for this output type configuration -
Uses of OdSkimSubOutputType in org.goplanit.output.enums
Methods in org.goplanit.output.enums that return OdSkimSubOutputType Modifier and Type Method Description static OdSkimSubOutputType
OdSkimSubOutputType. valueOf(String name)
Returns the enum constant of this type with the specified name.static OdSkimSubOutputType[]
OdSkimSubOutputType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-