Uses of Class
org.planit.output.property.OutputProperty
-
Packages that use OutputProperty Package Description org.planit.data Data used for calculation during iterations of the traffic assignmentorg.planit.output.adapter Output Adapter and Output Type Adapter classes and interfacesorg.planit.output.configuration output configuration related classesorg.planit.output.formatter output formatter related classesorg.planit.output.property Output property objects which represent quantities which can be reported in the output -
-
Uses of OutputProperty in org.planit.data
Methods in org.planit.data with parameters of type OutputProperty Modifier and Type Method Description int
MultiKeyPlanItData. getPositionOfOutputKeyProperty(OutputProperty outputKeyProperty)
Get the position of a property type in the output keys property arrayint
MultiKeyPlanItData. getPositionOfOutputValueProperty(OutputProperty outputValueProperty)
Get the position of a property type in the output values property arrayObject
MultiKeyPlanItData. getRowValue(OutputProperty outputProperty, Object... keyValues)
Get data value for a specified row and columnvoid
MultiKeyPlanItData. putRowValue(OutputProperty outputProperty, Object value, Object... keyValues)
Set the data value for an individual cellConstructors in org.planit.data with parameters of type OutputProperty Constructor Description MultiKeyPlanItData(OutputProperty[] outputKeyProperties, OutputProperty... outputValueProperties)
ConstructorMultiKeyPlanItData(OutputProperty outputKeyProperty1, OutputProperty... outputValueProperties)
ConstructorMultiKeyPlanItData(OutputProperty outputKeyProperty1, OutputProperty outputKeyProperty2, OutputProperty... outputValueProperties)
ConstructorMultiKeyPlanItData(OutputProperty outputKeyProperty1, OutputProperty outputKeyProperty2, OutputProperty outputKeyProperty3, OutputProperty... outputValueProperties)
Constructor -
Uses of OutputProperty in org.planit.output.adapter
Methods in org.planit.output.adapter with parameters of type OutputProperty Modifier and Type Method Description protected Object
OutputTypeAdapterImpl. getCommonPropertyValue(OutputProperty outputProperty, Mode mode, TimePeriod timePeriod)
Returns the value of properties which are common to all output type adaptersObject
LinkOutputTypeAdapter. getLinkOutputPropertyValue(OutputProperty outputProperty, LinkSegment linkSegment, Mode mode, TimePeriod timePeriod, double timeUnitMultiplier)
Return the value of a specified output property of a link segmentObject
LinkOutputTypeAdapterImpl. getLinkOutputPropertyValue(OutputProperty outputProperty, LinkSegment linkSegment, Mode mode, TimePeriod timePeriod, double timeUnitMultiplier)
Return the value of a specified output property of a link segment The DENSITY case should never be called for TraditionalStaticAssignment.Object
TraditionalStaticAssignmentLinkOutputTypeAdapter. getLinkOutputPropertyValue(OutputProperty outputProperty, LinkSegment linkSegment, Mode mode, TimePeriod timePeriod, double timeUnitMultiplier)
Return the value of a specified output property of a link segmentObject
ODOutputTypeAdapter. getODOutputPropertyValue(OutputProperty outputProperty, ODMatrixIterator odMatrixIterator, Mode mode, TimePeriod timePeriod, double timeUnitMultiplier)
Returns the specified output property values for the current cell in the OD Matrix IteratorObject
ODOutputTypeAdapterImpl. getODOutputPropertyValue(OutputProperty outputProperty, ODMatrixIterator odMatrixIterator, Mode mode, TimePeriod timePeriod, double timeUnitMultiplier)
Returns the specified output property values for the current cell in the OD Matrix IteratorObject
RouteOutputTypeAdapter. getRouteOutputPropertyValue(OutputProperty outputProperty, ODRouteIterator odRouteIterator, Mode mode, TimePeriod timePeriod, RouteIdType pathOutputType)
Returns the specified output property values for the current cell in the ODPathIteratorObject
RouteOutputTypeAdapterImpl. getRouteOutputPropertyValue(OutputProperty outputProperty, ODRouteIterator odRouteIterator, Mode mode, TimePeriod timePeriod, RouteIdType routeOutputType)
Returns the specified output property values for the current cell in the ODPathIterator -
Uses of OutputProperty in org.planit.output.configuration
Methods in org.planit.output.configuration that return OutputProperty Modifier and Type Method Description OutputProperty[]
OutputTypeConfiguration. getOutputKeyProperties()
Returns an array of output properties for keys used in MemoryOutputFormatter The output array can only contain output properties which are of ID_PRIORITYOutputProperty[]
OutputTypeConfiguration. getOutputValueProperties()
Returns an array of output properties for values used in MemoryOutputFormatter The output array can only contain output properties which are not of ID_PRIORITYOutputProperty[]
LinkOutputTypeConfiguration. validateAndFilterKeyProperties(OutputProperty[] outputKeyProperties)
Validate whether the specified list of keys is valid, and if it is return only the keys which will be usedOutputProperty[]
OriginDestinationOutputTypeConfiguration. validateAndFilterKeyProperties(OutputProperty[] outputKeyProperties)
Validate whether the specified list of keys is valid, and if it is return only the keys which will be usedabstract OutputProperty[]
OutputTypeConfiguration. validateAndFilterKeyProperties(OutputProperty[] outputKeyProperties)
Validate whether the specified list of keys is valid, and if it is return only the keys which will be usedOutputProperty[]
PathOutputTypeConfiguration. validateAndFilterKeyProperties(OutputProperty[] outputKeyProperties)
Validate whether the specified list of keys is valid, and if it is return only the keys which will be usedMethods in org.planit.output.configuration with parameters of type OutputProperty Modifier and Type Method Description void
OutputTypeConfiguration. addProperty(OutputProperty outputProperty)
Add an output property to be included in the output filesboolean
OutputTypeConfiguration. removeProperty(OutputProperty outputProperty)
Remove an output property from the list of properties to be included in the output fileOutputProperty[]
LinkOutputTypeConfiguration. validateAndFilterKeyProperties(OutputProperty[] outputKeyProperties)
Validate whether the specified list of keys is valid, and if it is return only the keys which will be usedOutputProperty[]
OriginDestinationOutputTypeConfiguration. validateAndFilterKeyProperties(OutputProperty[] outputKeyProperties)
Validate whether the specified list of keys is valid, and if it is return only the keys which will be usedabstract OutputProperty[]
OutputTypeConfiguration. validateAndFilterKeyProperties(OutputProperty[] outputKeyProperties)
Validate whether the specified list of keys is valid, and if it is return only the keys which will be usedOutputProperty[]
PathOutputTypeConfiguration. validateAndFilterKeyProperties(OutputProperty[] outputKeyProperties)
Validate whether the specified list of keys is valid, and if it is return only the keys which will be used -
Uses of OutputProperty in org.planit.output.formatter
Methods in org.planit.output.formatter that return OutputProperty Modifier and Type Method Description OutputProperty[]
MemoryOutputFormatter. getOutputKeyProperties(OutputType outputType)
Returns the array of output properties representing the output types of the keys for the current output typeOutputProperty[]
MemoryOutputFormatter. getOutputValueProperties(OutputType outputType)
Returns the array of output properties representing the output types of the data values for the current output typeMethods in org.planit.output.formatter with parameters of type OutputProperty Modifier and Type Method Description Object
MemoryOutputFormatter. getOutputDataValue(Mode mode, TimePeriod timePeriod, Integer iterationIndex, OutputType outputType, OutputProperty outputProperty, Object[] keyValues)
Get a specified data valueint
MemoryOutputFormatter. getPositionOfOutputKeyProperty(OutputType outputType, OutputProperty outputKeyProperty)
Returns the position of a property type in the output key property arrayint
MemoryOutputFormatter. getPositionOfOutputValueProperty(OutputType outputType, OutputProperty outputValueProperty)
Returns the position of a property type in the output values property array -
Uses of OutputProperty in org.planit.output.property
Methods in org.planit.output.property that return OutputProperty Modifier and Type Method Description static OutputProperty
OutputProperty. fromHeaderName(String name)
Returns the enumeration value associated with a specified header name (the header name in input and output files)static OutputProperty
OutputProperty. fromValue(String v)
Returns the enumeration value associated with the specified class nameabstract OutputProperty
BaseOutputProperty. getOutputProperty()
Return the value of the OutputProperty enumeration for this propertyOutputProperty
CalculatedSpeedOutputProperty. getOutputProperty()
OutputProperty
CapacityPerLaneOutputProperty. getOutputProperty()
OutputProperty
CostTimesFlowOutputProperty. getOutputProperty()
OutputProperty
DensityOutputProperty. getOutputProperty()
OutputProperty
DestinationZoneExternalIdOutputProperty. getOutputProperty()
OutputProperty
DestinationZoneIdOutputProperty. getOutputProperty()
OutputProperty
DownstreamNodeExternalIdOutputProperty. getOutputProperty()
OutputProperty
DownstreamNodeIdOutputProperty. getOutputProperty()
OutputProperty
DownstreamNodeLocationOutputProperty. getOutputProperty()
OutputProperty
FlowOutputProperty. getOutputProperty()
OutputProperty
IterationIndexOutputProperty. getOutputProperty()
OutputProperty
LengthOutputProperty. getOutputProperty()
OutputProperty
LinkCostOutputProperty. getOutputProperty()
OutputProperty
LinkSegmentExternalIdOutputProperty. getOutputProperty()
OutputProperty
LinkSegmentIdOutputProperty. getOutputProperty()
OutputProperty
LinkTypeOutputProperty. getOutputProperty()
OutputProperty
MaximumDensityOutputProperty. getOutputProperty()
OutputProperty
MaximumSpeedOutputProperty. getOutputProperty()
OutputProperty
ModeExternalIdOutputProperty. getOutputProperty()
OutputProperty
ModeIdOutputProperty. getOutputProperty()
OutputProperty
NumberOfLanesOutputProperty. getOutputProperty()
OutputProperty
ODCostOutputProperty. getOutputProperty()
OutputProperty
OriginZoneExternalIdOutputProperty. getOutputProperty()
OutputProperty
OriginZoneIdOutputProperty. getOutputProperty()
OutputProperty
PathIdOutputProperty. getOutputProperty()
OutputProperty
PathOutputStringProperty. getOutputProperty()
OutputProperty
RunIdOutputProperty. getOutputProperty()
OutputProperty
TimePeriodExternalIdOutputProperty. getOutputProperty()
OutputProperty
TimePeriodIdOutputProperty. getOutputProperty()
OutputProperty
UpstreamNodeExternalIdOutputProperty. getOutputProperty()
OutputProperty
UpstreamNodeIdOutputProperty. getOutputProperty()
OutputProperty
UpstreamNodeLocationOutputProperty. getOutputProperty()
OutputProperty
VCRatioOutputProperty. getOutputProperty()
static OutputProperty
OutputProperty. valueOf(String name)
Returns the enum constant of this type with the specified name.static OutputProperty[]
OutputProperty. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.planit.output.property with parameters of type OutputProperty Modifier and Type Method Description static BaseOutputProperty
BaseOutputProperty. convertToBaseOutputProperty(OutputProperty outputProperty)
Generate the appropriate BaseOutputProperty object from a specified enumeration value
-