|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hops.dm.tad.action
public class action
Stores the action information of a move.
| Field Summary | |
|---|---|
actionset |
actionid
type of action |
icminf |
icm
feedback information |
attrval |
inf
attribute information |
icmmove |
moveicm
load or reraise plan |
term |
postcond
postcondition of the action ==> OR |
condition[] |
precond
preconditions of the action ==> OR |
| Constructor Summary | |
|---|---|
action()
Creates a new instance of action |
|
action(action _a)
Creates a new instance of action and copy the action input values |
|
| Method Summary | |
|---|---|
void |
addTerm(term t,
boolean newcond)
|
java.lang.Object |
clone()
Creates and returns a copy of this object. |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one. |
boolean |
equalsTo(action a)
Indicates whether a action is "equal to" this one. |
int |
hashCode()
|
boolean |
is_action()
Test if the action type is exequery |
boolean |
is_answering()
Test if the action type is answering |
boolean |
is_asking()
Test if the action type is asking or clarify |
boolean |
is_clarify()
Test if the action type is clarify |
boolean |
is_empty()
Tests if this object has no values |
boolean |
is_paginating()
Test if the action type is pagination |
java.lang.String |
toFriendString()
Returns a string representation of the object. |
java.lang.String |
toString()
Returns a string representation of the object. |
boolean |
unifiable(action b)
Test if the two actions are unifiables. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public actionset actionid
public icminf icm
public attrval inf
public icmmove moveicm
public condition[] precond
public term postcond
| Constructor Detail |
|---|
public action()
public action(action _a)
| Method Detail |
|---|
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic boolean equalsTo(action a)
public boolean is_empty()
public java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toFriendString()
public boolean is_clarify()
public boolean is_asking()
public boolean is_answering()
public boolean is_action()
public boolean is_paginating()
public boolean unifiable(action b)
public void addTerm(term t,
boolean newcond)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||