public class GoalAchievementParametersType extends Object
Java class for GoalAchievementParametersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GoalAchievementParametersType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="maximumSpeed" use="required" type="{}nonNegativeScalar" /> <attribute name="searchSpeed" use="required" type="{}nonNegativeScalar" /> <attribute name="transitSpeed" use="required" type="{}nonNegativeScalar" /> <attribute name="patrolSpeed" use="required" type="{}nonNegativeScalar" /> <attribute name="minWaypointDistance" use="required" type="{}nonNegativeScalar" /> <attribute name="sweepWidth" use="required" type="{}nonNegativeScalar" /> <attribute name="targetEngageRange" use="required" type="{}nonNegativeScalar" /> <attribute name="contaminantDetectRange" use="required" type="{}nonNegativeScalar" /> <attribute name="turnRadius" use="required" type="{}nonNegativeScalar" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
contaminantDetectRange |
protected double |
maximumSpeed |
protected double |
minWaypointDistance |
protected double |
patrolSpeed |
protected double |
searchSpeed |
protected double |
sweepWidth |
protected double |
targetEngageRange |
protected double |
transitSpeed |
protected double |
turnRadius |
Constructor and Description |
---|
GoalAchievementParametersType() |
Modifier and Type | Method and Description |
---|---|
double |
getContaminantDetectRange()
Gets the value of the contaminantDetectRange property.
|
double |
getMaximumSpeed()
Gets the value of the maximumSpeed property.
|
double |
getMinWaypointDistance()
Gets the value of the minWaypointDistance property.
|
double |
getPatrolSpeed()
Gets the value of the patrolSpeed property.
|
double |
getSearchSpeed()
Gets the value of the searchSpeed property.
|
double |
getSweepWidth()
Gets the value of the sweepWidth property.
|
double |
getTargetEngageRange()
Gets the value of the targetEngageRange property.
|
double |
getTransitSpeed()
Gets the value of the transitSpeed property.
|
double |
getTurnRadius()
Gets the value of the turnRadius property.
|
void |
setContaminantDetectRange(double value)
Sets the value of the contaminantDetectRange property.
|
void |
setMaximumSpeed(double value)
Sets the value of the maximumSpeed property.
|
void |
setMinWaypointDistance(double value)
Sets the value of the minWaypointDistance property.
|
void |
setPatrolSpeed(double value)
Sets the value of the patrolSpeed property.
|
void |
setSearchSpeed(double value)
Sets the value of the searchSpeed property.
|
void |
setSweepWidth(double value)
Sets the value of the sweepWidth property.
|
void |
setTargetEngageRange(double value)
Sets the value of the targetEngageRange property.
|
void |
setTransitSpeed(double value)
Sets the value of the transitSpeed property.
|
void |
setTurnRadius(double value)
Sets the value of the turnRadius property.
|
protected double maximumSpeed
protected double searchSpeed
protected double transitSpeed
protected double patrolSpeed
protected double minWaypointDistance
protected double sweepWidth
protected double targetEngageRange
protected double contaminantDetectRange
protected double turnRadius
public double getMaximumSpeed()
public void setMaximumSpeed(double value)
public double getSearchSpeed()
public void setSearchSpeed(double value)
public double getTransitSpeed()
public void setTransitSpeed(double value)
public double getPatrolSpeed()
public void setPatrolSpeed(double value)
public double getMinWaypointDistance()
public void setMinWaypointDistance(double value)
public double getSweepWidth()
public void setSweepWidth(double value)
public double getTargetEngageRange()
public void setTargetEngageRange(double value)
public double getContaminantDetectRange()
public void setContaminantDetectRange(double value)
public double getTurnRadius()
public void setTurnRadius(double value)