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
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionTruthAndCallStates
(GenotypeConcordanceStates.TruthState truthState, GenotypeConcordanceStates.CallState callState) -
Method Summary
-
Field Details
-
truthState
-
callState
-
-
Constructor Details
-
TruthAndCallStates
public TruthAndCallStates(GenotypeConcordanceStates.TruthState truthState, GenotypeConcordanceStates.CallState callState)
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<GenotypeConcordanceStates.TruthAndCallStates>
-