AFLPcore
Class BinOperation

java.lang.Object
  |
  +--AFLPcore.Operation
        |
        +--AFLPcore.BinOperation

public abstract class BinOperation
extends Operation

This is an abstract class that represents operations on a bin. Operations can be performed either on a set of bins or just a single bin.


Fields inherited from class AFLPcore.Operation
descript, helpFile, name, options
 
Constructor Summary
BinOperation()
           
 
Method Summary
abstract  void doBinOp(Bin bin)
          This performs some sort of operation on the bin.
abstract  void doBinOp(DataList bins)
          This performs some sort of operation on all of the bins
abstract  boolean isMultiBin()
          Tells wether the this operation supports a single bin, or a multi-bin operation.
 
Methods inherited from class AFLPcore.Operation
getDescription, getHelpFile, getName, getOptions, setOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinOperation

public BinOperation()
Method Detail

isMultiBin

public abstract boolean isMultiBin()
Tells wether the this operation supports a single bin, or a multi-bin operation.

doBinOp

public abstract void doBinOp(Bin bin)
This performs some sort of operation on the bin.
Parameters:
bin - the bin to use

doBinOp

public abstract void doBinOp(DataList bins)
This performs some sort of operation on all of the bins
Parameters:
bins - the bins in the gel