| |||||||||
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.DAMLPropertyImpl
Fields inherited from class edu.unika.aifb.daml.DAMLResourceImpl |
_m, _o, _this, isCore |
Method Summary | |
void | addSubPropertyOf(DAMLProperty theProperty) Adds the provided property to the property's subPropertyOf collection. |
boolean | containsSubPropertyOf(Object theID) Looks for a super property in this property whose ID matches the provided ID. |
DAMLResource | getObject() Getter method for this properties object resource. |
DAMLResource | getSubject() Getter method for this properties subject resource. |
DAMLProperty | getSubPropertyOf(Object theID) Looks for the provided super property in the property's subPropertyOf collection. |
DAMLProperty[] | getSubPropertyOf() Accessor for the read only indexed bean property, "subPropertyOf" |
DAMLProperty | lookupSubPropertyOf(Object theID) Looks for super properties of this property. |
boolean | pInstance() |
void | removeSubPropertyOf(DAMLProperty theProperty) Removes the provided property from the property's subPropertyOf collection. |
void | setObject(DAMLResource theObject) Setter method for this properties object resource. |
void | setSubject(DAMLResource theSubject) Setter method for this properties subject resource. |
Iterator | subPropertyOf() Provides a iterator for the all of the property's super properties. |
Iterator | subPropertyOf(DAMLResource aType) Looks for a super property in the subPropertyOf 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 addSubPropertyOf(DAMLProperty theProperty)
public boolean containsSubPropertyOf(Object theID)
public DAMLResource getObject()
public DAMLResource getSubject()
public DAMLProperty getSubPropertyOf(Object theID)
public DAMLProperty[] getSubPropertyOf()
public DAMLProperty lookupSubPropertyOf(Object theID)
public boolean pInstance()
public void removeSubPropertyOf(DAMLProperty theProperty)
public void setObject(DAMLResource theObject)
public void setSubject(DAMLResource theSubject)
public Iterator subPropertyOf()
public Iterator subPropertyOf(DAMLResource aType)
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |