public class LogicalNaryCondition extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
accept(MetadataVisitor visitor) |
static IntegerCondition |
count(List<StepCondition> steps) |
Metadata |
getMetadata() |
static LogicalNaryCondition |
matchAll(List<StepCondition> steps) |
static LogicalNaryCondition |
matchAny(List<StepCondition> steps) |
static LogicalNaryCondition |
matchNone(List<StepCondition> steps) |
BiPredicate<DslModel,Context> |
predicate() |
String |
readable() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, not, orpublic static IntegerCondition count(List<StepCondition> steps)
public static LogicalNaryCondition matchAny(List<StepCondition> steps)
public static LogicalNaryCondition matchAll(List<StepCondition> steps)
public static LogicalNaryCondition matchNone(List<StepCondition> steps)
public Metadata getMetadata()
getMetadata in interface StepConditionpublic BiPredicate<DslModel,Context> predicate()
predicate in interface StepConditionpublic void accept(MetadataVisitor visitor)
accept in interface SyntaxTreeCopyright © 2017. All rights reserved.