|
||||||||||
| 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.AbstractComplexCondition
public abstract class AbstractComplexCondition
Abstract base class for complex conditions.
| Constructor Summary | |
|---|---|
protected |
AbstractComplexCondition(ICondition condition)
Creates an instance of the class with the single given condition. |
protected |
AbstractComplexCondition(ICondition condition1,
ICondition condition2,
ICondition... conditions)
Creates an instance of the class with the given conditions. |
| Method Summary | |
|---|---|
List<ICondition> |
getConditions()
Gets all conditions as unmodifiable list. |
Controller |
getController()
Return the controller referred to by this condition. |
protected String |
toString(String combiner)
|
| 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, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractComplexCondition(ICondition condition)
condition - condition
IllegalArgumentException - if the conditions is null
protected AbstractComplexCondition(ICondition condition1,
ICondition condition2,
ICondition... conditions)
condition1 - first conditioncondition2 - second conditionconditions - array of further conditions
IllegalArgumentException - if any of the conditions is null| Method Detail |
|---|
public List<ICondition> getConditions()
protected String toString(String combiner)
public Controller getController()
AbstractCondition
getController in class AbstractCondition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||