rero.client.functions
Class NotifyOperators
java.lang.Object
rero.client.Feature
rero.client.functions.NotifyOperators
- All Implemented Interfaces:
- Function, Loadable, Predicate
- public class NotifyOperators
- extends Feature
- implements Predicate, Function, Loadable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
data
protected InternalDataList data
notify
protected NotifyData notify
NotifyOperators
public NotifyOperators()
init
public void init()
- Specified by:
init
in class Feature
scriptLoaded
public boolean scriptLoaded(ScriptInstance script)
- Specified by:
scriptLoaded
in interface Loadable
scriptUnloaded
public boolean scriptUnloaded(ScriptInstance script)
- Specified by:
scriptUnloaded
in interface Loadable
evaluate
public Scalar evaluate(String function,
ScriptInstance script,
Stack locals)
- Specified by:
evaluate
in interface Function
decide
public boolean decide(String predicate,
ScriptInstance script,
Stack terms)
- Specified by:
decide
in interface Predicate