|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kaos.ontology.repository.ActionClassDescription
public class ActionClassDescription
This class containes information describing an Action class. $Revision: 1.26 $
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 |
---|
public ActionClassDescription(java.lang.String _actionClassName, java.lang.String _actorClassName, java.util.Vector _targets)
public ActionClassDescription(java.lang.String _actionClassName, java.lang.String _actorClassName, OntologyInterfaces _myOntologyContext)
Method Detail |
---|
public void initiateTargets(OntologyInterfaces _myOntologyContext)
public java.lang.String getActionClassName()
public java.lang.String getActorClassName()
public java.util.Vector getTargets()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |