|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kaos.ontology.repository.TargetInstanceDescription
public class TargetInstanceDescription
This class contains information describing an instance of target of the action and its role within this action. $Revision: 1.10 $
Constructor Summary | |
---|---|
TargetInstanceDescription(java.lang.String targetRoleName,
java.lang.Object val)
|
Method Summary | |
---|---|
java.lang.String |
getTargetRoleName()
Gets the ontology originated name of the role of this target. |
java.lang.Object |
getTargetValue()
Get the value of the target. |
KAoSInstance |
getValueDescription()
Get the value of the target. |
void |
setValueDescription(KAoSInstance desc)
Get the value of the target. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TargetInstanceDescription(java.lang.String targetRoleName, java.lang.Object val)
Method Detail |
---|
public java.lang.String getTargetRoleName()
public java.lang.Object getTargetValue()
public KAoSInstance getValueDescription()
public void setValueDescription(KAoSInstance desc)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |