public abstract class BinaryInteractionGeneAbstract extends Object implements BinaryInteractionGene
| Constructor and Description |
|---|
BinaryInteractionGeneAbstract(String name,
String chr,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChr() |
int |
getEnd() |
String |
getName() |
int |
getStart() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIndexOfVariantPointer, getVariantCount, getVariantPointerspublic String getName()
getName in interface BinaryInteractionGenepublic String getChr()
getChr in interface BinaryInteractionGenepublic int getStart()
getStart in interface BinaryInteractionGenepublic int getEnd()
getEnd in interface BinaryInteractionGeneCopyright © 2015. All Rights Reserved.