public class RepetitiveSegmentAnnotation extends Object implements IAnnotation
| Constructor and Description |
|---|
RepetitiveSegmentAnnotation(SegmentInfo info,
List<TmHit> hits) |
RepetitiveSegmentAnnotation(SegmentInfo info,
Map<SegmentInfo,Float> map) |
| Modifier and Type | Method and Description |
|---|---|
SegmentInfo |
getInfo() |
Map<SegmentInfo,Float> |
getMap() |
void |
setInfo(SegmentInfo info) |
void |
setMap(Map<SegmentInfo,Float> map) |
String |
toString()
Gets a human readable representation of this annotation.
|
public RepetitiveSegmentAnnotation(SegmentInfo info, Map<SegmentInfo,Float> map)
public RepetitiveSegmentAnnotation(SegmentInfo info, List<TmHit> hits)
public Map<SegmentInfo,Float> getMap()
public void setMap(Map<SegmentInfo,Float> map)
public SegmentInfo getInfo()
public void setInfo(SegmentInfo info)
public String toString()
IAnnotationtoString in interface IAnnotationtoString in class ObjectCopyright © 2021. All rights reserved.