htsjdk.variant.variantcontext.writer
Class IntGenotypeFieldAccessors

java.lang.Object
  extended by htsjdk.variant.variantcontext.writer.IntGenotypeFieldAccessors

public class IntGenotypeFieldAccessors
extends java.lang.Object

A convenient way to provide a single view on the many int and int[] field values we work with, for writing out the values. This class makes writing out the inline AD, GQ, PL, DP fields easy and fast

Since:
6/12

Nested Class Summary
static class IntGenotypeFieldAccessors.Accessor
           
static class IntGenotypeFieldAccessors.ADAccessor
           
static class IntGenotypeFieldAccessors.DPAccessor
           
static class IntGenotypeFieldAccessors.GQAccessor
           
static class IntGenotypeFieldAccessors.PLAccessor
           
 
Constructor Summary
IntGenotypeFieldAccessors()
           
 
Method Summary
 IntGenotypeFieldAccessors.Accessor getAccessor(java.lang.String field)
          Return an accessor for field, or null if none exists
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntGenotypeFieldAccessors

public IntGenotypeFieldAccessors()
Method Detail

getAccessor

public IntGenotypeFieldAccessors.Accessor getAccessor(java.lang.String field)
Return an accessor for field, or null if none exists

Parameters:
field -
Returns: