|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RuleBase | |
---|---|
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. |
Uses of RuleBase in org.drools |
---|
Methods in org.drools that return RuleBase | |
---|---|
RuleBase |
RuleBaseBuilder.build()
Build the RuleBase . |
RuleBase |
MockWorkingMemory.getRuleBase()
|
RuleBase |
WorkingMemory.getRuleBase()
Retrieve the RuleBase of this working memory. |
Uses of RuleBase in org.drools.io |
---|
Methods in org.drools.io that return RuleBase | |
---|---|
static RuleBase |
RuleBaseLoader.loadFromInputStream(InputStream in)
Loads a RuleBase from an InputStream using the default ConflictResolver This is a convenience method and calls public static RuleBase loadFromInputStream(InputStream in, ConflictResolver resolver) passing the DefaultConflictResolver |
static RuleBase |
RuleBaseLoader.loadFromInputStream(InputStream[] ins)
Loads a RuleBase from an InputStream using the default ConflictResolver This is a convenience method and calls public static RuleBase loadFromInputStream(InputStream[] ins, ConflictResolver resolver) passing the DefaultConflictResolver |
static RuleBase |
RuleBaseLoader.loadFromInputStream(InputStream[] ins,
ConflictResolver resolver)
Loads a RuleBase from an InputStream using the default ConflictResolver |
static RuleBase |
RuleBaseLoader.loadFromInputStream(InputStream in,
ConflictResolver resolver)
Loads a RuleBase from an InputStream using the default ConflictResolver |
static RuleBase |
RuleBaseLoader.loadFromReader(Reader in)
Loads a RuleBase from a Reader using the default ConflictResolver This is a convenience method and calls public static RuleBase loadFromReader(Reader in, ConflictResolver resolver) passing the DefaultConflictResolver |
static RuleBase |
RuleBaseLoader.loadFromReader(Reader[] ins)
Loads a RuleBase from a Reader using the default ConflictResolver This is a convenience method and calls public static RuleBase loadFromReader(Reader[] ins, ConflictResolver resolver) passing the DefaultConflictResolver |
static RuleBase |
RuleBaseLoader.loadFromReader(Reader[] ins,
ConflictResolver resolver)
Loads a RuleBase from a Reader using the given ConflictResolver |
static RuleBase |
RuleBaseLoader.loadFromReader(Reader in,
ConflictResolver resolver)
Loads a RuleBase from a Reader using the given ConflictResolver |
static RuleBase |
RuleBaseLoader.loadFromUrl(URL url)
Loads a RuleBase from a URL using the default ConflictResolver This is a convenience method and calls public static RuleBase loadFromUrl(URL url, ConflictResolver resolver) passing the DefaultConflictResolver |
static RuleBase |
RuleBaseLoader.loadFromUrl(URL[] urls)
Loads a RuleBase using several URLs, using the DefaultConflictResolver. |
static RuleBase |
RuleBaseLoader.loadFromUrl(URL[] urls,
ConflictResolver resolver)
Loads a RuleBase from several URLS, merging them and using the specified ConflictResolver |
static RuleBase |
RuleBaseLoader.loadFromUrl(URL url,
ConflictResolver resolver)
Loads a RuleBase from a URL using the given ConflictResolver |
Uses of RuleBase in org.drools.reteoo |
---|
Classes in org.drools.reteoo that implement RuleBase | |
---|---|
(package private) class |
RuleBaseImpl
Implementation of RuleBase . |
Methods in org.drools.reteoo that return RuleBase | |
---|---|
RuleBase |
Builder.buildRuleBase()
Build the RuleBase . |
RuleBase |
WorkingMemoryImpl.getRuleBase()
|
Methods in org.drools.reteoo with parameters of type RuleBase | |
---|---|
void |
ReteooPrintDumpVisitor.visitRuleBase(RuleBase ruleBase)
|
Constructors in org.drools.reteoo with parameters of type RuleBase | |
---|---|
Dumper(RuleBase ruleBase)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |