Uses of Class
org.planit.output.property.BaseOutputProperty
-
Packages that use BaseOutputProperty Package Description org.planit.output.configuration output configuration related classesorg.planit.output.property Output property objects which represent quantities which can be reported in the output -
-
Uses of BaseOutputProperty in org.planit.output.configuration
Fields in org.planit.output.configuration with type parameters of type BaseOutputProperty Modifier and Type Field Description protected SortedSet<BaseOutputProperty>
OutputTypeConfiguration. outputProperties
Output properties to be included in the CSV output filesMethods in org.planit.output.configuration that return types with arguments of type BaseOutputProperty Modifier and Type Method Description SortedSet<BaseOutputProperty>
OutputTypeConfiguration. getOutputProperties()
Returns the current set of output properties for this output configurationMethods in org.planit.output.configuration with parameters of type BaseOutputProperty Modifier and Type Method Description boolean
LinkOutputTypeConfiguration. isOutputPropertyValid(BaseOutputProperty baseOutputProperty)
Checks the output property type being added in valid for the current output type configurationboolean
OriginDestinationOutputTypeConfiguration. isOutputPropertyValid(BaseOutputProperty baseOutputProperty)
Checks the output property type being added in valid for the current output type configurationabstract boolean
OutputTypeConfiguration. isOutputPropertyValid(BaseOutputProperty baseOutputProperty)
Checks the output property type being added in valid for the current output type configurationboolean
PathOutputTypeConfiguration. isOutputPropertyValid(BaseOutputProperty baseOutputProperty)
Checks the output property type being added in valid for the current output type configuration -
Uses of BaseOutputProperty in org.planit.output.property
Methods in org.planit.output.property that return BaseOutputProperty Modifier and Type Method Description static BaseOutputProperty
BaseOutputProperty. convertToBaseOutputProperty(String propertyClassName)
Generate the appropriate BaseOutputProperty object from a specified class namestatic BaseOutputProperty
BaseOutputProperty. convertToBaseOutputProperty(OutputProperty outputProperty)
Generate the appropriate BaseOutputProperty object from a specified enumeration valueMethods in org.planit.output.property with parameters of type BaseOutputProperty Modifier and Type Method Description int
BaseOutputProperty. compareTo(BaseOutputProperty otherProperty)
compareTo method used to order the output columns when output is being written
-