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 );