|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hops.dm.tad.term
public class term
This class is used for expressing conditions over the actions. This is a term of a conditions, composed by the base (stack name) and an prop (attribute name and value)
condition| Field Summary | |
|---|---|
java.lang.String |
base
stack that should contain the condition |
attrval |
prop
attribute |
| Constructor Summary | |
|---|---|
term()
Creates a new instance of term |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one. |
boolean |
equalsTo(term _t)
Indicates whether a condition is "equal to" this one. |
int |
hashCode()
|
boolean |
is_empty()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String base
public attrval prop
| Constructor Detail |
|---|
public term()
| 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(term _t)
public java.lang.Object clone()
clone in class java.lang.Objectpublic boolean is_empty()
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 | ||||||||