Uses of Class
org.planit.output.enums.OutputTimeUnit
-
Packages that use OutputTimeUnit Package Description org.planit.output.enums Enumerations containing possible values of output propertiesorg.planit.output.formatter output formatter related classesorg.planit.tntp Top level package for reading input files which are in the TNTP Format -
-
Uses of OutputTimeUnit in org.planit.output.enums
Methods in org.planit.output.enums that return OutputTimeUnit Modifier and Type Method Description static OutputTimeUnit
OutputTimeUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static OutputTimeUnit[]
OutputTimeUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OutputTimeUnit in org.planit.output.formatter
Fields in org.planit.output.formatter declared as OutputTimeUnit Modifier and Type Field Description protected OutputTimeUnit
BaseOutputFormatter. outputTimeUnit
Time unit to be used in outputsMethods in org.planit.output.formatter that return OutputTimeUnit Modifier and Type Method Description OutputTimeUnit
BaseOutputFormatter. getOutputTimeUnit()
Returns the current time unitsMethods in org.planit.output.formatter with parameters of type OutputTimeUnit Modifier and Type Method Description void
BaseOutputFormatter. setOutputTimeUnit(OutputTimeUnit outputTimeUnit)
Sets the current time units -
Uses of OutputTimeUnit in org.planit.tntp
Methods in org.planit.tntp with parameters of type OutputTimeUnit Modifier and Type Method Description void
TntpMain. execute(String networkFileLocation, String demandFileLocation, String nodeCoordinateFileLocation, String linkOutputFilename, String odOutputFilename, String odPathOutputFilename, boolean persistZeroFlow, int maxIterations, double epsilon, OutputTimeUnit outputTimeUnit, double defaultMaximumSpeed)
Top-level method which runs PLANit for TNTP format input
-