public class OrCondition extends ComplexCondition
conditions| Constructor and Description |
|---|
OrCondition()
Create a new or condition.
|
OrCondition(ICondition[] conditions)
Create a new or condition.
|
OrCondition(java.util.List conditions)
Create a new or condition.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Get the string representation.
|
addCondition, getConditions, getVariablespublic OrCondition()
public OrCondition(java.util.List conditions)
public OrCondition(ICondition[] conditions)