Comparable<GenotypeConcordanceStates.TruthAndCallStates>public static class GenotypeConcordanceStates.TruthAndCallStates extends Object implements Comparable<GenotypeConcordanceStates.TruthAndCallStates>
| Modifier and Type | Field | Description |
|---|---|---|
GenotypeConcordanceStates.CallState |
callState |
|
GenotypeConcordanceStates.TruthState |
truthState |
| Constructor | Description |
|---|---|
TruthAndCallStates(GenotypeConcordanceStates.TruthState truthState,
GenotypeConcordanceStates.CallState callState) |
| Modifier and Type | Method | 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>