|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.motionModel.stopConditions.DoubleRange
public class DoubleRange
Defines a double range.
| Constructor Summary | |
|---|---|
DoubleRange(double min,
double max)
Creates a new instance. |
|
| Method Summary | |
|---|---|
double |
getMax()
Gets the maximum. |
double |
getMin()
Gets the minimum. |
void |
setMax(double max)
Sets the maximum. |
void |
setMin(double min)
Sets the minimum. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DoubleRange(double min,
double max)
min - The minimum.max - The maximum.| Method Detail |
|---|
public double getMin()
public void setMin(double min)
min - The minimum.public double getMax()
public void setMax(double max)
max - The maximum.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||