Interface Knowledge
-
public interface Knowledge
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TFunction
getFunction(TFunctionSignature signature)
TValue
getVariable(java.lang.String name)
-
-
-
Method Detail
-
getVariable
TValue getVariable(java.lang.String name) throws EaterException
- Throws:
EaterException
-
getFunction
TFunction getFunction(TFunctionSignature signature)
-
-