Uses of Class
org.planit.utils.unit.Units
-
Packages that use Units Package Description org.planit.io.xml.converter PLANit IO XML conversion helper classesorg.planit.output.property Output property objects which represent quantities which can be reported in the outputorg.planit.utils.unit -
-
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.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
DestinationZoneXmlIdOutputProperty. getUnits()
Units
DownstreamNodeExternalIdOutputProperty. getUnits()
Units
DownstreamNodeIdOutputProperty. getUnits()
Units
DownstreamNodeLocationOutputProperty. getUnits()
Units
DownstreamNodeXmlIdOutputProperty. getUnits()
Units
FlowOutputProperty. getUnits()
Units
IterationIndexOutputProperty. getUnits()
Units
LengthOutputProperty. getUnits()
Units
LinkCostOutputProperty. getUnits()
Units
LinkSegmentExternalIdOutputProperty. getUnits()
Units
LinkSegmentIdOutputProperty. getUnits()
Units
LinkSegmentXmlIdOutputProperty. getUnits()
Returns the units of the output propertyUnits
LinkTypeOutputProperty. getUnits()
Units
MaximumDensityOutputProperty. getUnits()
Units
MaximumSpeedOutputProperty. getUnits()
Units
ModeExternalIdOutputProperty. getUnits()
Units
ModeIdOutputProperty. getUnits()
Units
ModeXmlIdOutputProperty. getUnits()
Units
NumberOfLanesOutputProperty. getUnits()
Units
ODCostOutputProperty. getUnits()
Units
OriginZoneExternalIdOutputProperty. getUnits()
Units
OriginZoneIdOutputProperty. getUnits()
Units
OriginZoneXmlIdOutputProperty. getUnits()
Units
PathIdOutputProperty. getUnits()
Units
PathOutputStringProperty. getUnits()
Units
RunIdOutputProperty. getUnits()
Units
TimePeriodExternalIdOutputProperty. getUnits()
Units
TimePeriodIdOutputProperty. getUnits()
Units
TimePeriodXmlIdOutputProperty. getUnits()
Units
UpstreamNodeExternalIdOutputProperty. getUnits()
Units
UpstreamNodeIdOutputProperty. getUnits()
Units
UpstreamNodeLocationOutputProperty. getUnits()
Units
UpstreamNodeXmlIdOutputProperty. getUnits()
Units
VCRatioOutputProperty. getUnits()
-
Uses of Units in org.planit.utils.unit
Methods in org.planit.utils.unit 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.Methods in org.planit.utils.unit with parameters of type Units Modifier and Type Method Description static double
UnitUtils. convert(Units from, Units to, double value)
convert between indicated units
-