public abstract class AbstractSimulationAgent extends Object implements SimulationAgent
Constructor and Description |
---|
AbstractSimulationAgent() |
Modifier and Type | Method and Description |
---|---|
Future<Action> |
concurrentGetAction(Perception perception)
Concurrent version of getAction.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAction, remove
public Future<Action> concurrentGetAction(Perception perception)
SimulationAgent
concurrentGetAction
in interface SimulationAgent
Copyright © 2013. All Rights Reserved.