|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hops.dm.tad.constantsdef.polarity
public class polarity
negative --> not actionlevel positive --> agree actionlevel interrogative --> ask actionlevel nop --> indeterminate
actionlevel,
Serialized Form| Field Summary | |
|---|---|
static polarity |
interrogative
ask of the actionlevel |
static polarity |
negative
negation of the actionlevel |
static polarity |
nop
not known |
static polarity |
positive
afirmation of the actionlevel |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one. |
boolean |
equalsTo(polarity _t)
Indicates whether a polarity is "equal to" this one. |
boolean |
equalsTo(java.lang.String _t)
Indicates whether the polarity represented by the String _t is "equal to" this one. |
int |
hashCode()
|
static polarity |
toObject(java.lang.String _s)
returns the polarity representation of the String _s |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final polarity negative
public static final polarity positive
public static final polarity interrogative
public static final polarity nop
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equalsTo(polarity _t)
public boolean equalsTo(java.lang.String _t)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic static polarity toObject(java.lang.String _s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||