|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kaos.ontology.repository.PropertyDescription
public class PropertyDescription
this class describes an ontology class property, along with its type. $Revision: 1.1 $
Constructor Summary | |
---|---|
PropertyDescription(java.lang.String propertyName,
java.lang.String rangeClassName)
|
Method Summary | |
---|---|
java.lang.String |
getPropertyName()
Gets the ontology originated name of this property. |
java.lang.String |
getPropertyRangeClassName()
Get the name of the range class. |
boolean |
isAttributeRelatedProperty()
Check if Attribte related property information |
boolean |
isDatatypeProperty()
Check if Datatype property |
void |
setAttributeRelatedProperty()
Sets Attribte related property information |
void |
setDatatypeProperty()
Sets Datatype property |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyDescription(java.lang.String propertyName, java.lang.String rangeClassName)
Method Detail |
---|
public java.lang.String getPropertyName()
public java.lang.String getPropertyRangeClassName()
public void setDatatypeProperty()
public boolean isDatatypeProperty()
public void setAttributeRelatedProperty()
public boolean isAttributeRelatedProperty()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |