| java.lang.Object org.drools.jsr94.rules.ExampleRuleEngineFacade
ExampleRuleEngineFacade | public class ExampleRuleEngineFacade (Code) | | Builds up the JSR94 object structure. It'll simplify the task of building a
RuleExecutionSet and associated RuntimeSession
objects from a given InputStream .
author: N. Alex Rupp (n_alex codehaus.org) |
RULE_SERVICE_PROVIDER | final public static String RULE_SERVICE_PROVIDER(Code) | | |
ExampleRuleEngineFacade | public ExampleRuleEngineFacade() throws Exception(Code) | | |
getRuleServiceProvider | public RuleServiceProvider getRuleServiceProvider()(Code) | | |
getStatefulRuleSession | public StatefulRuleSession getStatefulRuleSession(String key) throws Exception(Code) | | |
getStatelessRuleSession | public StatelessRuleSession getStatelessRuleSession(String key) throws Exception(Code) | | Returns a named StatelessRuleSession .
Parameters: key - StatelessRuleSession throws: Exception - |
|
|