org.hops.util
Class answer_coverage

java.lang.Object
  extended by org.hops.util.answer_coverage
All Implemented Interfaces:
java.io.Serializable

public class answer_coverage
extends java.lang.Object
implements java.io.Serializable

coverage constants

See Also:
Serialized Form

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

expected

public static final answer_coverage expected
system coverage


extended

public static final answer_coverage extended
user coverage

Method Detail

toString

public java.lang.String toString()
returns a string representation of the object.

Overrides:
toString in class java.lang.Object

equalsTo

public boolean equalsTo(answer_coverage _t)
Indicates whether a coverage is "equal to" this one.


equalsTo

public boolean equalsTo(java.lang.String _t)
Indicates whether the coverage represented by the String _t is "equal to" this one.


equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one.

Overrides:
equals in class java.lang.Object

toObject

public static answer_coverage toObject(java.lang.String _s)
returns the coverage representation of the String _s