|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Collection of entities forming a semantic module.
Method Summary | |
java.lang.Class |
getCondition(java.lang.String name)
Retrieve a semantic condition by name. |
java.util.Set |
getConditionNames()
Retrieve the set of all condition names. |
java.lang.Class |
getConsequence(java.lang.String name)
Retrieve a semantic consequence by name. |
java.util.Set |
getConsequenceNames()
Retrieve the set of all consequence names. |
java.lang.Class |
getExtractor(java.lang.String name)
Retrieve a semantic extractor by name. |
java.util.Set |
getExtractorNames()
Retrieve the set of all object type names. |
java.lang.Class |
getObjectType(java.lang.String name)
Retrieve a semantic object type by name. |
java.util.Set |
getObjectTypeNames()
Retrieve the set of all object type names. |
java.lang.String |
getUri()
Retrieve the URI that identifies this semantic module. |
Method Detail |
public java.lang.String getUri()
public java.lang.Class getObjectType(java.lang.String name)
name
- the name.
null
if none is bound to the name.public java.util.Set getObjectTypeNames()
public java.lang.Class getCondition(java.lang.String name)
name
- the name.
null
if none is bound to the name.public java.util.Set getConditionNames()
public java.lang.Class getExtractor(java.lang.String name)
name
- the name.
null
if none is bound to the name.public java.util.Set getExtractorNames()
public java.lang.Class getConsequence(java.lang.String name)
name
- the name.
null
if none is bound to the name.public java.util.Set getConsequenceNames()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |