Modifier and Type | Field and Description |
---|---|
java.lang.String |
annotation |
Action |
srcAction |
Constructor and Description |
---|
AnnotatedAction() |
AnnotatedAction(Action srcAction,
java.lang.String annotation) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
actionName()
Returns the action name for this grounded action.
|
Action |
copy()
Returns a copy of this grounded action.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public Action srcAction
public java.lang.String annotation
public AnnotatedAction()
public AnnotatedAction(Action srcAction, java.lang.String annotation)
public java.lang.String actionName()
Action
actionName
in interface Action
public Action copy()
Action
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object