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.converter
Methods in org.planit.io.xml.converter with parameters of type Units Modifier and Type Method Description static org.planit.xml.generated.Unitsvalues
EnumConverter. convertFromPlanItToXmlGeneratedUnits(Units units)
Convert values from Units enumeration in PLANit project to generated Unitsvalues enumeration -
Uses of Units in org.planit.output.enums
Methods in org.planit.output.enums that return Units Modifier and Type Method Description static Units
Units. 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.property
Methods in org.planit.output.property that return Units Modifier and Type Method Description abstract Units
BaseOutputProperty. getUnits()
Returns the units of the output propertyUnits
CalculatedSpeedOutputProperty. getUnits()
Units
CapacityPerLaneOutputProperty. getUnits()
Units
CostTimesFlowOutputProperty. getUnits()
Units
DensityOutputProperty. getUnits()
Units
DestinationZoneExternalIdOutputProperty. getUnits()
Units
DestinationZoneIdOutputProperty. getUnits()
Units
DownstreamNodeExternalIdOutputProperty. getUnits()
Units
DownstreamNodeIdOutputProperty. getUnits()
Units
DownstreamNodeLocationOutputProperty. getUnits()
Units
FlowOutputProperty. getUnits()
Units
IterationIndexOutputProperty. getUnits()
Units
LengthOutputProperty. getUnits()
Units
LinkCostOutputProperty. getUnits()
Units
LinkSegmentExternalIdOutputProperty. getUnits()
Units
LinkSegmentIdOutputProperty. getUnits()
Units
LinkTypeOutputProperty. getUnits()
Units
MaximumDensityOutputProperty. getUnits()
Units
MaximumSpeedOutputProperty. getUnits()
Units
ModeExternalIdOutputProperty. getUnits()
Units
ModeIdOutputProperty. getUnits()
Units
NumberOfLanesOutputProperty. getUnits()
Units
ODCostOutputProperty. getUnits()
Units
OriginZoneExternalIdOutputProperty. getUnits()
Units
OriginZoneIdOutputProperty. getUnits()
Units
PathIdOutputProperty. getUnits()
Units
PathOutputStringProperty. getUnits()
Units
RunIdOutputProperty. getUnits()
Units
TimePeriodExternalIdOutputProperty. getUnits()
Units
TimePeriodIdOutputProperty. getUnits()
Units
UpstreamNodeExternalIdOutputProperty. getUnits()
Units
UpstreamNodeIdOutputProperty. getUnits()
Units
UpstreamNodeLocationOutputProperty. getUnits()
Units
VCRatioOutputProperty. getUnits()
-