Package org.mcisb.tracking

Examples of org.mcisb.tracking.Plate


                  plasmids.add(temporaryPlasmid);
                  }
                 
              }
             
              final Plate plate = (Plate)plates.get( Integer.valueOf( elements[ columnNames.indexOf( BLOCK ) ] ) );
              plate.setValueAt( new Spot( new SpotReading( plasmids, plasmids ) ), Integer.parseInt( elements[ columnNames.indexOf( ROW ) ] ) - 1, Integer.parseInt( elements[ columnNames.indexOf( COLUMN ) ] ) - 1 );
            }
          }
          else
          {
            columnNames = Arrays.asList( elements );
View Full Code Here

TOP

Related Classes of org.mcisb.tracking.Plate

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.