Index

B C D E F G H L M O P R S T 
All Classes and Interfaces|All Packages

B

BufferingTests - Class in org.opentrafficsim.base.geometry
Test the alternative offset line classes.

C

checkConstraint(double, double, boolean, boolean) - Method in class org.opentrafficsim.base.parameters.DualBoundConstraintsTest
Create a DoubleBound for the given values and test it.
checkDefaultValues() - Method in class org.opentrafficsim.base.parameters.ParametersTest
Checks whether default values are properly set, or not in case not given.
claimTest() - Method in class org.opentrafficsim.base.parameters.ParametersTest
Tests the claimed set mechanism.
cleanTest() - Method in class org.opentrafficsim.base.geometry.OtsLine2dTest
Test the createAndCleanOtsLine2d method.
concatenateTest() - Method in class org.opentrafficsim.base.geometry.OtsLine2dTest
Test the concatenate method.
constructorsTest() - Method in class org.opentrafficsim.base.geometry.OtsLine2dTest
Test the constructors of OtsLine2d.
constructorTest() - Method in class org.opentrafficsim.base.parameters.ParametersTest
Constructor tests.
customConstraintTest() - Method in class org.opentrafficsim.base.parameters.ParametersTest
Parameter value custom constraint tests.

D

defaultRangeTest() - Method in class org.opentrafficsim.base.parameters.ParametersTest
Parameter value default range tests.
defaultsTest() - Method in class org.opentrafficsim.base.parameters.ParametersTest
Defaults tests.
DirectionalPolyLineTest - Class in org.opentrafficsim.base.geometry
Test for DirectionalPolyLine.
DualBoundConstraintsTest - Class in org.opentrafficsim.base.parameters
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.

E

equalizeTest() - Method in class org.opentrafficsim.base.parameters.ParametersTest
Tests equalizations.
equalsTest() - Method in class org.opentrafficsim.base.geometry.OtsLine2dTest
Test the equals method.
ExceptionsTest - Class in org.opentrafficsim.base
Tests exceptions in base.
exceptionTest() - Method in class org.opentrafficsim.base.geometry.OtsLine2dTest
Test that exception is thrown when it should be.
extractTest() - Method in class org.opentrafficsim.base.geometry.OtsLine2dTest
Test the extract and extractFraction methods.

F

fractionalOffsetLineTest() - Method in class org.opentrafficsim.base.geometry.BufferingTests
Test the offsetLine method that takes relative fraction and offsets arrays.

G

geometryTest() - Method in class org.opentrafficsim.base.geometry.OtsGeometryUtilTest
Test the printCoordinate family of functions.

H

HierarchicalTypeTest - Class in org.opentrafficsim.base
Test the basics of the HierarchicalType class.

L

locationExtendedTest() - Method in class org.opentrafficsim.base.geometry.OtsLine2dTest
Test the getLocationExtended method and friends.
locationTest() - Method in class org.opentrafficsim.base.geometry.OtsLine2dTest
Test getLocation method.
LoggerTester - Class in org.opentrafficsim.base.logger
Test Logger class.

M

mergeTest() - Method in class org.opentrafficsim.base.parameters.ParametersTest
Tests the merging of parameter sets using setAll.

O

offsetLineTest() - Method in class org.opentrafficsim.base.geometry.OtsLine2dTest
Test the offsetLine method.
org.opentrafficsim.base - package org.opentrafficsim.base
 
org.opentrafficsim.base.geometry - package org.opentrafficsim.base.geometry
 
org.opentrafficsim.base.logger - package org.opentrafficsim.base.logger
 
org.opentrafficsim.base.parameters - package org.opentrafficsim.base.parameters
 
OtsGeometryUtilTest - Class in org.opentrafficsim.base.geometry
Test the methods in the OtsGeometryUtil class.
OtsLine2dTest - Class in org.opentrafficsim.base.geometry
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
OtsLocatableTest - Class in org.opentrafficsim.base.geometry
Test for OtsLocatable, mainly the static methods.

P

ParametersTest - Class in org.opentrafficsim.base.parameters
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
printPath2D(Path2D) - Method in class org.opentrafficsim.base.geometry.OtsLine2dTest
Print a Path2D to the console.

R

reverseTest() - Method in class org.opentrafficsim.base.geometry.OtsLine2dTest
Test the reverse method.

S

setResetTest() - Method in class org.opentrafficsim.base.parameters.ParametersTest
Tests the set/reset mechanism.
ShapeTest - Class in org.opentrafficsim.base.geometry
Tests OtsShape implementations.
StripeElementTest - Class in org.opentrafficsim.base
Test StripeElementTest.

T

test() - Method in class org.opentrafficsim.base.geometry.OtsLocatableTest
General test.
testBasics() - Method in class org.opentrafficsim.base.HierarchicalTypeTest
Test the basics of the HierarchicalType class.
testCircle() - Method in class org.opentrafficsim.base.geometry.ShapeTest
Tests CircleShape, and equal RoundedRectangleShape.
testElement() - Method in class org.opentrafficsim.base.StripeElementTest
Tests StripeElement.
testExceptions() - Method in class org.opentrafficsim.base.ExceptionsTest
Test exception in base.
testFind() - Method in class org.opentrafficsim.base.geometry.OtsLine2dTest
Test the find method.
testFractionalProjection() - Method in class org.opentrafficsim.base.geometry.OtsLine2dTest
Tests the fractional projection method.
testHierarchies() - Method in class org.opentrafficsim.base.HierarchicalTypeTest
Test different hierarchies XType, YType and ZType.
testIds() - Method in class org.opentrafficsim.base.logger.LoggerTester
Tests that PID and Thread id are reported.
testLine() - Method in class org.opentrafficsim.base.geometry.DirectionalPolyLineTest
Test method.
testNullNotAllowed() - Method in class org.opentrafficsim.base.parameters.ParametersTest
Test that exceptions are thrown when trying to use null values.
testNumericalConstraints() - Method in class org.opentrafficsim.base.parameters.DualBoundConstraintsTest
Test the DoubleBound Constraints.
testNumSegments() - Method in class org.opentrafficsim.base.geometry.OtsGeometryUtilTest
Tests that getNumSegmentsForRadius is correct.
testOffsetPoint() - Method in class org.opentrafficsim.base.geometry.OtsGeometryUtilTest
Test offset point.
testParallel() - Method in class org.opentrafficsim.base.logger.LoggerTester
Tests that parallel simulations and the threads that run them report time specific to the simulation.
testPolygon() - Method in class org.opentrafficsim.base.geometry.ShapeTest
Test polygon.
testRadius() - Method in class org.opentrafficsim.base.geometry.OtsLine2dTest
Test the getRadius method.
testRectangle() - Method in class org.opentrafficsim.base.geometry.ShapeTest
Tests RectangleShape, and equal RoundedRectangleShape.
testTime() - Method in class org.opentrafficsim.base.logger.LoggerTester
Tests OTS logger.
testTimeStampedObject() - Method in class org.opentrafficsim.base.TimeStampedObjectTest
Test the TimeStampedObject class.
testTruncate() - Method in class org.opentrafficsim.base.geometry.OtsLine2dTest
Test the truncate method.
TimeStampedObjectTest - Class in org.opentrafficsim.base
Test the TimeStampedObject class.
B C D E F G H L M O P R S T 
All Classes and Interfaces|All Packages