Uses of Class
jcaas.script_nodes.AnnotationFunctions

Packages that use AnnotationFunctions
jcaas.script_nodes   
 

Uses of AnnotationFunctions in jcaas.script_nodes
 

Subclasses of AnnotationFunctions in jcaas.script_nodes
 class EvalFunctions
          This class defines several functions which can be called from within an evaluation script.
 

Methods in jcaas.script_nodes that return AnnotationFunctions
 AnnotationFunctions Context.getScriptFunctions()
          Gets the script functions to use.
 

Methods in jcaas.script_nodes with parameters of type AnnotationFunctions
 void Context.setScriptFunctions(AnnotationFunctions functions)
          Sets the script functions to use.