|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
void |
addSegment(int start,
int end,
String name)
add a segment to this feature |
void |
addSegment(Segment s)
|
Object |
clone()
|
boolean |
equals(Feature feat)
test if two features are equivalent |
String |
getLink()
|
String |
getMethod()
|
String |
getName()
|
String |
getNote()
|
String |
getScore()
|
List |
getSegments()
|
String |
getSource()
|
String |
getType()
|
boolean |
overlaps(int seqPosition)
returns true if the specified sequence position is within the range of this Feature |
void |
setLink(String lnk)
|
void |
setMethod(String methd)
|
void |
setName(String nam)
|
void |
setNote(String nte)
|
void |
setScore(String score)
|
void |
setSource(String s)
|
void |
setType(String typ)
|
String |
toString()
|
| Method Detail |
public Object clone()
public boolean overlaps(int seqPosition)
seqPosition - the position to check
public String toString()
public void setSource(String s)
public String getSource()
public void setName(String nam)
public String getName()
public void setMethod(String methd)
public String getMethod()
public void setType(String typ)
public String getType()
public void setNote(String nte)
public String getNote()
public void setLink(String lnk)
public String getLink()
public void setScore(String score)
public String getScore()
public boolean equals(Feature feat)
feat - feature to compare with
public void addSegment(int start,
int end,
String name)
start - positionend - positionname - of featurepublic void addSegment(Segment s)
public List getSegments()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||