Class IntGenotypeFieldAccessors.PLAccessor
- java.lang.Object
-
- htsjdk.variant.variantcontext.writer.IntGenotypeFieldAccessors.Accessor
-
- htsjdk.variant.variantcontext.writer.IntGenotypeFieldAccessors.PLAccessor
-
- Enclosing class:
- IntGenotypeFieldAccessors
public static class IntGenotypeFieldAccessors.PLAccessor extends IntGenotypeFieldAccessors.Accessor
-
-
Constructor Summary
Constructors Constructor Description PLAccessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
getValues(Genotype g)
-
Methods inherited from class htsjdk.variant.variantcontext.writer.IntGenotypeFieldAccessors.Accessor
getSize
-
-
-
-
Method Detail
-
getValues
public int[] getValues(Genotype g)
- Specified by:
getValues
in classIntGenotypeFieldAccessors.Accessor
-
-