Package adams.db
Interface SampleIDRegExpSupporter
-
- All Known Implementing Classes:
SpectrumIDConditions
public interface SampleIDRegExpSupporterInterface for condition classes that support regular expressions for the Sample ID.- Version:
- $Revision: 11831 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description adams.core.base.BaseRegExpgetSampleIDRegExp()Returns the regular expression to use on the sample ID.voidsetSampleIDRegExp(adams.core.base.BaseRegExp value)Sets the regular expression to use on the sample ID.
-
-
-
Method Detail
-
setSampleIDRegExp
void setSampleIDRegExp(adams.core.base.BaseRegExp value)
Sets the regular expression to use on the sample ID.- Parameters:
value- the regular expression
-
getSampleIDRegExp
adams.core.base.BaseRegExp getSampleIDRegExp()
Returns the regular expression to use on the sample ID.- Returns:
- the regular expression
-
-