Package org.biojava.bio.seq.io.agave
Class AGAVEMatchRegion
- java.lang.Object
-
- org.biojava.bio.seq.io.agave.AGAVEMatchRegion
-
public class AGAVEMatchRegion extends Object
match_region- Author:
- Hanning Ni Doubletwist Inc, Greg Cox
-
-
Constructor Summary
Constructors Constructor Description AGAVEMatchRegion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AGAVEDbId
getDbId()
String
getElementId()
int
getEnd()
int
getStart()
void
setDbId(AGAVEDbId id)
void
setElementId(String id)
void
setEnd(int end)
void
setStart(int start)
String
toString()
String
toString(String indent, String indent_unit)
-
-
-
Constructor Detail
-
AGAVEMatchRegion
public AGAVEMatchRegion()
-
-
Method Detail
-
setStart
public void setStart(int start)
-
setEnd
public void setEnd(int end)
-
setElementId
public void setElementId(String id)
-
getStart
public int getStart()
-
getEnd
public int getEnd()
-
getElementId
public String getElementId()
-
-