edu.uchsc.ccp.iaa.matcher
Class MatchResult
java.lang.Object
edu.uchsc.ccp.iaa.matcher.MatchResult
public class MatchResult
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MATCH_RESULT_UNASSIGNED
public static final int MATCH_RESULT_UNASSIGNED
- See Also:
- Constant Field Values
NONTRIVIAL_MATCH
public static final int NONTRIVIAL_MATCH
- See Also:
- Constant Field Values
TRIVIAL_MATCH
public static final int TRIVIAL_MATCH
- See Also:
- Constant Field Values
NONTRIVIAL_NONMATCH
public static final int NONTRIVIAL_NONMATCH
- See Also:
- Constant Field Values
TRIVIAL_NONMATCH
public static final int TRIVIAL_NONMATCH
- See Also:
- Constant Field Values
MatchResult
public MatchResult()
getResult
public int getResult()
setResult
public void setResult(int result)