Package org.opentrafficsim.core.geometry
Class Test.MyCallable
java.lang.Object
org.opentrafficsim.core.geometry.Test.MyCallable
- All Implemented Interfaces:
Serializable
,Callable<String>
- Enclosing class:
- Test
-
Constructor Summary
ConstructorsConstructorDescriptionMyCallable
(OtsLine3d referenceLine, double offset, OtsLine3d.OffsetMethod offsetMethod) Construct a MyCallable object. -
Method Summary
-
Constructor Details
-
MyCallable
MyCallable(OtsLine3d referenceLine, double offset, OtsLine3d.OffsetMethod offsetMethod) Construct a MyCallable object.- Parameters:
referenceLine
- OtsLine3d; the reference lineoffset
- double; the offsetoffsetMethod
- OtsLine3d.OffsetMethod; the offset method
-
-
Method Details