kaos.ontology.repository
Class ActionClassDescription

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

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

This class containes information describing an Action class. $Revision: 1.26 $

See Also:
Serialized Form

Constructor Summary
ActionClassDescription(java.lang.String _actionClassName, java.lang.String _actorClassName, OntologyInterfaces _myOntologyContext)
           
ActionClassDescription(java.lang.String _actionClassName, java.lang.String _actorClassName, java.util.Vector _targets)
           
 
Method Summary
 java.lang.String getActionClassName()
          Get the name of the class of actions.
 java.lang.String getActorClassName()
          Get the classname of the actors which can perform the class of actions.
 java.util.Vector getTargets()
          Get TargetClassDescription(s) for this action.
 void initiateTargets(OntologyInterfaces _myOntologyContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionClassDescription

public ActionClassDescription(java.lang.String _actionClassName,
                              java.lang.String _actorClassName,
                              java.util.Vector _targets)

ActionClassDescription

public ActionClassDescription(java.lang.String _actionClassName,
                              java.lang.String _actorClassName,
                              OntologyInterfaces _myOntologyContext)
Method Detail

initiateTargets

public void initiateTargets(OntologyInterfaces _myOntologyContext)

getActionClassName

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


getActorClassName

public java.lang.String getActorClassName()
Get the classname of the actors which can perform the class of actions.


getTargets

public java.util.Vector getTargets()
Get TargetClassDescription(s) for this action.