kaos.core.csi.query.data
Class ActionPropertyDescription

java.lang.Object
  extended by kaos.core.csi.query.data.OntClassPropertyDescription
      extended by kaos.core.csi.query.data.ActionPropertyDescription
All Implemented Interfaces:
java.io.Serializable

public class ActionPropertyDescription
extends OntClassPropertyDescription

Contains information describing a restriction of a subproperty of the ontology class $Revision: 1.3 $

See Also:
Serialized Form

Field Summary
static java.lang.String ADDITIONAL_ACTION_PROPERTY
           
 
Fields inherited from class kaos.core.csi.query.data.OntClassPropertyDescription
_relationToClass, MAIN_PROPERTY, SECONDARY_PROPERTY
 
Constructor Summary
ActionPropertyDescription(OntClassPropertyDescription ontPropertyInfo)
           
ActionPropertyDescription(java.lang.String _targetRoleName, java.lang.String _targetClassName)
           
 
Method Summary
 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.
 void setRelationToActionProperty(java.lang.String myValue)
          Sets Relation to Action property information
 
Methods inherited from class kaos.core.csi.query.data.OntClassPropertyDescription
addInstance, addInstanceDescription, addMultipleInstances, addSubpropertyNames, getAllInstances, getAllSubpropertyNames, getInstanceDescription, getParentRangeName, getPropertyName, getRangeClassDesc, getRangeName, getRangeRestrictionType, getRelationToActionProperty, getSchema, getSchemaParser, isComplement, isDatatypeProperty, isFunctionalProperty, isInstancePresent, isSchemaSet, isSubpropertyPresent, removeAllInstanceDescriptions, removeAllInstances, removeInstance, removeInstanceDescription, removeMultipleInstances, setComplement, setDatatypeProperty, setFunctionalProperty, setMultipleInstances, setParentRangeName, setRangeClassDesc, setRangeName, setRangeRestrictionType, setSchema, toString, updateInstances, updateSubpropertyNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ADDITIONAL_ACTION_PROPERTY

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

ActionPropertyDescription

public ActionPropertyDescription(OntClassPropertyDescription ontPropertyInfo)

ActionPropertyDescription

public ActionPropertyDescription(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.


setRelationToActionProperty

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

Overrides:
setRelationToActionProperty in class OntClassPropertyDescription


Copyright © 2006 IHMC All Rights Reserved.