public class Pattern extends AbstractApplication
| Constructor and Description |
|---|
Pattern(Operator op,
List<?> args) |
Pattern(Operator op,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
Object |
eval(Map<Variable,?> context) |
Operator |
getOperator() |
List<?> |
getOperatorArguments() |
public final Operator getOperator()
public final List<?> getOperatorArguments()
getOperatorArguments in interface ApplicationgetOperatorArguments in class AbstractApplicationsee also the complete user documentation .