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, wait
getOperator
public List<?> getOperatorArguments()
getOperatorArguments
in interface Application
public boolean equals(Application o)
see also the complete user documentation .