Class GenotypeJEXLContext

java.lang.Object
htsjdk.variant.variantcontext.GenotypeJEXLContext
All Implemented Interfaces:
org.apache.commons.jexl2.JexlContext

public class GenotypeJEXLContext extends Object
  • Constructor Details

  • Method Details

    • get

      public Object get(String name)
      Specified by:
      get in interface org.apache.commons.jexl2.JexlContext
    • has

      public boolean has(String name)
      Specified by:
      has in interface org.apache.commons.jexl2.JexlContext
    • set

      public void set(String name, Object value)
      Specified by:
      set in interface org.apache.commons.jexl2.JexlContext
      Throws:
      UnsupportedOperationException