Class Test.MyCallable

java.lang.Object
org.opentrafficsim.core.geometry.Test.MyCallable
All Implemented Interfaces:
Serializable, Callable<String>
Enclosing class:
Test

class Test.MyCallable extends Object implements Callable<String>, Serializable
  • Constructor Details

    • MyCallable

      MyCallable(OtsLine3d referenceLine, double offset, OtsLine3d.OffsetMethod offsetMethod)
      Construct a MyCallable object.
      Parameters:
      referenceLine - OtsLine3d; the reference line
      offset - double; the offset
      offsetMethod - OtsLine3d.OffsetMethod; the offset method
  • Method Details