|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object peakml.Annotatable peakml.IPeak peakml.Peak
public abstract class Peak
Base-class for a single peak, which can either be a single data-point
(Centroid
), or a collection of data-points making up the peak
(Profile
). This class has been provided to enable type-binding to
either Centroid
or Profile
for classes like
MassChromatogram
and does not add additional properties to these
classes.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class peakml.IPeak |
---|
IPeak.AnnotationAscending, IPeak.AnnotationDescending, IPeak.MatchCompare<Type>, IPeak.RelationCompare<Type> |
Field Summary |
---|
Constructor Summary | |
---|---|
Peak()
|
Method Summary |
---|
Methods inherited from class peakml.IPeak |
---|
findRelatedPeaks, getBestPeakOnMass, getBestPeakOnRT, getIntensity, getMass, getMeasurementID, getPatternID, getRetentionTime, getScanID, getSignal, match, match, peaksOfMeasurements, setIntensity, setMass, setMeasurementID, setPatternID, setRetentionTime, setScanID, sha1, unpack |
Methods inherited from class peakml.Annotatable |
---|
addAnnotation, addAnnotation, addAnnotation, addAnnotation, addAnnotation, addAnnotations, getAnnotation, getAnnotations, removeAllAnnotations, removeAnnotation |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Peak()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |