|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.base.agent.module.AgentModule<AGENT>
cz.cuni.amis.pogamut.base.agent.module.SensorModule<UT2004Bot>
nl.tudelft.pogamut.unreal.agent.module.sensor.Projectiles
nl.tudelft.pogamut.ut2004.agent.module.sensor.UT2004Projectiles
public class UT2004Projectiles
Module to keep track of projectiles.
TODO: Horribly inefficient, use listeners. TODO: Needs ILocated on
IncomingProjectile.
| Field Summary | |
|---|---|
protected AgentInfo |
info
|
| Fields inherited from class cz.cuni.amis.pogamut.base.agent.module.SensorModule |
|---|
worldView |
| Fields inherited from class cz.cuni.amis.pogamut.base.agent.module.AgentModule |
|---|
agent, controller, eventBus, log |
| Constructor Summary | |
|---|---|
UT2004Projectiles(UT2004Bot<?,?,?> agent,
AgentInfo info)
|
|
| Method Summary | |
|---|---|
Collection<IncomingProjectile> |
getProjectiles(ItemType type)
|
| Methods inherited from class nl.tudelft.pogamut.unreal.agent.module.sensor.Projectiles |
|---|
getNearestProjectile, getNearestProjectile, getNearestProjectile, getNearestProjectile, getNearestProjectile, getProjectiles |
| Methods inherited from class cz.cuni.amis.pogamut.base.agent.module.AgentModule |
|---|
cleanUp, getComponentId, getLog, getState, initComponentId, isRunning, kill, pause, reset, resume, start, stop, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected AgentInfo info
| Constructor Detail |
|---|
public UT2004Projectiles(UT2004Bot<?,?,?> agent,
AgentInfo info)
| Method Detail |
|---|
public Collection<IncomingProjectile> getProjectiles(ItemType type)
getProjectiles in class nl.tudelft.pogamut.unreal.agent.module.sensor.Projectiles
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||