|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SemanticComponent | |
org.drools.semantics.java | Java Semantic Module. |
org.drools.semantics.jelly | |
org.drools.smf | Semantics Management Framework. |
org.drools.spi | Semantic Provider Interface for extending rule semantics. |
Uses of SemanticComponent in org.drools.semantics.java |
Classes in org.drools.semantics.java that implement SemanticComponent | |
class |
BlockConsequence
Java block semantics Consequence . |
class |
ClassObjectType
Java class semantics ObjectType . |
class |
ExprCondition
Java expression semantics Condition . |
class |
ExprExtractor
Java expression semantics Extractor . |
Uses of SemanticComponent in org.drools.semantics.jelly |
Classes in org.drools.semantics.jelly that implement SemanticComponent | |
class |
JellyConsequence
Jelly-script semantics Consequence . |
Uses of SemanticComponent in org.drools.smf |
Subinterfaces of SemanticComponent in org.drools.smf | |
interface |
ConfigurableCondition
Configurable Condition . |
interface |
ConfigurableConsequence
Configurable Consequence . |
interface |
ConfigurableExtractor
Configurable Extractor . |
interface |
ConfigurableObjectType
Configurable ObjectType . |
Uses of SemanticComponent in org.drools.spi |
Subinterfaces of SemanticComponent in org.drools.spi | |
interface |
Action
Action to be executed upon successful match of a Rule . |
interface |
Condition
A Condition that filters facts. |
interface |
Consequence
Consequence to be fired upon successful match of a Rule . |
interface |
Extractor
Extracts new facts from existing facts. |
interface |
ObjectType
Semantic object type differentiator. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |