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 TaskgetTask(LaneBasedGTU gtu)Returns a task for the given GTU. 
- 
Constructor Details
- 
Constant
public Constant(java.lang.String id, double taskDemand)Constructor.- Parameters:
 id- String; idtaskDemand- double; task demand
 
 - 
 - 
Method Details
- 
getTask
Returns a task for the given GTU.- Specified by:
 getTaskin interfaceTaskSupplier- Parameters:
 gtu- LaneBasedGTU; gtu- Returns:
 - Task; task for given GTU
 
 
 -