public abstract class BinaryInteractionVariantAbstract extends Object implements BinaryInteractionVariant
| Constructor and Description |
|---|
BinaryInteractionVariantAbstract(String name,
String chr,
int pos,
Allele refAllele,
Allele altAllele) |
| Modifier and Type | Method and Description |
|---|---|
Allele |
getAltAllele() |
String |
getChr() |
String |
getName() |
int |
getPos() |
Allele |
getRefAllele() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGeneCount, getGenePointers, getIndexOfGenePointerpublic String getName()
getName in interface BinaryInteractionVariantpublic String getChr()
getChr in interface BinaryInteractionVariantpublic int getPos()
getPos in interface BinaryInteractionVariantpublic Allele getRefAllele()
getRefAllele in interface BinaryInteractionVariantpublic Allele getAltAllele()
getAltAllele in interface BinaryInteractionVariantCopyright © 2015. All Rights Reserved.