|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hops.util.answer_coverage
public class answer_coverage
coverage constants
Field Summary | |
---|---|
static answer_coverage |
expected
system coverage |
static answer_coverage |
extended
user coverage |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one. |
boolean |
equalsTo(answer_coverage _t)
Indicates whether a coverage is "equal to" this one. |
boolean |
equalsTo(java.lang.String _t)
Indicates whether the coverage represented by the String _t is "equal to" this one. |
static answer_coverage |
toObject(java.lang.String _s)
returns the coverage 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, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final answer_coverage expected
public static final answer_coverage extended
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equalsTo(answer_coverage _t)
public boolean equalsTo(java.lang.String _t)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public static answer_coverage toObject(java.lang.String _s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |