public class RetentionIndexMatcher extends AMetabolitePredicate
| Constructor and Description |
|---|
RetentionIndexMatcher() |
| Modifier and Type | Method and Description |
|---|---|
AMetabolitePredicate |
copy() |
Comparator<Tuple2D<Double,IMetabolite>> |
getComparator() |
AMetabolitePredicate |
getDelegate() |
double |
getRetentionIndex() |
TreeSet<Tuple2D<Double,IMetabolite>> |
getScoreMap() |
double |
getScoreThreshold() |
double |
getWindow() |
boolean |
match(IMetabolite et) |
void |
setDelegate(AMetabolitePredicate delegate) |
void |
setRetentionIndex(double retentionIndex) |
void |
setScoreThreshold(double scoreThreshold) |
void |
setWindow(double threshold) |
filterMaskedMasses, getCache, getMaskedMasses, getMaxHits, getMetabolites, getScan, getSpectrum, setMaskedMasses, setMaxHits, setScan, toStringpublic AMetabolitePredicate getDelegate()
public void setDelegate(AMetabolitePredicate delegate)
public double getRetentionIndex()
public void setRetentionIndex(double retentionIndex)
public double getScoreThreshold()
getScoreThreshold in class AMetabolitePredicatepublic void setScoreThreshold(double scoreThreshold)
setScoreThreshold in class AMetabolitePredicatepublic TreeSet<Tuple2D<Double,IMetabolite>> getScoreMap()
getScoreMap in class AMetabolitePredicatepublic double getWindow()
public void setWindow(double threshold)
public AMetabolitePredicate copy()
copy in class AMetabolitePredicatepublic boolean match(IMetabolite et)
match in interface IMatchPredicate<IMetabolite>match in class com.db4o.query.Predicate<IMetabolite>public Comparator<Tuple2D<Double,IMetabolite>> getComparator()
getComparator in class AMetabolitePredicateCopyright © 2007-2013. All Rights Reserved.