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