Class TaskSupplier.Constant

java.lang.Object
org.opentrafficsim.road.gtu.lane.perception.mental.sdm.TaskSupplier.Constant
All Implemented Interfaces:
TaskSupplier
Enclosing interface:
TaskSupplier

public static class TaskSupplier.Constant
extends java.lang.Object
implements TaskSupplier
Class that supplies a constant task.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.opentrafficsim.road.gtu.lane.perception.mental.sdm.TaskSupplier

    TaskSupplier.Constant
  • Constructor Summary

    Constructors 
    Constructor Description
    Constant​(java.lang.String id, double taskDemand)
    Constructor.
  • Method Summary

    Modifier and Type Method Description
    Task getTask​(LaneBasedGTU gtu)
    Returns a task for the given GTU.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Constant

      public Constant​(java.lang.String id, double taskDemand)
      Constructor.
      Parameters:
      id - String; id
      taskDemand - double; task demand
  • Method Details