com.croftsoft.apps.mars.ai
Class DirectedTankOperator
java.lang.Object
com.croftsoft.apps.mars.ai.DirectedTankOperator
- All Implemented Interfaces:
- TankOperator, Serializable
public final class DirectedTankOperator
- extends Object
- implements TankOperator, Serializable
TankOperator implementation that requires direction.
- Since:
- 2003-04-17
- Version:
- 2003-05-13
- See Also:
- Serialized Form
- Author:
- David Wallace Croft
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectedTankOperator
public DirectedTankOperator(TankConsole tankConsole)
fire
public void fire()
- Specified by:
fire
in interface TankOperator
go
public void go(PointXY destination)
- Specified by:
go
in interface TankOperator
getPath
public Iterator getPath()
- Specified by:
getPath
in interface TankOperator
setTankConsole
public void setTankConsole(TankConsole tankConsole)
- Specified by:
setTankConsole
in interface TankOperator
update
public void update(double timeDelta)
- Specified by:
update
in interface TankOperator
CroftSoft Apps Javadoc (2008-09-28 21:15:07)