public abstract class LeafCondition<T> extends java.lang.Object implements Condition<T>
| Constructor and Description |
|---|
LeafCondition() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Condition> |
getConditions() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluate, getOperandOrId, toJsonpublic java.util.List<Condition> getConditions()
getConditions in interface Condition<T>