Package org.openl.rules.context
Interface IRulesRuntimeContextOptimizationForOpenMethodDispatcher
-
- All Known Implementing Classes:
DefaultRulesRuntimeContext
public interface IRulesRuntimeContextOptimizationForOpenMethodDispatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IOpenMethodgetMethodForOpenMethodDispatcher(OpenMethodDispatcher openMethodDispatcher)voidputMethodForOpenMethodDispatcher(OpenMethodDispatcher openMethodDispatcher, IOpenMethod method)
-
-
-
Method Detail
-
getMethodForOpenMethodDispatcher
IOpenMethod getMethodForOpenMethodDispatcher(OpenMethodDispatcher openMethodDispatcher)
-
putMethodForOpenMethodDispatcher
void putMethodForOpenMethodDispatcher(OpenMethodDispatcher openMethodDispatcher, IOpenMethod method)
-
-