@PublicAPI public interface ChemContext extends chemaxon.marvin.util.CallbackIface, java.io.Serializable
CallbackIface
.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
callback(java.lang.String method,
java.lang.Object arg)
Implements
CallbackIface . |
void |
clear()
Clears the context.
|
java.lang.String[] |
getContextFunctionNames()
Returns context element accessor function names.
|
java.lang.String[] getContextFunctionNames()
java.lang.Object callback(java.lang.String method, java.lang.Object arg)
CallbackIface
.
Implementations override this method to implement the specific
context elements accessors returned by getContextFunctionNames()
.callback
in interface chemaxon.marvin.util.CallbackIface
method
- is the accessor method name (returned by getContextFunctionNames()
)arg
- is the accessor method argument (the JEP parameter stack as null
,
a single parameter object or a parameter object array depending on the number
of parameters on the stack)void clear()