Package picard.vcf
Class GenotypeConcordanceStates.TruthAndCallStates
- java.lang.Object
-
- picard.vcf.GenotypeConcordanceStates.TruthAndCallStates
-
- All Implemented Interfaces:
Comparable<GenotypeConcordanceStates.TruthAndCallStates>
- Enclosing class:
- GenotypeConcordanceStates
public static class GenotypeConcordanceStates.TruthAndCallStates extends Object implements Comparable<GenotypeConcordanceStates.TruthAndCallStates>
A minute class to store the truth and call state respectively.
-
-
Field Summary
Fields Modifier and Type Field Description GenotypeConcordanceStates.CallState
callState
GenotypeConcordanceStates.TruthState
truthState
-
Constructor Summary
Constructors Constructor Description TruthAndCallStates(GenotypeConcordanceStates.TruthState truthState, GenotypeConcordanceStates.CallState callState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(GenotypeConcordanceStates.TruthAndCallStates that)
boolean
equals(Object o)
int
hashCode()
-
-
-
Field Detail
-
truthState
public final GenotypeConcordanceStates.TruthState truthState
-
callState
public final GenotypeConcordanceStates.CallState callState
-
-
Constructor Detail
-
TruthAndCallStates
public TruthAndCallStates(GenotypeConcordanceStates.TruthState truthState, GenotypeConcordanceStates.CallState callState)
-
-
Method Detail
-
compareTo
public int compareTo(GenotypeConcordanceStates.TruthAndCallStates that)
- Specified by:
compareTo
in interfaceComparable<GenotypeConcordanceStates.TruthAndCallStates>
-
-