|
||||||||||
| 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.BooleanIOCondition
public class BooleanIOCondition
Boolean IO Condition checks if a single-bit in- or output has a specified
value.
The Condition fires if a single-bit in- or output has the specified value
(true or false).
| Constructor Summary | |
|---|---|
BooleanIOCondition(AbstractIO inOut,
boolean booleanIOValue)
Creates a new Instance of an BooleanIOCondition. |
|
| Method Summary | |
|---|---|
boolean |
getBooleanIOValue()
Gets the specified boolean value of this condition. |
Controller |
getController()
Return the controller referred to by this condition. |
AbstractIO |
getInOut()
Gets the in- or output of this condition. |
String |
getInOutName()
Gets the name in- or output of this condition. |
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 BooleanIOCondition(AbstractIO inOut,
boolean booleanIOValue)
inOut - The name of the input or output.booleanIOValue - The expected value (true or false) to fire the condition.
IllegalArgumentException - if the parameter is null or if the IO is not boolean| Method Detail |
|---|
public AbstractIO getInOut()
public boolean getBooleanIOValue()
public String getInOutName()
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 | |||||||||