| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
edu.unika.aifb.daml.DAMLResourceImpl | +--edu.unika.aifb.daml.DAMLClassImpl
Fields inherited from class edu.unika.aifb.daml.DAMLResourceImpl |
_m, _o, _this, isCore |
Method Summary | |
void | addSubClassOf(DAMLClass theClass) Adds the provided class to the class's subClassOf collection. |
boolean | containsSubClassOf(Object theID) Looks for a super class in this class whose ID matches the provided ID. |
DAMLClass | getSubClassOf(Object theID) Looks for the provided super class in the class's subClassOf collection. |
DAMLClass[] | getSubClassOf() Accessor for the read only indexed bean property, "subClassOf" |
DAMLClass | lookupSubClassOf(Object theID) Looks for super classes of this class. |
void | removeSubClassOf(DAMLClass theClass) Removes the provided class from the class's subClassOf collection. |
Iterator | subClassOf() Provides an iterator for the all of the class's super classes. |
Iterator | subClassOf(DAMLResource aType) Looks for a super class in the subClassOf collection of this resource that is a particular type. |
Methods inherited from class edu.unika.aifb.daml.DAMLResourceImpl |
addProperty, containsProperty, getComment, getID, getLabel, getLocalName, getNamespace, getOntology, getProperties, getProperties, getProperty, getRDFResource, getType, getURI, lookupProperty, properties, properties, removeComment, removeProperty, setComment, setLabel, setType |
Method Detail |
public void addSubClassOf(DAMLClass theClass)
public boolean containsSubClassOf(Object theID)
public DAMLClass getSubClassOf(Object theID)
public DAMLClass[] getSubClassOf()
public DAMLClass lookupSubClassOf(Object theID)
public void removeSubClassOf(DAMLClass theClass)
public Iterator subClassOf()
public Iterator subClassOf(DAMLResource aType)
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |