|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RuleBaseContext | |
---|---|
org.drools | The main run-time API. |
org.drools.io | Semantic-module and rule-sets readers and writers. |
org.drools.reteoo | Interfaces for the Rete-OO algorithm. |
org.drools.rule | Rule assembly components. |
org.drools.semantics.annotation.smf | |
org.drools.semantics.base | |
org.drools.semantics.groovy | Groovy Semantic Module. |
org.drools.semantics.java | Java Semantic Module. |
org.drools.semantics.python | Python Semantic Module. |
org.drools.smf | Semantics Management Framework. |
Uses of RuleBaseContext in org.drools |
---|
Methods in org.drools that return RuleBaseContext | |
---|---|
RuleBaseContext |
RuleBase.getRuleBaseContext()
|
Constructors in org.drools with parameters of type RuleBaseContext | |
---|---|
RuleBaseBuilder(RuleBaseContext ruleBaseContext)
Construct. |
Uses of RuleBaseContext in org.drools.io |
---|
Methods in org.drools.io that return RuleBaseContext | |
---|---|
RuleBaseContext |
RuleSetReader.getFactoryContext()
|
Constructors in org.drools.io with parameters of type RuleBaseContext | |
---|---|
RuleSetReader(RuleBaseContext factoryContext)
Construct. |
|
RuleSetReader(javax.xml.parsers.SAXParser parser,
RuleBaseContext context)
Construct. |
|
RuleSetReader(SemanticsRepository repo,
RuleBaseContext context)
Construct. |
|
RuleSetReader(SemanticsRepository repo,
javax.xml.parsers.SAXParser parser,
RuleBaseContext context)
Construct. |
Uses of RuleBaseContext in org.drools.reteoo |
---|
Methods in org.drools.reteoo that return RuleBaseContext | |
---|---|
RuleBaseContext |
RuleBaseImpl.getRuleBaseContext()
|
Constructors in org.drools.reteoo with parameters of type RuleBaseContext | |
---|---|
Builder(RuleBaseContext ruleBaseContext)
Construct a Builder against an existing Rete
network. |
|
RuleBaseImpl(Rete rete,
ConflictResolver conflictResolver,
FactHandleFactory factHandleFactory,
List ruleSets,
Map applicationData,
RuleBaseContext ruleBaseContext)
Construct. |
Uses of RuleBaseContext in org.drools.rule |
---|
Methods in org.drools.rule that return RuleBaseContext | |
---|---|
RuleBaseContext |
RuleSet.getRuleBaseContext()
|
Constructors in org.drools.rule with parameters of type RuleBaseContext | |
---|---|
RuleSet(String name,
RuleBaseContext ruleBaseContext)
Construct. |
Uses of RuleBaseContext in org.drools.semantics.annotation.smf |
---|
Methods in org.drools.semantics.annotation.smf with parameters of type RuleBaseContext | |
---|---|
Rule |
SMFAnnotationRuleFactory.newRule(RuleSet ruleSet,
RuleBaseContext context,
Configuration config)
|
Uses of RuleBaseContext in org.drools.semantics.base |
---|
Methods in org.drools.semantics.base with parameters of type RuleBaseContext | |
---|---|
ApplicationData |
DefaultApplicationDataFactory.newApplicationData(RuleSet ruleSet,
RuleBaseContext context,
Configuration config,
Set imports)
|
Duration |
BaseDurationFactory.newDuration(Rule rule,
RuleBaseContext context,
Configuration config)
Returns a new Duration object configured
using the given Configuration . |
ObjectType |
SemaphoreFactory.newObjectType(RuleBaseContext context,
Configuration config,
Set imports)
|
ObjectType |
ClassObjectTypeFactory.newObjectType(RuleBaseContext context,
Configuration config,
Set imports)
|
ObjectType |
ClassFieldObjectTypeFactory.newObjectType(RuleBaseContext context,
Configuration config,
Set imports)
|
Rule |
BaseRuleFactory.newRule(RuleSet ruleSet,
RuleBaseContext context,
Configuration config)
|
Uses of RuleBaseContext in org.drools.semantics.groovy |
---|
Methods in org.drools.semantics.groovy with parameters of type RuleBaseContext | |
---|---|
Condition[] |
GroovyConditionFactory.newCondition(Rule rule,
RuleBaseContext context,
Configuration config)
|
Consequence |
GroovyBlockConsequenceFactory.newConsequence(Rule rule,
RuleBaseContext context,
Configuration config)
|
Functions |
GroovyFunctionsFactory.newFunctions(RuleSet ruleSet,
RuleBaseContext context,
Configuration config)
|
ImportEntry |
GroovyImportEntryFactory.newImportEntry(RuleSet ruleSet,
RuleBaseContext context,
Configuration config)
|
Uses of RuleBaseContext in org.drools.semantics.java |
---|
Methods in org.drools.semantics.java with parameters of type RuleBaseContext | |
---|---|
Condition[] |
JavaConditionFactory.newCondition(Rule rule,
RuleBaseContext context,
Configuration config)
|
Consequence |
JavaBlockConsequenceFactory.newConsequence(Rule rule,
RuleBaseContext context,
Configuration config)
|
Functions |
JavaFunctionsFactory.newFunctions(RuleSet ruleSet,
RuleBaseContext context,
Configuration config)
|
ImportEntry |
JavaImportEntryFactory.newImportEntry(RuleSet ruleSet,
RuleBaseContext context,
Configuration config)
|
Uses of RuleBaseContext in org.drools.semantics.python |
---|
Methods in org.drools.semantics.python with parameters of type RuleBaseContext | |
---|---|
Condition[] |
PythonConditionFactory.newCondition(Rule rule,
RuleBaseContext context,
Configuration config)
|
Consequence |
PythonBlockConsequenceFactory.newConsequence(Rule rule,
RuleBaseContext context,
Configuration config)
|
Functions |
PythonFunctionsFactory.newFunctions(RuleSet ruleSet,
RuleBaseContext context,
Configuration config)
|
ImportEntry |
PythonImportEntryFactory.newImportEntry(RuleSet ruleSet,
RuleBaseContext context,
Configuration config)
|
Uses of RuleBaseContext in org.drools.smf |
---|
Methods in org.drools.smf with parameters of type RuleBaseContext | |
---|---|
ApplicationData |
ApplicationDataFactory.newApplicationData(RuleSet ruleSet,
RuleBaseContext context,
Configuration config,
Set imports)
|
Condition[] |
ConditionFactory.newCondition(Rule rule,
RuleBaseContext context,
Configuration config)
|
Consequence |
ConsequenceFactory.newConsequence(Rule rule,
RuleBaseContext context,
Configuration config)
|
Duration |
DurationFactory.newDuration(Rule rule,
RuleBaseContext context,
Configuration config)
|
Functions |
FunctionsFactory.newFunctions(RuleSet ruleSet,
RuleBaseContext context,
Configuration config)
|
ImportEntry |
ImportEntryFactory.newImportEntry(RuleSet ruleSet,
RuleBaseContext context,
Configuration config)
|
ObjectType |
ObjectTypeFactory.newObjectType(RuleBaseContext context,
Configuration config,
Set imports)
|
Rule |
RuleFactory.newRule(RuleSet ruleSet,
RuleBaseContext context,
Configuration config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |