|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICondition
Base interface for conditions.
JointTorqueCondition,
ForceCondition,
ForceComponentCondition,
ErrStateDrivesCondition,
MotionCondition,
IORangeCondition,
AndCondition,
NotCondition,
OrCondition,
XorCondition,
MotionPathCondition| Method Summary | |
|---|---|
ICondition |
and(ICondition condition,
ICondition... conditions)
Links two or more conditions using an AND relation. |
ICondition |
invert()
Negates a condition. |
ICondition |
or(ICondition condition,
ICondition... conditions)
Links two or more conditions using a disjunction. |
ICondition |
xor(ICondition condition)
Links two conditions using a XOR connection. |
| Method Detail |
|---|
ICondition and(ICondition condition,
ICondition... conditions)
condition - the condition that will be linked with the calling condition.conditions - further optional conditions.
ICondition or(ICondition condition,
ICondition... conditions)
condition - the condition that will be linked with the calling condition.conditions - further optional conditions.
ICondition invert()
ICondition xor(ICondition condition)
condition - the condition that will be linked with the calling condition.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||