| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void | addSub(HierarchicalEntity e) Add a new sub entity (subClass or subRelation) Creation date: (09.07.2001 09:41:57) |
void | addSuper(HierarchicalEntity e) Add super entity _e_. |
HierarchicalEntity[] | getDirectSub() Insert the method's description here. |
HierarchicalEntity[] | getDirectSuper() Insert the method's description here. |
HierarchicalEntity[] | getSub() Insert the method's description here. |
HierarchicalEntity[] | getSuper() Insert the method's description here. |
boolean | isMySubEntity(HierarchicalEntity sub) Checks whether sub is a sub entity (is-a relationship) of this |
void | removeSub(HierarchicalEntity e) Insert the method's description here. |
void | removeSuper(HierarchicalEntity e) Insert the method's description here. |
Methods inherited from interface edu.unika.aifb.kaon.NamedEntity |
getDocumentation, getDocumentation, getLabel, getLabel, getStems, getSynonymsME, setDocumentation, setLabel, setStems, setSynonymsME |
Methods inherited from interface edu.unika.aifb.kaon.Entity |
getIdentifier, getOntology, setIdentifier, setOntology |
Methods inherited from interface edu.unika.aifb.kaon.ReferencedEntity |
getLexicalEntries |
Method Detail |
public void addSub(HierarchicalEntity e)
throws edu.unika.aifb.sitris.exception.CycleException,
org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException
public void addSuper(HierarchicalEntity e)
throws edu.unika.aifb.sitris.exception.CycleException,
org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException
public HierarchicalEntity[] getDirectSub()
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException
public HierarchicalEntity[] getDirectSuper()
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException
public HierarchicalEntity[] getSub()
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException
public HierarchicalEntity[] getSuper()
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException
public boolean isMySubEntity(HierarchicalEntity sub)
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException
public void removeSub(HierarchicalEntity e)
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException
public void removeSuper(HierarchicalEntity e)
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |