net.sf.basedb.util.overview.validator
Class SampleValidator
java.lang.Object
net.sf.basedb.util.overview.validator.BasicNodeValidator<I>
net.sf.basedb.util.overview.validator.NameableNodeValidator<Sample>
net.sf.basedb.util.overview.validator.SampleValidator
- All Implemented Interfaces:
- NodeValidator<Sample>
public class SampleValidator
- extends NameableNodeValidator<Sample>
Validator implementation for sample. Validation rules:
- Version:
- 2.10
- Author:
- Nicklas
- Last modified
- $Date: 2009-02-16 20:29:47 +0100 (Mon, 16 Feb 2009) $
Method Summary |
protected Fix |
getMissingItemFix(Node parentNode)
The suggested fix is to add a parent sample to the extract
or one or more samples to the pooled sample. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SampleValidator
public SampleValidator()
getMissingItemFix
protected Fix getMissingItemFix(Node parentNode)
- The suggested fix is to add a parent sample to the extract
or one or more samples to the pooled sample.
- Specified by:
getMissingItemFix
in class BasicNodeValidator<Sample>