|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.conditionModel.AbstractCondition
com.kuka.roboticsAPI.conditionModel.IORangeCondition
public class IORangeCondition
IO Range Condition describing the valid range of an selected In- or Output.
The Condition fires if a numeric digital or analog input or output is within
a specified value range. Fires if (minValue =< I/O-value <= maxValue).
| Constructor Summary | |
|---|---|
IORangeCondition(AbstractIO inOut,
Number minIOValue,
Number maxIOValue)
Creates a new Instance of an IORangeCondition. |
|
| Method Summary | |
|---|---|
Controller |
getController()
Return the controller referred to by this condition. |
AbstractIO |
getInOut()
Gets the in- or output of this condition. |
Number |
getMaxIOValue()
Gets the maximum value at which the condition will fire. |
Number |
getMinIOValue()
Gets the minimum value at which the condition will fire. |
String |
toString()
|
| Methods inherited from class com.kuka.roboticsAPI.conditionModel.AbstractCondition |
|---|
and, invert, or, xor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IORangeCondition(AbstractIO inOut,
Number minIOValue,
Number maxIOValue)
inOut - The input or output to observe.minIOValue - The minimum value of the input or output to fire the
condition.maxIOValue - The maximum value of the input or output to fire the
condition.
IllegalArgumentException - if an invalid argument is given or if any of the arguments is
null| Method Detail |
|---|
public AbstractIO getInOut()
public Number getMinIOValue()
public Number getMaxIOValue()
public String toString()
toString in class Objectpublic Controller getController()
AbstractCondition
getController in class AbstractCondition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||