public class ActionExec
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private Literal |
action |
private java.lang.String |
failureMsg |
private Literal |
failureReason |
private Intention |
intention |
private boolean |
result |
Constructor and Description |
---|
ActionExec(Literal ac,
Intention i) |
Modifier and Type | Method and Description |
---|---|
protected ActionExec |
clone() |
boolean |
equals(java.lang.Object ao) |
Structure |
getActionTerm() |
org.w3c.dom.Element |
getAsDOM(org.w3c.dom.Document document)
get as XML
|
java.lang.String |
getFailureMsg() |
Literal |
getFailureReason() |
Intention |
getIntention() |
boolean |
getResult() |
int |
hashCode() |
void |
setFailureReason(Literal reason,
java.lang.String msg) |
void |
setResult(boolean ok) |
java.lang.String |
toString() |
private Literal action
private Intention intention
private boolean result
private Literal failureReason
private java.lang.String failureMsg
public boolean equals(java.lang.Object ao)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public Structure getActionTerm()
public Intention getIntention()
public boolean getResult()
public void setResult(boolean ok)
public void setFailureReason(Literal reason, java.lang.String msg)
public java.lang.String getFailureMsg()
public Literal getFailureReason()
public java.lang.String toString()
toString
in class java.lang.Object
protected ActionExec clone()
clone
in class java.lang.Object
public org.w3c.dom.Element getAsDOM(org.w3c.dom.Document document)