endrov.windowPlateAnalysis
Class MultiWellPlateIndex

java.lang.Object
  extended by endrov.windowPlateAnalysis.MultiWellPlateIndex

public class MultiWellPlateIndex
extends java.lang.Object

Index of a well when using structured multi-well formats


Field Summary
 int indexLetter
           
 int indexNumber
           
 
Constructor Summary
MultiWellPlateIndex(int indexNumber, int indexLetter)
           
 
Method Summary
static MultiWellPlateIndex parse(java.lang.String n)
          Parse a well name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

indexNumber

public int indexNumber

indexLetter

public int indexLetter
Constructor Detail

MultiWellPlateIndex

public MultiWellPlateIndex(int indexNumber,
                           int indexLetter)
Method Detail

parse

public static MultiWellPlateIndex parse(java.lang.String n)
Parse a well name. Returns null if it fails