public class CarTest extends Object implements org.djunits.unit.UNITS
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
$LastChangedDate: 2015-09-16 19:20:07 +0200 (Wed, 16 Sep 2015) $, @version $Revision: 1405 $, by $Author: averbraeck $,
initial version Jul 11, 2014
Modifier and Type | Class and Description |
---|---|
protected static class |
CarTest.Model
The helper model.
|
ABAMPERE, ABCOULOMB, ABVOLT, ACRE, AMPERE, ARCMINUTE, ARCSECOND, ARE, ATMOSPHERE_STANDARD, ATMOSPHERE_TECHNICAL, ATOMIC_UNIT, BAR, BARYE, BTU_ISO, BTU_IT, CALORIE_IT, CENTESIMAL_ARCMINUTE, CENTESIMAL_ARCSECOND, CENTIMETER, CENTIMETER_MERCURY, COULOMB, CUBIC_CENTIMETER, CUBIC_DECIMETER, CUBIC_FEET_PER_MINUTE, CUBIC_FEET_PER_SECOND, CUBIC_FOOT, CUBIC_INCH, CUBIC_INCH_PER_MINUTE, CUBIC_INCH_PER_SECOND, CUBIC_KM, CUBIC_METER, CUBIC_METER_PER_DAY, CUBIC_METER_PER_HOUR, CUBIC_METER_PER_MINUTE, CUBIC_METER_PER_SECOND, CUBIC_MILE, CUBIC_YARD, DALTON, DAY, DECIMETER, DEGREE, DEGREE_CELSIUS, DEGREE_FAHRENHEIT, DEGREE_RANKINE, DEGREE_REAUMUR, DEKAMETER, DYNE, ELECTRONVOLT, EMU, ERG, ERG_PER_SECOND, ESU, EXA_ELECTRONVOLT, FARADAY, FOOT, FOOT_MERCURY, FOOT_PER_SECOND, FOOT_PER_SECOND_2, FOOT_POUND_FORCE, FOOT_POUND_FORCE_PER_HOUR, FOOT_POUND_FORCE_PER_MINUTE, FOOT_POUND_FORCE_PER_SECOND, FRANKLIN, GAL, GALLON_IMP, GALLON_PER_DAY, GALLON_PER_HOUR, GALLON_PER_MINUTE, GALLON_PER_SECOND, GALLON_US_FLUID, GIGA_ELECTRONVOLT, GIGAHERTZ, GIGAWATT, GIGAWATT_HOUR, GRAD, GRAM, GRAM_PER_CENTIMETER_3, HECTARE, HECTOMETER, HECTOPASCAL, HERTZ, HORSEPOWER_METRIC, HOUR, INCH, INCH_MERCURY, INCH_PER_SECOND_2, INCH_POUND_FORCE, JOULE, KELVIN, KG_PER_METER_3, KGF_PER_SQUARE_MM, KILO_ELECTRONVOLT, KILOAMPERE, KILOCALORIE, KILOGRAM, KILOGRAM_FORCE, KILOGRAM_PER_SECOND, KILOHERTZ, KILOMETER, KILOOHM, KILOPASCAL, KILOVOLT, KILOWATT, KILOWATT_HOUR, KM_PER_HOUR, KM_PER_HOUR_2, KNOT, KNOT_PER_SECOND, LITER, LITER_PER_DAY, LITER_PER_HOUR, LITER_PER_MINUTE, LITER_PER_SECOND, MEGA_ELECTRONVOLT, MEGAHERTZ, MEGAOHM, MEGAVOLT, MEGAWATT, MEGAWATT_HOUR, METER, METER_KILOGRAM_FORCE, METER_PER_SECOND, METER_PER_SECOND_2, MICROAMPERE, MICROVOLT, MICROWATT_HOUR, MILE, MILE_PER_HOUR, MILE_PER_HOUR_2, MILE_PER_HOUR_PER_SECOND, MILLI_ELECTRONVOLT, MILLIAMPERE, MILLIAMPERE_HOUR, MILLIBAR, MILLIMETER, MILLIMETER_MERCURY, MILLIOHM, MILLISECOND, MILLIVOLT, MILLIWATT_HOUR, MINUTE, NANOAMPERE, NAUTICAL_MILE, NEWTON, NEWTON_METER, OHM, OUNCE, OUNCE_FORCE, OUNCE_IMP_FLUID, OUNCE_US_FLUID, PASCAL, PER_CENTIMETER, PER_DAY, PER_DECIMETER, PER_DEKAMETER, PER_FOOT, PER_HECTOMETER, PER_HOUR, PER_INCH, PER_KILOMETER, PER_METER, PER_MILE, PER_MILLIMETER, PER_MILLISECOND, PER_MINUTE, PER_NAUTICAL_MILE, PER_SECOND, PER_WEEK, PER_YARD, PETA_ELECTRONVOLT, PIEZE, PINT_IMP, PINT_US_FLUID, POUND, POUND_FOOT, POUND_FORCE, POUND_INCH, POUND_PER_SECOND, POUND_PER_SQUARE_FOOT, POUND_PER_SQUARE_INCH, QUART_IMP, QUART_US_FLUID, RADIAN, RPM, SECOND, SQUARE_CENTIMETER, SQUARE_DEGREE, SQUARE_FOOT, SQUARE_INCH, SQUARE_METER, SQUARE_MILE, SQUARE_MILLIMETER, SQUARE_YARD, STANDARD_GRAVITY, STATAMPERE, STATCOULOMB, STATVOLT, STERADIAN, STHENE, STHENE_METER, STHENE_METER_PER_SECOND, TERA_ELECTRONVOLT, TERAHERTZ, TERAWATT_HOUR, TON_FORCE, TON_LONG, TON_METRIC, TON_SHORT, TONNE, TORR, VOLT, WATT, WATT_HOUR, WEEK, YARD
Constructor and Description |
---|
CarTest() |
Modifier and Type | Method and Description |
---|---|
void |
carTest()
Test some basics of the Car class.
|
static Lane |
makeLane(org.opentrafficsim.core.network.Network network,
LaneType laneType) |
static LaneBasedIndividualGTU |
makeReferenceCar(String id,
org.opentrafficsim.core.gtu.GTUType gtuType,
Lane lane,
org.djunits.value.vdouble.scalar.Length initialPosition,
org.djunits.value.vdouble.scalar.Speed initialSpeed,
org.opentrafficsim.core.dsol.OTSDEVSSimulator simulator,
GTUFollowingModelOld gtuFollowingModel,
LaneChangeModel laneChangeModel,
org.opentrafficsim.core.network.OTSNetwork network)
Create a new Car.
|
static org.opentrafficsim.core.dsol.OTSDEVSSimulator |
makeSimulator()
Create the simplest possible simulator.
|
public final void carTest() throws org.opentrafficsim.core.network.NetworkException, nl.tudelft.simulation.dsol.SimRuntimeException, NamingException, org.opentrafficsim.core.gtu.GTUException, org.opentrafficsim.core.geometry.OTSGeometryException
org.opentrafficsim.core.network.NetworkException
- on ???nl.tudelft.simulation.dsol.SimRuntimeException
- on ???NamingException
- on ???org.opentrafficsim.core.gtu.GTUException
- on ???org.opentrafficsim.core.geometry.OTSGeometryException
- when center line or contour of a link or lane cannot be generatedpublic static org.opentrafficsim.core.dsol.OTSDEVSSimulator makeSimulator() throws nl.tudelft.simulation.dsol.SimRuntimeException, NamingException
nl.tudelft.simulation.dsol.SimRuntimeException
- on ???NamingException
- on ???public static LaneBasedIndividualGTU makeReferenceCar(String id, org.opentrafficsim.core.gtu.GTUType gtuType, Lane lane, org.djunits.value.vdouble.scalar.Length initialPosition, org.djunits.value.vdouble.scalar.Speed initialSpeed, org.opentrafficsim.core.dsol.OTSDEVSSimulator simulator, GTUFollowingModelOld gtuFollowingModel, LaneChangeModel laneChangeModel, org.opentrafficsim.core.network.OTSNetwork network) throws NamingException, org.opentrafficsim.core.network.NetworkException, nl.tudelft.simulation.dsol.SimRuntimeException, org.opentrafficsim.core.gtu.GTUException, org.opentrafficsim.core.geometry.OTSGeometryException
id
- String; the name (number) of the CargtuType
- GTUType; the type of the new carlane
- Lane; the lane on which the new Car is positionedinitialPosition
- Length; the initial longitudinal position of the new CarinitialSpeed
- Speed; the initial speedsimulator
- OTSDEVVSimulator; the simulator that controls the new Car (and supplies the initial value for
getLastEvalutionTime())gtuFollowingModel
- GTUFollowingModel; the GTU following modellaneChangeModel
- LaneChangeModel; the lane change modelnetwork
- the networkNamingException
- on network error when making the animationorg.opentrafficsim.core.network.NetworkException
- when the GTU cannot be placed on the given lane.nl.tudelft.simulation.dsol.SimRuntimeException
- when the move method cannot be scheduled.org.opentrafficsim.core.gtu.GTUException
- when construction of the GTU fails (probably due to an invalid parameter)org.opentrafficsim.core.geometry.OTSGeometryException
- when the initial path is wrongpublic static Lane makeLane(org.opentrafficsim.core.network.Network network, LaneType laneType) throws org.opentrafficsim.core.network.NetworkException, org.opentrafficsim.core.geometry.OTSGeometryException
network
- Network; the networklaneType
- LaneType<String>; the type of the laneorg.opentrafficsim.core.network.NetworkException
- on network errororg.opentrafficsim.core.geometry.OTSGeometryException
- when center line or contour of a link or lane cannot be generatedCopyright © 2014–2016 Delft University of Technology. All rights reserved.