cz.cuni.amis.pogamut.usar2004.communication.messages.usarcommands
Class DriveNautic
java.lang.Object
cz.cuni.amis.pogamut.base.communication.messages.CommandMessage
cz.cuni.amis.pogamut.usar2004.communication.messages.usarcommands.DriveNautic
public class DriveNautic
- extends cz.cuni.amis.pogamut.base.communication.messages.CommandMessage
Drive command specified for a sub or a boat.
Corresponding GameBots command is DRIVE.
|
Constructor Summary |
DriveNautic()
WARNING: this is empty-command constructor, you have to use
setters to fill it up! |
DriveNautic(double Propeller,
double Rudder,
double SternPlane,
boolean Normalized,
boolean Light)
|
DriveNautic(DriveNautic original)
Cloning constructor. |
Propeller
protected double Propeller
Rudder
protected double Rudder
SternPlane
protected double SternPlane
Normalized
protected boolean Normalized
Light
protected boolean Light
DriveNautic
public DriveNautic(double Propeller,
double Rudder,
double SternPlane,
boolean Normalized,
boolean Light)
DriveNautic
public DriveNautic()
- WARNING: this is empty-command constructor, you have to use
setters to fill it up!
DriveNautic
public DriveNautic(DriveNautic original)
- Cloning constructor.
getPropeller
public double getPropeller()
setPropeller
public DriveNautic setPropeller(double Propeller)
getRudder
public double getRudder()
setRudder
public DriveNautic setRudder(double Rudder)
getSternPlane
public double getSternPlane()
setSternPlane
public DriveNautic setSternPlane(double SternPlane)
isNormalized
public boolean isNormalized()
setNormalized
public DriveNautic setNormalized(boolean Normalized)
isLight
public boolean isLight()
setLight
public DriveNautic setLight(boolean Light)
toString
public String toString()
- Overrides:
toString in class cz.cuni.amis.pogamut.base.communication.messages.CommandMessage
toHtmlString
public String toHtmlString()
toMessage
public String toMessage()
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.