Uses of Interface
org.drools.smf.SemanticModule

Packages that use SemanticModule
org.drools.io Semantic-module and rule-sets readers and writers. 
org.drools.smf Semantics Management Framework. 
org.drools.tags.rule Tag library for assembling rules. 
 

Uses of SemanticModule in org.drools.io
 

Methods in org.drools.io that return SemanticModule
 SemanticModule SemanticsLoader.load(java.lang.String packageName)
          Load a SemanticModule deifnition from a URL.
 

Uses of SemanticModule in org.drools.smf
 

Classes in org.drools.smf that implement SemanticModule
 class SimpleSemanticModule
          Simple implementation of a Semantic Module.
 

Methods in org.drools.smf that return SemanticModule
 SemanticModule SimpleSemanticsRepository.lookupSemanticModule(java.lang.String uri)
          Lookup a SemanticModule by URI.
 SemanticModule SemanticsRepository.lookupSemanticModule(java.lang.String uri)
          Lookup a SemanticModule by URI.
 

Methods in org.drools.smf with parameters of type SemanticModule
 void SimpleSemanticsRepository.registerSemanticModule(SemanticModule module)
          Register a SemanticModule with a URI.
 void SemanticsRepository.registerSemanticModule(SemanticModule module)
          Register a SemanticModule by a URI.
 

Uses of SemanticModule in org.drools.tags.rule
 

Methods in org.drools.tags.rule that return SemanticModule
protected  SemanticModule SemanticsTag.getSemanticModule()
          Retrieve the SemanticModule.
 



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