Uses of Class
org.goplanit.output.property.OutputProperty
-
Packages that use OutputProperty Package Description org.goplanit.assignment.ltm.sltm org.goplanit.assignment.traditionalstatic org.goplanit.data Data used for calculation during iterations of the traffic assignmentorg.goplanit.io.xml.converter PLANit IO XML conversion helper classesorg.goplanit.output.adapter Output Adapter and Output Type Adapter classes and interfacesorg.goplanit.output.configuration output configuration related classesorg.goplanit.output.formatter output formatter related classesorg.goplanit.output.property Output property objects which represent quantities which can be reported in the output -
-
Uses of OutputProperty in org.goplanit.assignment.ltm.sltm
Methods in org.goplanit.assignment.ltm.sltm with parameters of type OutputProperty Modifier and Type Method Description Optional<?>
StaticLtmLinkOutputTypeAdapter. getLinkSegmentOutputPropertyValue(OutputProperty outputProperty, MacroscopicLinkSegment linkSegment, Mode mode, TimePeriod timePeriod)
Return the value of a specified output property of a link segment The DENSITY case should never be called for TraditionalStaticAssignment. -
Uses of OutputProperty in org.goplanit.assignment.traditionalstatic
Methods in org.goplanit.assignment.traditionalstatic with parameters of type OutputProperty Modifier and Type Method Description Optional<?>
TraditionalStaticAssignmentLinkOutputTypeAdapter. getLinkSegmentOutputPropertyValue(OutputProperty outputProperty, MacroscopicLinkSegment linkSegment, Mode mode, TimePeriod timePeriod)
Return the value of a specified output property of a link segment -
Uses of OutputProperty in org.goplanit.data
Constructors in org.goplanit.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.goplanit.io.xml.converter
Methods in org.goplanit.io.xml.converter with parameters of type OutputProperty Modifier and Type Method Description static org.goplanit.xml.generated.Unitsvalues
XmlEnumConverter. convertFromPlanItToXmlGeneratedUnits(OutputProperty outputProperty)
Convert values from Units enumeration in PLANit project to generated Unitsvalues enumeration -
Uses of OutputProperty in org.goplanit.output.adapter
Methods in org.goplanit.output.adapter with parameters of type OutputProperty Modifier and Type Method Description protected static Optional<?>
OutputTypeAdapterImpl. createConvertedUnitsValue(OutputProperty outputProperty, Optional<?> unconvertedValue)
Convert the output property value that is assumed to be in the properties default units in the desired units indicated on the propertyOptional<?>
MacroscopicLinkOutputTypeAdapter. getLinkSegmentOutputPropertyValue(OutputProperty outputProperty, MacroscopicLinkSegment linkSegment, Mode mode, TimePeriod timePeriod)
Return the value of a specified output property of a link segmentOptional<?>
MacroscopicLinkOutputTypeAdapterImpl. getLinkSegmentOutputPropertyValue(OutputProperty outputProperty, MacroscopicLinkSegment linkSegment, Mode mode, TimePeriod timePeriod)
Return the value of a specified output property of a link segment The DENSITY case should never be called for TraditionalStaticAssignment.Optional<?>
UntypedLinkOutputTypeAdapter. getLinkSegmentOutputPropertyValue(OutputProperty outputProperty, T linkSegment)
Return the value of a specified output property of a link segmentOptional<?>
UntypedLinkOutputTypeAdapterImpl. getLinkSegmentOutputPropertyValue(OutputProperty outputProperty, LS linkSegment)
Return the value of a specified output property of a link segmentOptional<?>
OdOutputTypeAdapter. getOdOutputPropertyValue(OutputProperty outputProperty, OdDataIterator<?> odIterator, Mode mode, TimePeriod timePeriod)
Returns the specified output property values for the current cell in the OD Matrix IteratorOptional<?>
OdOutputTypeAdapterImpl. getOdOutputPropertyValue(OutputProperty outputProperty, OdDataIterator<?> odIterator, Mode mode, TimePeriod timePeriod)
Returns the specified output property values for the current cell in the OD Matrix Iteratorprotected Optional<?>
OutputTypeAdapterImpl. getOutputTypeIndependentPropertyValue(OutputProperty outputProperty, Mode mode, TimePeriod timePeriod)
Returns the value of properties which are common to all output type adaptersOptional<?>
PathOutputTypeAdapter. getPathOutputPropertyValue(OutputProperty outputProperty, OdDataIterator<? extends ManagedDirectedPath> odPathIterator, Mode mode, TimePeriod timePeriod, PathOutputIdentificationType pathOutputType)
Returns the specified output property values for the current cell in the ODPathIteratorOptional<?>
PathOutputTypeAdapterImpl. getPathOutputPropertyValue(OutputProperty outputProperty, OdDataIterator<? extends ManagedDirectedPath> odPathIterator, Mode mode, TimePeriod timePeriod, PathOutputIdentificationType pathOutputType)
Returns the specified output property values for the current cell in the ODPathIterator -
Uses of OutputProperty in org.goplanit.output.configuration
Fields in org.goplanit.output.configuration with type parameters of type OutputProperty Modifier and Type Field Description protected SortedSet<OutputProperty>
OutputTypeConfiguration. outputProperties
Output properties to be included in the CSV output filesMethods in org.goplanit.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. getOutputProperty(OutputPropertyType outputPropertyType)
Collect the registered output property by its typeOutputProperty[]
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[]
OdOutputTypeConfiguration. 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.goplanit.output.configuration that return types with arguments of type OutputProperty Modifier and Type Method Description SortedSet<OutputProperty>
OutputTypeConfiguration. getOutputProperties()
Returns the current set of output properties for this output configurationMethods in org.goplanit.output.configuration with parameters of type OutputProperty Modifier and Type Method Description boolean
LinkOutputTypeConfiguration. isOutputPropertyValid(OutputProperty baseOutputProperty)
Checks the output property type being added in valid for the current output type configurationboolean
OdOutputTypeConfiguration. isOutputPropertyValid(OutputProperty baseOutputProperty)
Checks the output property type being added in valid for the current output type configurationabstract boolean
OutputTypeConfiguration. isOutputPropertyValid(OutputProperty baseOutputProperty)
Checks the output property type being added in valid for the current output type configurationboolean
PathOutputTypeConfiguration. isOutputPropertyValid(OutputProperty baseOutputProperty)
Checks the output property type being added in valid for the current output type configurationOutputProperty[]
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[]
OdOutputTypeConfiguration. 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.goplanit.output.formatter
Methods in org.goplanit.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 type -
Uses of OutputProperty in org.goplanit.output.property
Methods in org.goplanit.output.property that return OutputProperty Modifier and Type Method Description static OutputProperty
OutputProperty. of(String propertyClassName)
Generate the appropriate BaseOutputProperty object from a specified class namestatic OutputProperty
OutputProperty. of(OutputPropertyType outputProperty)
Generate the appropriate BaseOutputProperty object from a specified enumeration valueMethods in org.goplanit.output.property with parameters of type OutputProperty Modifier and Type Method Description int
OutputProperty. compareTo(OutputProperty otherProperty)
compareTo method used to order the output columns when output is being written
-