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, EaterExceptionLocated
- Throws:
EaterException
EaterExceptionLocated
-
getFunction
TFunction getFunction(TFunctionSignature signature)
-
-