org.molgenis.ngs.decorators
Class ValidateFlowcellValue<E extends Flowcell>
java.lang.Object
org.molgenis.ngs.decorators.ValidateFlowcellValue<E>
- Type Parameters:
E -
public class ValidateFlowcellValue<E extends Flowcell>
- extends Object
Generic decorator for NGS values. Used to alert the user when values do not
met certain criteria.
- Version:
- 0.1.0.0
- Author:
- Marcel Burger
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidateFlowcellValue
public ValidateFlowcellValue(String flowcellName,
String run)
showMessage
public void showMessage(String message)
checkFlowcellName
public void checkFlowcellName(String flowcellName)
checkRunNr
public void checkRunNr(String run)
Copyright © 2013. All Rights Reserved.