|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kaos.ontology.repository.TargetClassDescription
public class TargetClassDescription
This class contains information describing a restriction of a subproperty of the action, which has as a range of a subclass of Target $Revision: 1.12 $
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 | |
---|---|
TargetClassDescription(java.lang.String _targetRoleName,
java.lang.String _targetClassName)
|
Method Summary | |
---|---|
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. |
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 |
void |
setRelationToActionProperty(java.lang.String myValue)
Sets Relation to Action property information |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, 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 TargetClassDescription(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 setRelationToActionProperty(java.lang.String myValue)
public java.lang.String getRelationToActionProperty()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |