public static class GenotypeConcordanceStates.TruthAndCallStates extends java.lang.Object implements java.lang.Comparable<GenotypeConcordanceStates.TruthAndCallStates>
| Modifier and Type | Field and Description |
|---|---|
GenotypeConcordanceStates.CallState |
callState |
GenotypeConcordanceStates.TruthState |
truthState |
| Constructor and Description |
|---|
TruthAndCallStates(GenotypeConcordanceStates.TruthState truthState,
GenotypeConcordanceStates.CallState callState) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(GenotypeConcordanceStates.TruthAndCallStates that) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public final GenotypeConcordanceStates.TruthState truthState
public final GenotypeConcordanceStates.CallState callState
public TruthAndCallStates(GenotypeConcordanceStates.TruthState truthState, GenotypeConcordanceStates.CallState callState)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(GenotypeConcordanceStates.TruthAndCallStates that)
compareTo in interface java.lang.Comparable<GenotypeConcordanceStates.TruthAndCallStates>