Uses of Class
org.planit.output.enums.Units
- 
Packages that use Units Package Description org.planit.io.xml.converter PLANit IO XML conversion helper classesorg.planit.output.enums Enumerations containing possible values of output propertiesorg.planit.output.property Output property objects which represent quantities which can be reported in the output
- 
- 
Uses of Units in org.planit.io.xml.converterMethods in org.planit.io.xml.converter with parameters of type Units Modifier and Type Method Description static org.planit.xml.generated.UnitsvaluesEnumConverter. convertFromPlanItToXmlGeneratedUnits(Units units)Convert values from Units enumeration in PLANit project to generated Unitsvalues enumeration
- 
Uses of Units in org.planit.output.enumsMethods in org.planit.output.enums that return Units Modifier and Type Method Description static UnitsUnits. valueOf(String name)Returns the enum constant of this type with the specified name.static Units[]Units. values()Returns an array containing the constants of this enum type, in the order they are declared.
- 
Uses of Units in org.planit.output.propertyMethods in org.planit.output.property that return Units Modifier and Type Method Description abstract UnitsBaseOutputProperty. getUnits()Returns the units of the output propertyUnitsCalculatedSpeedOutputProperty. getUnits()UnitsCapacityPerLaneOutputProperty. getUnits()UnitsCostTimesFlowOutputProperty. getUnits()UnitsDensityOutputProperty. getUnits()UnitsDestinationZoneExternalIdOutputProperty. getUnits()UnitsDestinationZoneIdOutputProperty. getUnits()UnitsDownstreamNodeExternalIdOutputProperty. getUnits()UnitsDownstreamNodeIdOutputProperty. getUnits()UnitsDownstreamNodeLocationOutputProperty. getUnits()UnitsFlowOutputProperty. getUnits()UnitsIterationIndexOutputProperty. getUnits()UnitsLengthOutputProperty. getUnits()UnitsLinkCostOutputProperty. getUnits()UnitsLinkSegmentExternalIdOutputProperty. getUnits()UnitsLinkSegmentIdOutputProperty. getUnits()UnitsLinkTypeOutputProperty. getUnits()UnitsMaximumDensityOutputProperty. getUnits()UnitsMaximumSpeedOutputProperty. getUnits()UnitsModeExternalIdOutputProperty. getUnits()UnitsModeIdOutputProperty. getUnits()UnitsNumberOfLanesOutputProperty. getUnits()UnitsODCostOutputProperty. getUnits()UnitsOriginZoneExternalIdOutputProperty. getUnits()UnitsOriginZoneIdOutputProperty. getUnits()UnitsPathIdOutputProperty. getUnits()UnitsPathOutputStringProperty. getUnits()UnitsRunIdOutputProperty. getUnits()UnitsTimePeriodExternalIdOutputProperty. getUnits()UnitsTimePeriodIdOutputProperty. getUnits()UnitsUpstreamNodeExternalIdOutputProperty. getUnits()UnitsUpstreamNodeIdOutputProperty. getUnits()UnitsUpstreamNodeLocationOutputProperty. getUnits()UnitsVCRatioOutputProperty. getUnits()
 
-