Uses of Interface
org.drools.spi.SemanticComponent

Packages that use SemanticComponent
org.drools.semantics.java Java Semantic Module. 
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.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.
 



Copyright © 2001-2002 The Werken Company. All Rights Reserved.