Package | Description |
---|---|
org.drools.core |
This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory
|
org.drools.core.reteoo | |
org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
org.drools.core.spi |
Modifier and Type | Class and Description |
---|---|
class |
FactException
Base exception indicating an error in manipulating facts.
|
class |
IntegrationException |
class |
PackageIntegrationException
Indicates an error integrating a
Package into a
RuleBase . |
class |
ProcessIntegrationException
Indicates an error integrating a
Process or Package
into a RuleBase . |
class |
RuleIntegrationException
Indicates an error integrating a
Rule or Package
into a RuleBase . |
class |
WorkItemHandlerNotFoundException |
Modifier and Type | Method and Description |
---|---|
Object |
FactTemplateTypeConf.getShadow(Object fact) |
Modifier and Type | Class and Description |
---|---|
class |
DuplicateRuleNameException
Indicates an attempt to add a
Rule to a Package
that already contains a Rule with the same name. |
class |
InvalidPatternException |
class |
InvalidRuleException
Indicates an error regarding the semantic validity of a rule.
|
class |
NoConsequenceException
Validity exception indicating that a
Rule does not contain a
Consequence s. |
class |
RuleConstructionException
Base exception for errors during
Rule construction. |
Modifier and Type | Method and Description |
---|---|
Collection<Object> |
Collect.instantiateResultObject(InternalWorkingMemory wm) |
void |
JavaDialectRuntimeData.reload()
This class drops the classLoader and reloads it.
|
boolean |
JavaDialectRuntimeData.remove(String resourceName) |
void |
JavaDialectRuntimeData.write(String resourceName,
byte[] clazzData) |
Modifier and Type | Class and Description |
---|---|
class |
ConsequenceException
Indicates an error during a
Consequence invocation. |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.