public static class GenotypeConcordanceStates.TruthAndCallStates extends Object implements 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(Object o) |
int |
hashCode() |
public final GenotypeConcordanceStates.TruthState truthState
public final GenotypeConcordanceStates.CallState callState
public TruthAndCallStates(GenotypeConcordanceStates.TruthState truthState, GenotypeConcordanceStates.CallState callState)
public int compareTo(GenotypeConcordanceStates.TruthAndCallStates that)
compareTo
in interface Comparable<GenotypeConcordanceStates.TruthAndCallStates>