|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OntObject
Superclass of OntClass etc.
Method Summary | |
---|---|
void |
addDescription(java.lang.String des)
Add a description, comment, etc. |
void |
deleteDescription(java.lang.String des)
Delete a description. |
java.util.Iterator |
getAllDescriptions()
Get all the descriptions. |
java.lang.String |
getDescription()
Get the first description. |
ObjectId |
getID()
get the uri of this object |
java.lang.String |
getLabel()
Get the label. |
Ontology |
getOntology()
get the ontology that this object belongs to |
Document |
getSource()
Get the source document. |
void |
setID(ObjectId id)
set the uri of this object |
void |
setLabel(java.lang.String label)
Set the label. |
void |
setOntology(Ontology o)
set the ontology that this object belongs to |
void |
setSource(Document d)
Set the source document. |
Method Detail |
---|
ObjectId getID()
void setID(ObjectId id)
void setOntology(Ontology o)
Ontology getOntology()
void setSource(Document d)
Document getSource()
java.lang.String getDescription()
java.util.Iterator getAllDescriptions()
void addDescription(java.lang.String des)
void deleteDescription(java.lang.String des)
java.lang.String getLabel()
void setLabel(java.lang.String label)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |