|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SemanticModule | |
org.drools.io | |
org.drools.smf |
Uses of SemanticModule in org.drools.io |
Methods in org.drools.io with parameters of type SemanticModule | |
protected void |
RuleSetReader.startRule(SemanticModule module,
java.lang.String localName,
org.xml.sax.Attributes attrs)
|
protected void |
RuleSetReader.startObjectType(SemanticModule module,
java.lang.String localName,
org.xml.sax.Attributes attrs)
Start an object-type. |
protected void |
RuleSetReader.endObjectType(SemanticModule module,
java.lang.String localName)
End object-type. |
protected void |
RuleSetReader.startExtraction(SemanticModule module,
java.lang.String localName,
org.xml.sax.Attributes attrs)
Start an extraction. |
protected void |
RuleSetReader.endExtraction(SemanticModule module,
java.lang.String localName)
End an extraction. |
protected void |
RuleSetReader.startCondition(SemanticModule module,
java.lang.String name,
org.xml.sax.Attributes attrs)
Start a condition. |
protected void |
RuleSetReader.endCondition(SemanticModule module,
java.lang.String localName)
End a condition. |
protected void |
RuleSetReader.startConsequence(SemanticModule module,
java.lang.String name,
org.xml.sax.Attributes attrs)
Start a consequence. |
protected void |
RuleSetReader.endConsequence(SemanticModule module,
java.lang.String localName)
End a consequence. |
Uses of SemanticModule in org.drools.smf |
Classes in org.drools.smf that implement SemanticModule | |
class |
SimpleSemanticModule
Simple implementation of a Semantic Module. |
Fields in org.drools.smf declared as SemanticModule | |
static SemanticModule[] |
SemanticModule.EMPTY_ARRAY
Empty SemanticModule array. |
Methods in org.drools.smf that return SemanticModule | |
SemanticModule |
SemanticsReader.read(java.net.URL url)
Read a semantic module descriptor from a URL . |
SemanticModule |
SemanticsReader.read(java.io.InputStream in)
Read a semantic module descriptor from an InputStream . |
SemanticModule |
SimpleSemanticsRepository.lookupSemanticModule(java.lang.String uri)
|
SemanticModule[] |
SimpleSemanticsRepository.getSemanticModules()
|
SemanticModule |
SemanticsRepository.lookupSemanticModule(java.lang.String uri)
Lookup a SemanticModule by URI. |
SemanticModule[] |
SemanticsRepository.getSemanticModules()
Retieve all SemanticModule s. |
SemanticModule |
DefaultSemanticsRepository.lookupSemanticModule(java.lang.String uri)
|
SemanticModule[] |
DefaultSemanticsRepository.getSemanticModules()
|
Methods in org.drools.smf with parameters of type SemanticModule | |
void |
SimpleSemanticsRepository.registerSemanticModule(SemanticModule module)
Register a SemanticModule with a URI. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |