|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkaos.ontology.repository.OntClassPropertyDescription
public class OntClassPropertyDescription
Contains information describing a restriction of a subproperty of the ontology class $Revision: 1.1 $
Field Summary | |
---|---|
static java.lang.String |
ADDITIONAL_ACTION_PROPERTY
|
static java.lang.String |
MAIN_ACTION_PROPERTY
|
static java.lang.String |
SECONDARY_ACTION_PROPERTY
|
Constructor Summary | |
---|---|
OntClassPropertyDescription(java.lang.String _targetRoleName,
java.lang.String _targetClassName)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getRelationToActionProperty()
Gets Relation to Action property information |
java.lang.String |
getTargetClassName()
Get the name of the target class. |
java.lang.String |
getTargetRoleName()
Gets the ontology originated name of the role of this target. |
int |
hashCode()
|
boolean |
isAttributeRelatedProperty()
Check if Attribute related property information |
boolean |
isDatatypeProperty()
Check if Datatype property |
boolean |
isFunctionalProperty()
Check if functional property information |
void |
setAttributeRelatedProperty()
Sets Attribute related property information |
void |
setDatatypeProperty()
Sets Datatype property |
void |
setFunctionalProperty()
Sets functional property information |
void |
setRelationToActionProperty(java.lang.String myValue)
Sets Relation to Action property information |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String MAIN_ACTION_PROPERTY
public static final java.lang.String SECONDARY_ACTION_PROPERTY
public static final java.lang.String ADDITIONAL_ACTION_PROPERTY
Constructor Detail |
---|
public OntClassPropertyDescription(java.lang.String _targetRoleName, java.lang.String _targetClassName)
Method Detail |
---|
public java.lang.String getTargetRoleName()
public java.lang.String getTargetClassName()
public void setDatatypeProperty()
public boolean isDatatypeProperty()
public void setAttributeRelatedProperty()
public boolean isAttributeRelatedProperty()
public void setFunctionalProperty()
public boolean isFunctionalProperty()
public void setRelationToActionProperty(java.lang.String myValue)
public java.lang.String getRelationToActionProperty()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |