Skip navigation links
A B C D E F G H I L M N O P R S T V 

A

Acceleration3DTest - Class in org.opentrafficsim.core.math
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
Acceleration3DTest() - Constructor for class org.opentrafficsim.core.math.Acceleration3DTest
 
acceleration3DTest() - Method in class org.opentrafficsim.core.math.Acceleration3DTest
Test the constructors and getters of the Acceleration3D class.
addListener(EventListenerInterface, EventType) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
addListener(EventListenerInterface, EventType, boolean) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
addListener(EventListenerInterface, EventType, short) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
addListener(EventListenerInterface, EventType, short, boolean) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
addListener(EventListenerInterface, EventType) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
addListener(EventListenerInterface, EventType, boolean) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
addListener(EventListenerInterface, EventType, short) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
addListener(EventListenerInterface, EventType, short, boolean) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 

B

BehavioralCharacteristicsTest - Class in org.opentrafficsim.core.gtu.behavioralcharacteristics
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
BehavioralCharacteristicsTest() - Constructor for class org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristicsTest
 
BezierTest - Class in org.opentrafficsim.core.geometry
Test the Bézier class.
BezierTest() - Constructor for class org.opentrafficsim.core.geometry.BezierTest
 
bezierTest() - Method in class org.opentrafficsim.core.geometry.BezierTest
Test the various methods in the Bezier class.

C

cancelEvent(SimEventInterface<OTSSimTimeDouble>) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
CapacityOTSLinkTest - Class in org.opentrafficsim.core.network
Test the CapacityOTSLink class.
CapacityOTSLinkTest() - Constructor for class org.opentrafficsim.core.network.CapacityOTSLinkTest
 
checkDefaultValues() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristicsTest
Checks whether default values are properly set, or not in case not given.
ClassList - Class in org.opentrafficsim.core
Build a list of the classes in the project (or under a specific directory/package in the project).
Adapted from http://stackoverflow.com/questions/3923129/get-a-list-of-resources-from-classpath-directory which apparently copied the code from http://forums.devx.com/showthread.php?153784-how-to-list-resources-in-a-package.
classList(String, boolean) - Static method in class org.opentrafficsim.core.ClassList
Return a List of all the classes under a package.
cleanTest() - Method in class org.opentrafficsim.core.geometry.OTSLine3DTest
Test the createAndCleanOTSLine3D method.
closestPointTest() - Method in class org.opentrafficsim.core.geometry.OTSPoint3DTest
Test the closestPointOnLine methods.
concatenateTest() - Method in class org.opentrafficsim.core.geometry.OTSLine3DTest
Test the concatenate method.
constructModel(SimulatorInterface<Time, Duration, OTSSimTimeDouble>) - Method in class org.opentrafficsim.core.gtu.GTUCharacteristicsTest
constructModel(SimulatorInterface<Time, Duration, OTSSimTimeDouble>) - Method in class org.opentrafficsim.core.gtu.GTUTest
constructModel(SimulatorInterface<Time, Duration, OTSSimTimeDouble>) - Method in class org.opentrafficsim.core.gtu.TemplateGTUTypeTest
constructorsTest() - Method in class org.opentrafficsim.core.geometry.OTSLine3DTest
Test the constructors of OTSLine3D.
constructorsTest() - Method in class org.opentrafficsim.core.geometry.OTSPoint3DTest
Test the various constructors of OTSPoint3D.
constructorTest() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristicsTest
Constructor tests.
constructorTest() - Method in class org.opentrafficsim.core.gtu.GTUTypeTest
Run the constructor and verify that all fields get correctly initialized.
constructorTest() - Method in class org.opentrafficsim.core.math.Rotation3DTest
Test the constructor.
constructorTest() - Method in class org.opentrafficsim.core.network.CapacityOTSLinkTest
Test the constructor and all getters.
customConstraintTest() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristicsTest
Parameter value custom constraint tests.

D

defaultRangeTest() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristicsTest
Parameter value default range tests.
defaultsTest() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristicsTest
Defaults tests.
destroy() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
DistributionTest - Class in org.opentrafficsim.core.distributions
Test the Distribution class.
DistributionTest() - Constructor for class org.opentrafficsim.core.distributions.DistributionTest
 
distributionTest() - Method in class org.opentrafficsim.core.distributions.DistributionTest
Test the Distribution class.
DistributionTest.TestObject - Class in org.opentrafficsim.core.distributions
Object used as generic parameter.

E

equalizeTest() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristicsTest
Tests equalizations.
equalsAndHashCodeTest() - Method in class org.opentrafficsim.core.VerifyRequiredMethods
Check that all classes that implement equals also implement hashCode.
equalsTest() - Method in class org.opentrafficsim.core.geometry.OTSLine3DTest
Test the equals method.
exceptionTest() - Method in class org.opentrafficsim.core.geometry.OTSLine3DTest
Test that exception is thrown when it should be.
extractTest() - Method in class org.opentrafficsim.core.geometry.OTSLine3DTest
Test the extract and extractFraction methods.

F

fixedRouteGeneratorTest() - Method in class org.opentrafficsim.core.network.route.RouteGeneratorTest
Test the fixedRouteGenerator class.

G

GeometryTest - Class in org.opentrafficsim.core.geometry
Test the methods in the OTSGeometry class.
GeometryTest() - Constructor for class org.opentrafficsim.core.geometry.GeometryTest
 
geometryTest() - Method in class org.opentrafficsim.core.geometry.GeometryTest
Test the printCoordinate family of functions.
getAcceleration() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
getBaseColor() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
getBehavioralCharacteristics() - Method in class org.opentrafficsim.core.gtu.TestGTU
getBehavioralCharacteristics() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
getBounds() - Method in class org.opentrafficsim.core.gtu.TestGTU
getBounds() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
getCenter() - Method in class org.opentrafficsim.core.gtu.TestGTU
getCenter() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
getContourPoints() - Method in class org.opentrafficsim.core.gtu.TestGTU
getContourPoints() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
getEventList() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
getFront() - Method in class org.opentrafficsim.core.gtu.TestGTU
getFront() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
getGTUType() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
getId() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
getLength() - Method in class org.opentrafficsim.core.gtu.TestGTU
getLength() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
getLocation() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
getMaximumAcceleration() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
getMaximumDeceleration() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
getMaximumSpeed() - Method in class org.opentrafficsim.core.gtu.TestGTU
getMaximumSpeed() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
getNetwork() - Method in class org.opentrafficsim.core.gtu.GTUCharacteristicsTest
getNetwork() - Method in class org.opentrafficsim.core.gtu.GTUTest
getNetwork() - Method in class org.opentrafficsim.core.gtu.TemplateGTUTypeTest
getOdometer() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
getOperationalPlan() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
getRear() - Method in class org.opentrafficsim.core.gtu.TestGTU
getRear() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
getReference() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
getRelativePositions() - Method in class org.opentrafficsim.core.gtu.TestGTU
getRelativePositions() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
getReplication() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
getResources(Pattern) - Static method in class org.opentrafficsim.core.ClassList
For all elements of java.class.path get a Collection of resources Pattern pattern = Pattern.compile(".*"); gets all resources.
getSimulator() - Method in class org.opentrafficsim.core.gtu.GTUCharacteristicsTest
getSimulator() - Method in class org.opentrafficsim.core.gtu.GTUTest
getSimulator() - Method in class org.opentrafficsim.core.gtu.TemplateGTUTypeTest
getSimulator() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
getSimulatorTime() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
getSpeed() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
getStrategicalPlanner() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
getTacticalPlanner() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
getTurnIndicatorStatus() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
getWidth() - Method in class org.opentrafficsim.core.gtu.TestGTU
getWidth() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
GTUCharacteristicsTest - Class in org.opentrafficsim.core.gtu
Test the GTUCharacteristics class
GTUCharacteristicsTest() - Constructor for class org.opentrafficsim.core.gtu.GTUCharacteristicsTest
 
GTUExceptionTest - Class in org.opentrafficsim.core.gtu
Test the GTUException class.
GTUExceptionTest() - Constructor for class org.opentrafficsim.core.gtu.GTUExceptionTest
 
gtuExceptionTest() - Method in class org.opentrafficsim.core.gtu.GTUExceptionTest
Test the GTUException class.
GTUTest - Class in org.opentrafficsim.core.gtu
Test the AbstractGTU class.
GTUTest() - Constructor for class org.opentrafficsim.core.gtu.GTUTest
 
GTUTypeTest - Class in org.opentrafficsim.core.gtu
Test the methods and fields in the GTUType class.
GTUTypeTest() - Constructor for class org.opentrafficsim.core.gtu.GTUTypeTest
 

H

hasNonStaticFields(Class<?>) - Static method in class org.opentrafficsim.core.ClassList
Report if a class has non-static fields.

I

initialize(Replication<Time, Duration, OTSSimTimeDouble>, ReplicationMode) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
interpolateTest() - Method in class org.opentrafficsim.core.geometry.OTSPoint3DTest
Test the interpolate method.
isAnonymousInnerClass(Class<?>) - Static method in class org.opentrafficsim.core.ClassList
Determine if a class is an anonymous inner class.
isPauseOnError() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
isRunning() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 

L

lineSegmentIntersectionTest() - Method in class org.opentrafficsim.core.geometry.OTSPoint3DTest
Test the 2D line segment intersection method.
LinkDirectionTest - Class in org.opentrafficsim.core.network
Test the LinkDirection class.
LinkDirectionTest() - Constructor for class org.opentrafficsim.core.network.LinkDirectionTest
 
linkDirectionTests() - Method in class org.opentrafficsim.core.network.LinkDirectionTest
Test the constructor and the getters of the LinkDirection class.
LinkLocationTest - Class in org.opentrafficsim.core.network
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
LinkLocationTest() - Constructor for class org.opentrafficsim.core.network.LinkLocationTest
 
LinkTypeTest - Class in org.opentrafficsim.core.network
Test constructor and methods of the LinkType class.
LinkTypeTest() - Constructor for class org.opentrafficsim.core.network.LinkTypeTest
 
locationExtendedTest() - Method in class org.opentrafficsim.core.geometry.OTSLine3DTest
Test the getLocationExtended method and friends.
locationTest() - Method in class org.opentrafficsim.core.geometry.OTSLine3DTest
Test getLocation method.
LongitudinalDirectionalityTest - Class in org.opentrafficsim.core.network
Test the methods in the LongitudinalDirectionality enum.
LongitudinalDirectionalityTest() - Constructor for class org.opentrafficsim.core.network.LongitudinalDirectionalityTest
 

M

main(String[]) - Static method in class org.opentrafficsim.core.ClassList
List the resources that match args[0], or a fixed pattern to demonstrate the use of this class.
main(String[]) - Static method in class org.opentrafficsim.core.gis.TestCoordinateTransformLonLatToXY
 
main(String[]) - Static method in class org.opentrafficsim.core.gtu.perception.VerifyPerceptionCategoryMethods
 
mergeTest() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristicsTest
Tests the merging of parameter sets using setAll.
MyGTU() - Constructor for class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
 
MySim() - Constructor for class org.opentrafficsim.core.network.OTSLinkTest.MySim
 

N

notify(EventInterface) - Method in class org.opentrafficsim.core.network.OTSLinkTest

O

offsetLineTest() - Method in class org.opentrafficsim.core.geometry.OTSLine3DTest
Test the offsetLine method.
OperationalPlanTest - Class in org.opentrafficsim.core.gtu.plan.operational
Test the OperationalPlan and OperationalPlanBuilder classes.
OperationalPlanTest() - Constructor for class org.opentrafficsim.core.gtu.plan.operational.OperationalPlanTest
 
org.opentrafficsim.core - package org.opentrafficsim.core
 
org.opentrafficsim.core.distributions - package org.opentrafficsim.core.distributions
 
org.opentrafficsim.core.geometry - package org.opentrafficsim.core.geometry
 
org.opentrafficsim.core.gis - package org.opentrafficsim.core.gis
 
org.opentrafficsim.core.gtu - package org.opentrafficsim.core.gtu
 
org.opentrafficsim.core.gtu.behavioralcharacteristics - package org.opentrafficsim.core.gtu.behavioralcharacteristics
 
org.opentrafficsim.core.gtu.perception - package org.opentrafficsim.core.gtu.perception
 
org.opentrafficsim.core.gtu.plan.operational - package org.opentrafficsim.core.gtu.plan.operational
 
org.opentrafficsim.core.math - package org.opentrafficsim.core.math
 
org.opentrafficsim.core.network - package org.opentrafficsim.core.network
 
org.opentrafficsim.core.network.route - package org.opentrafficsim.core.network.route
 
OTS2DSetTest - Class in org.opentrafficsim.core.geometry
Test the OTS2DSet class.
OTS2DSetTest() - Constructor for class org.opentrafficsim.core.geometry.OTS2DSetTest
 
OTSLine3DTest - Class in org.opentrafficsim.core.geometry
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
OTSLine3DTest() - Constructor for class org.opentrafficsim.core.geometry.OTSLine3DTest
 
OTSLinkTest - Class in org.opentrafficsim.core.network
Test the OTSLink class.
OTSLinkTest() - Constructor for class org.opentrafficsim.core.network.OTSLinkTest
 
OTSLinkTest.MyGTU - Class in org.opentrafficsim.core.network
Really simple GTU.
OTSLinkTest.MySim - Class in org.opentrafficsim.core.network
Dummy simulator.
OTSPoint3DTest - Class in org.opentrafficsim.core.geometry
Test the methods in OTSPoint.
OTSPoint3DTest() - Constructor for class org.opentrafficsim.core.geometry.OTSPoint3DTest
 

P

perceptionCategotyTest() - Method in class org.opentrafficsim.core.gtu.perception.VerifyPerceptionCategoryMethods
Check that all sub-classes of AbstractPerceptionCategory have for data named TestField: testField* property of any type.
probabilisticFixedRouteGeneratorTest() - Method in class org.opentrafficsim.core.network.route.RouteGeneratorTest
Test the ProbabilisticFixedRouteGenerator.

R

RelativePositionTest - Class in org.opentrafficsim.core.gtu
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
RelativePositionTest() - Constructor for class org.opentrafficsim.core.gtu.RelativePositionTest
 
relativePositionTest() - Method in class org.opentrafficsim.core.gtu.RelativePositionTest
Test constructors and getters of RelativePosition.
removeListener(EventListenerInterface, EventType) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
removeListener(EventListenerInterface, EventType) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
reverseTest() - Method in class org.opentrafficsim.core.geometry.OTSLine3DTest
Test the reverse method.
Rotation3DTest - Class in org.opentrafficsim.core.math
Test the Rotation3D class.
Rotation3DTest() - Constructor for class org.opentrafficsim.core.math.Rotation3DTest
 
RouteGeneratorTest - Class in org.opentrafficsim.core.network.route
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
RouteGeneratorTest() - Constructor for class org.opentrafficsim.core.network.route.RouteGeneratorTest
 
RouteTest - Class in org.opentrafficsim.core.network.route
Test the Route class.
RouteTest() - Constructor for class org.opentrafficsim.core.network.route.RouteTest
 
routeTest() - Method in class org.opentrafficsim.core.network.route.RouteTest
Test the Route class.
runUpTo(Time) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
runUpToAndIncluding(Time) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 

S

