org.molgenis.ngs.decorators
Class ValidateFlowcellValue<E extends Flowcell>

java.lang.Object
  extended by 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

Constructor Summary
ValidateFlowcellValue(String flowcellName, String run)
           
 
Method Summary
 void checkFlowcellName(String flowcellName)
           
 void checkRunNr(String run)
           
 void showMessage(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidateFlowcellValue

public ValidateFlowcellValue(String flowcellName,
                             String run)
Method Detail

showMessage

public void showMessage(String message)

checkFlowcellName

public void checkFlowcellName(String flowcellName)

checkRunNr

public void checkRunNr(String run)


Copyright © 2013. All Rights Reserved.