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. outputPropertiesOutput 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 booleanLinkOutputTypeConfiguration. isOutputPropertyValid(BaseOutputProperty baseOutputProperty)Checks the output property type being added in valid for the current output type configurationbooleanOriginDestinationOutputTypeConfiguration. isOutputPropertyValid(BaseOutputProperty baseOutputProperty)Checks the output property type being added in valid for the current output type configurationabstract booleanOutputTypeConfiguration. isOutputPropertyValid(BaseOutputProperty baseOutputProperty)Checks the output property type being added in valid for the current output type configurationbooleanPathOutputTypeConfiguration. 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 BaseOutputPropertyBaseOutputProperty. convertToBaseOutputProperty(String propertyClassName)Generate the appropriate BaseOutputProperty object from a specified class namestatic BaseOutputPropertyBaseOutputProperty. 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 intBaseOutputProperty. compareTo(BaseOutputProperty otherProperty)compareTo method used to order the output columns when output is being written
-