scheduleEvent(SimEventInterface<OTSSimTimeDouble>) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
scheduleEventAbs(OTSSimTimeDouble, short, Executable) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
scheduleEventAbs(Time, Executable) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
scheduleEventAbs(Time, short, Executable) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
scheduleEventAbs(OTSSimTimeDouble, Executable) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
scheduleEventAbs(OTSSimTimeDouble, short, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
scheduleEventAbs(Time, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
scheduleEventAbs(Time, short, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
scheduleEventAbs(OTSSimTimeDouble, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
scheduleEventNow(short, Executable) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
scheduleEventNow(Executable) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
scheduleEventNow(short, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
scheduleEventNow(Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
scheduleEventRel(Duration, short, Executable) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
scheduleEventRel(Duration, Executable) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
scheduleEventRel(Duration, short, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
scheduleEventRel(Duration, Object, Object, String, Object[]) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
serializableTest() - Method in class org.opentrafficsim.core.VerifyRequiredMethods
Check that all classes implement the Serializable interface.
setEventList(EventListInterface<OTSSimTimeDouble>) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
setPauseOnError(boolean) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
setResetTest() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristicsTest
Tests the set/reset mechanism.
setTurnIndicatorStatus(TurnIndicatorStatus) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MyGTU
SolverTest - Class in org.opentrafficsim.core.math
Test the Solver class.
SolverTest() - Constructor for class org.opentrafficsim.core.math.SolverTest
 
solverTest() - Method in class org.opentrafficsim.core.math.SolverTest
Linear solver.
Speed3DTest - Class in org.opentrafficsim.core.math
Test the Speed3D class.
Speed3DTest() - Constructor for class org.opentrafficsim.core.math.Speed3DTest
 
speed3DTest() - Method in class org.opentrafficsim.core.math.Speed3DTest
Test the constructors and getters of the Speed3D class.
start() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
start(boolean) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
staticsTest() - Method in class org.opentrafficsim.core.gtu.GTUTypeTest
Test the static fields of the GTUType class.
step() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
step(boolean) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
stop() - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 
stop(boolean) - Method in class org.opentrafficsim.core.network.OTSLinkTest.MySim
 

T

TemplateGTUTypeTest - Class in org.opentrafficsim.core.gtu
Test the TemplateGTUType class.
TemplateGTUTypeTest() - Constructor for class org.opentrafficsim.core.gtu.TemplateGTUTypeTest
 
templateGTUTypeTest() - Method in class org.opentrafficsim.core.gtu.TemplateGTUTypeTest
Test the TemplateGTUType class.
testAbstractGTU() - Method in class org.opentrafficsim.core.gtu.GTUTest
Test the constructor.
testAll() - Method in class org.opentrafficsim.core.gtu.perception.TimeStampedObjectTest
Test the entire TimeStampedObject class.
testBasics() - Method in class org.opentrafficsim.core.geometry.OTS2DSetTest
Test some simple things.
TestCoordinateTransformLonLatToXY - Class in org.opentrafficsim.core.gis
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
TestCoordinateTransformLonLatToXY() - Constructor for class org.opentrafficsim.core.gis.TestCoordinateTransformLonLatToXY
 
testFilter() - Method in class org.opentrafficsim.core.geometry.OTSLine3DTest
Test the noiseFilteredLine method.
testFractionalProjection() - Method in class org.opentrafficsim.core.geometry.OTSLine3DTest
Tests the fractional projection method.
TestGTU - Class in org.opentrafficsim.core.gtu
...
TestGTU(String, GTUType, OTSDEVSSimulatorInterface, PerceivableContext) - Constructor for class org.opentrafficsim.core.gtu.TestGTU
 
testGTUCharacteristics() - Method in class org.opentrafficsim.core.gtu.GTUCharacteristicsTest
Test the GTUCharacteristics class.
testLinkLocation() - Method in class org.opentrafficsim.core.network.LinkLocationTest
Test constructor and getters of the LinkLocation class.
testLinkType() - Method in class org.opentrafficsim.core.network.LinkTypeTest
Test the constructor and methods of the LinkType class.
testLongitudinalDirectionality() - Method in class org.opentrafficsim.core.network.LongitudinalDirectionalityTest
Test all methods of the LongitudinalDirectionality class.
testNullNotAllowed() - Method in class org.opentrafficsim.core.gtu.behavioralcharacteristics.BehavioralCharacteristicsTest
Test that exceptions are thrown when trying to use null values.
TestObject() - Constructor for class org.opentrafficsim.core.distributions.DistributionTest.TestObject
 
testOperationalPlan() - Method in class org.opentrafficsim.core.gtu.plan.operational.OperationalPlanTest
Test OperationalPlan.
testOTSLink() - Method in class org.opentrafficsim.core.network.OTSLinkTest
Test the OTSLink class.
throwIfTest() - Method in class org.opentrafficsim.core.gtu.GTUExceptionTest
Test the throwIf method.
TimeStampedObjectTest - Class in org.opentrafficsim.core.gtu.perception
Test the TimeStampedObject class.
TimeStampedObjectTest() - Constructor for class org.opentrafficsim.core.gtu.perception.TimeStampedObjectTest
 
toString() - Method in class org.opentrafficsim.core.gis.TestCoordinateTransformLonLatToXY
toStringTest() - Method in class org.opentrafficsim.core.VerifyRequiredMethods
Check that all classes have a toString method.

V

VerifyPerceptionCategoryMethods - Class in org.opentrafficsim.core.gtu.perception
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
VerifyPerceptionCategoryMethods() - Constructor for class org.opentrafficsim.core.gtu.perception.VerifyPerceptionCategoryMethods
 
VerifyRequiredMethods - Class in org.opentrafficsim.core
Verify that all classes have a toString method (unless the class in non-instantiable, or an enum, or abstract.
VerifyRequiredMethods() - Constructor for class org.opentrafficsim.core.VerifyRequiredMethods
 
A B C D E F G H I L M N O P R S T V 
Skip navigation links

Copyright © 2014–2017 Delft University of Technology. All rights reserved.