|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SemanticModule
Collection of entities forming a semantic module.
org.drools.spi
Field Summary | |
---|---|
static SemanticModule[] |
EMPTY_ARRAY
Empty SemanticModule array. |
Field Detail |
---|
static final SemanticModule[] EMPTY_ARRAY
SemanticModule
array.
Method Detail |
---|
String getUri()
String getType(String name)
RuleFactory getRuleFactory(String name)
Set getRuleFactoryNames()
ObjectTypeFactory getObjectTypeFactory(String name)
name
- the name.
null
if none is
bound to the name.Set getObjectTypeFactoryNames()
ConditionFactory getConditionFactory(String name)
name
- the name.
null
if none is
bound to the name.Set getConditionFactoryNames()
ConsequenceFactory getConsequenceFactory(String name)
name
- the name.
null
if none is
bound to the name.Set getConsequenceFactoryNames()
DurationFactory getDurationFactory(String name)
Set getDurationFactoryNames()
void addImportEntryFactory(String name, ImportEntryFactory factory)
ImportEntryFactory getImportEntryFactory(String name)
Set getImportEntryFactoryNames()
void addApplicationDataFactory(String name, ApplicationDataFactory factory)
ApplicationDataFactory getApplicationDataFactory(String name)
Set getApplicationDataFactoryNames()
FunctionsFactory getFunctionsFactory(String name)
Set getFunctionsFactoryNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |