Package org.drools.core.rule.accessor
Interface GlobalResolver
-
- All Known Implementing Classes:
MapGlobalResolver
public interface GlobalResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear()voidremoveGlobal(String identifier)ObjectresolveGlobal(String identifier)voidsetGlobal(String identifier, Object value)
-