kaos.ontology.repository
Class TargetClassDescription

java.lang.Object
  extended by kaos.ontology.repository.TargetClassDescription
All Implemented Interfaces:
java.io.Serializable

public class TargetClassDescription
extends java.lang.Object
implements java.io.Serializable

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 $

See Also:
Serialized Form

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

MAIN_ACTION_PROPERTY

public static final java.lang.String MAIN_ACTION_PROPERTY
See Also:
Constant Field Values

SECONDARY_ACTION_PROPERTY

public static final java.lang.String SECONDARY_ACTION_PROPERTY
See Also:
Constant Field Values

ADDITIONAL_ACTION_PROPERTY

public static final java.lang.String ADDITIONAL_ACTION_PROPERTY
See Also:
Constant Field Values
Constructor Detail

TargetClassDescription

public TargetClassDescription(java.lang.String _targetRoleName,
                              java.lang.String _targetClassName)
Method Detail

getTargetRoleName

public java.lang.String getTargetRoleName()
Gets the ontology originated name of the role of this target. The default is performedOn.


getTargetClassName

public java.lang.String getTargetClassName()
Get the name of the target class.


setDatatypeProperty

public void setDatatypeProperty()
Sets Datatype property


isDatatypeProperty

public boolean isDatatypeProperty()
Check if Datatype property


setAttributeRelatedProperty

public void setAttributeRelatedProperty()
Sets Attribte related property information


isAttributeRelatedProperty

public boolean isAttributeRelatedProperty()
Check if Attribte related property information


setRelationToActionProperty

public void setRelationToActionProperty(java.lang.String myValue)
Sets Relation to Action property information


getRelationToActionProperty

public java.lang.String getRelationToActionProperty()
Gets Relation to Action property information