Package | Description |
---|---|
org.drools.jsr94.rules |
Provides the core client APIs for using a rule engine.
|
org.drools.jsr94.rules.admin |
Provides the APIs for rule administration.
|
org.drools.jsr94.rules.repository |
Provides the APIs for rule execution set repositories.
|
Modifier and Type | Method and Description |
---|---|
protected RuleExecutionSetRepository |
RuleServiceProviderImpl.createRuleExecutionSetRepository()
Creates the RuleExecutionSetRepository.
|
RuleExecutionSetRepository |
RuleServiceProviderImpl.getRepository()
Returns the RuleExecutionSetRepository
|
Constructor and Description |
---|
RuleRuntimeImpl(RuleExecutionSetRepository repository)
Create a new
RuleRuntimeImpl . |
Constructor and Description |
---|
RuleAdministratorImpl(RuleExecutionSetRepository repository)
Default constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRuleExecutionSetRepository
Stores the registered
RuleExecutionSet objects. |
Modifier and Type | Method and Description |
---|---|
static RuleExecutionSetRepository |
RuleExecutionSetRepositoryLoader.loadRuleExecutionSetRepository(String defaultFactoryName)
Loads the
RuleExecutionSetRepository using the
algorithm described above. |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.