Package htsjdk.variant.variantcontext
Class GenotypeJEXLContext
- java.lang.Object
-
- htsjdk.variant.variantcontext.GenotypeJEXLContext
-
- All Implemented Interfaces:
org.apache.commons.jexl2.JexlContext
public class GenotypeJEXLContext extends Object
-
-
Constructor Summary
Constructors Constructor Description GenotypeJEXLContext(VariantContext vc, Genotype g)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
get(String name)
boolean
has(String name)
void
set(String name, Object value)
-
-
-
Constructor Detail
-
GenotypeJEXLContext
public GenotypeJEXLContext(VariantContext vc, Genotype g)
-
-
Method Detail
-
get
public Object get(String name)
- Specified by:
get
in interfaceorg.apache.commons.jexl2.JexlContext
-
has
public boolean has(String name)
- Specified by:
has
in interfaceorg.apache.commons.jexl2.JexlContext
-
set
public void set(String name, Object value)
- Specified by:
set
in interfaceorg.apache.commons.jexl2.JexlContext
- Throws:
UnsupportedOperationException
-
-