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 Application
getOperatorArguments
in class AbstractApplication
see also the complete user documentation .