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 Objectget(String name)booleanhas(String name)voidset(String name, Object value)
-
-
-
Constructor Detail
-
GenotypeJEXLContext
public GenotypeJEXLContext(VariantContext vc, Genotype g)
-
-
Method Detail
-
get
public Object get(String name)
- Specified by:
getin interfaceorg.apache.commons.jexl2.JexlContext
-
has
public boolean has(String name)
- Specified by:
hasin interfaceorg.apache.commons.jexl2.JexlContext
-
set
public void set(String name, Object value)
- Specified by:
setin interfaceorg.apache.commons.jexl2.JexlContext- Throws:
UnsupportedOperationException
-
-