| Package | Description |
|---|---|
| htsjdk.variant.variantcontext |
| Modifier and Type | Field and Description |
|---|---|
protected VariantContext.Type |
VariantContext.type
The type (cached for performance reasons) of this context
|
| Modifier and Type | Method and Description |
|---|---|
VariantContext.Type |
VariantContext.getType()
Determines (if necessary) and returns the type of this variation by examining the alleles it contains.
|
static VariantContext.Type |
VariantContext.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VariantContext.Type[] |
VariantContext.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|