|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--AFLPcore.Operation | +--AFLPcore.BinOperation
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 |
public BinOperation()
Method Detail |
public abstract boolean isMultiBin()
public abstract void doBinOp(Bin bin)
bin
- the bin to usepublic abstract void doBinOp(DataList bins)
bins
- the bins in the gel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |