kaos.core.csi
Interface ActionInstanceDescription

All Superinterfaces:
java.lang.Cloneable, OntInstanceDescription
All Known Subinterfaces:
ObligationActionDescription, ViolatedObligationDescription

public interface ActionInstanceDescription
extends OntInstanceDescription

This interface contains methods allowing to create and investigate a description of an Action instance. $Revision: 1.4 $


Method Summary
 java.lang.String getActionClassName()
          Get the name of the class of action.
 java.lang.String getActor()
          Get the name of the actor.
 java.lang.String getConceptMappingName()
          Get the name of the concept mapping.
 java.lang.String getPropertyPopulatorKey()
           
 void setConceptMappingName(java.lang.String name)
          Set the name of the concept mapping.
 void setPropertyPopulatorKey(java.lang.String aKey)
           
 
Methods inherited from interface kaos.core.csi.OntInstanceDescription
addProperty, addProperty, addType, clone, getFirstType, getInstanceOntModel, getName, getNestedProperty, getProperties, getPropertiesMap, getProperty, getTypes, removeProperty, removeType
 

Method Detail

getActor

java.lang.String getActor()
Get the name of the actor.


getActionClassName

java.lang.String getActionClassName()
Get the name of the class of action.


setConceptMappingName

void setConceptMappingName(java.lang.String name)
Set the name of the concept mapping.

Parameters:
name - - the name of the concept mapping

getConceptMappingName

java.lang.String getConceptMappingName()
Get the name of the concept mapping.


setPropertyPopulatorKey

void setPropertyPopulatorKey(java.lang.String aKey)

getPropertyPopulatorKey

java.lang.String getPropertyPopulatorKey()


Copyright © 2006 IHMC All Rights Reserved.