public abstract class AbstractApplication extends Object implements Application
| Constructor and Description |
|---|
AbstractApplication() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Application o) |
boolean |
equals(Object o) |
Object |
eval(Map<Variable,?> context) |
List<?> |
getOperatorArguments() |
int |
hashCode() |
boolean |
match(Map<Variable,Object> context,
Object value) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOperatorpublic List<?> getOperatorArguments()
getOperatorArguments in interface Applicationpublic boolean equals(Application o)
see also the complete user documentation .