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