|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.conditionModel.AbstractCondition
public abstract class AbstractCondition
Abstract base class for conditions.
| Constructor Summary | |
|---|---|
AbstractCondition()
|
|
| Method Summary | |
|---|---|
ICondition |
and(ICondition condition,
ICondition... others)
Links two or more conditions using an AND relation. |
abstract Controller |
getController()
Return the controller referred to by this condition. |
ICondition |
invert()
Negates a condition. |
ICondition |
or(ICondition condition,
ICondition... others)
Links two or more conditions using a disjunction. |
ICondition |
xor(ICondition condition)
Links two conditions using a XOR connection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractCondition()
| Method Detail |
|---|
public ICondition and(ICondition condition,
ICondition... others)
ICondition
and in interface IConditioncondition - the condition that will be linked with the calling condition.others - further optional conditions.
public ICondition or(ICondition condition,
ICondition... others)
ICondition
or in interface IConditioncondition - the condition that will be linked with the calling condition.others - further optional conditions.
public ICondition invert()
ICondition
invert in interface IConditionpublic ICondition xor(ICondition condition)
ICondition
xor in interface IConditioncondition - the condition that will be linked with the calling condition.
public abstract Controller getController()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||