|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.cmu.cs.coral.icf.plan_based.PlannerControllerActionStream
Represents an action stream controlled by a planner.
Constructor Summary | |
PlannerControllerActionStream(Agent agent)
Constructs an action stream for the given Agent. |
Method Summary | |
Action |
getAction(java.util.Date time)
Gets the next Action from the action stream |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public PlannerControllerActionStream(Agent agent)
agent
- the Agent this action stream should controlMethod Detail |
public Action getAction(java.util.Date time)
time
- the current time in the simulation/world
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |