Interface Knowledge
-
public interface Knowledge
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TFunctiongetFunction(TFunctionSignature signature)TValuegetVariable(String name)
-
-
-
Method Detail
-
getVariable
TValue getVariable(String name) throws EaterException, EaterExceptionLocated
- Throws:
EaterExceptionEaterExceptionLocated
-
getFunction
TFunction getFunction(TFunctionSignature signature)
-
-