public abstract class ConditionWithMultipleOperands extends Condition
| Modifier and Type | Field and Description |
|---|---|
protected List<Condition> |
nestedConditions |
| Constructor and Description |
|---|
ConditionWithMultipleOperands() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOperands(Condition... operands) |
List<Condition> |
getOperands() |
Set<String> |
getVarRefs()
This element will be called when the order of variable resolutions is
determined.
|
getDependenciesDetails, getId, getInstallData, isTrue, makeXMLData, readFromXML, setId, setInstallDatapublic void addOperands(Condition... operands)
public Set<String> getVarRefs()
ConditiongetVarRefs in class ConditionCopyright © 2001–2025. All rights reserved.