public interface MadaraFunction
Modifier and Type | Method and Description |
---|---|
KnowledgeRecord |
execute(KnowledgeList args,
Variables variables)
Java implementation of a MADARA function.
|
KnowledgeRecord execute(KnowledgeList args, Variables variables)
KnowledgeBase
in this methodargs
- List<KnowledgeRecord>
of arguments passed to the functionvariables
- Local access to evaluate and compile methodsKnowledgeRecord
containing the result of the function