Uses of Interface
org.drools.base.rule.RuleComponent
-
Packages that use RuleComponent Package Description org.drools.base.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.org.drools.base.rule.accessor org.drools.base.rule.consequence org.drools.base.rule.constraint org.drools.base.time.impl -
-
Uses of RuleComponent in org.drools.base.rule
Subinterfaces of RuleComponent in org.drools.base.rule Modifier and Type Interface Description interfaceBehaviorinterfaceIndexableConstraintinterfaceIntervalProviderConstraintinterfacePatternSourceA markup interface for pattern source elementsinterfaceRuleConditionElementClasses in org.drools.base.rule that implement RuleComponent Modifier and Type Class Description classAccumulateA class to represent the Accumulate CEclassAsyncReceiveclassAsyncSendclassCollectclassConditionalBranchclassConditionalElementclassEntryPointIdThis class defines a Rete "Entry Point".classEvalConditionclassForallThe forall conditional element.classFromclassGroupElementclassMultiAccumulateclassMutableTypeConstraintA base class for constraintsclassNamedConsequenceclassPatternclassPredicateConstraintA predicate can be written as a top level constraint or be nested inside inside a field constraint (and as so, must implement the Restriction interface).classQueryElementclassSingleAccumulateclassWindowReferenceThis class defines a reference to a declared windowstatic classXpathBackReference.RelativePattern -
Uses of RuleComponent in org.drools.base.rule.accessor
Subinterfaces of RuleComponent in org.drools.base.rule.accessor Modifier and Type Interface Description interfaceAccumulatorAccumulator Created: 04/06/2006interfaceCompiledInvokerThis interface is used by semantic modules that are compiled to bytecode.interfaceEvalExpressioninterfaceInvokerinterfacePredicateExpressioninterfaceReturnValueExpression -
Uses of RuleComponent in org.drools.base.rule.consequence
Subinterfaces of RuleComponent in org.drools.base.rule.consequence Modifier and Type Interface Description interfaceConsequence<T extends ConsequenceContext>Consequence to be fired upon successful match of aRule. -
Uses of RuleComponent in org.drools.base.rule.constraint
Subinterfaces of RuleComponent in org.drools.base.rule.constraint Modifier and Type Interface Description interfaceAlphaNodeFieldConstraintinterfaceBetaNodeFieldConstraintinterfaceConstraintClasses in org.drools.base.rule.constraint that implement RuleComponent Modifier and Type Class Description classNegConstraintclassQueryNameConstraintclassXpathConstraint -
Uses of RuleComponent in org.drools.base.time.impl
Subinterfaces of RuleComponent in org.drools.base.time.impl Modifier and Type Interface Description interfaceTimer
-