AFLPcore
Class GelOperation

java.lang.Object
  |
  +--AFLPcore.Operation
        |
        +--AFLPcore.GelOperation
Direct Known Subclasses:
PartialSigNorm, RawView, SignalNorm

public abstract class GelOperation
extends Operation

This is an abstract class that represents operations on a gel. No data is returned in the doGelOp method, but the gel itself can be modified.


Fields inherited from class AFLPcore.Operation
descript, helpFile, name, options
 
Constructor Summary
GelOperation()
           
 
Method Summary
abstract  void doGelOp(Gel gel)
          This performs some sort of operation on a gel.
 
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

GelOperation

public GelOperation()
Method Detail

doGelOp

public abstract void doGelOp(Gel gel)
This performs some sort of operation on a gel.
Parameters:
gel - the gel to prefrom the operation on