AFLPcore
Class LaneOperation

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

public abstract class LaneOperation
extends Operation

This is an abstract class that represents operations on a set of Lanes. For example, an operation may do something like normalize a lane or find the total signal strength of the lane. Operations of this type can be added to the LaneOpMgr.

See Also:
LaneOpMgr, FeatureList

Fields inherited from class AFLPcore.Operation
descript, helpFile, name, options
 
Constructor Summary
LaneOperation()
           
 
Method Summary
abstract  void doLaneOp(DataList lanes)
          This performs some sort of operation on a set of lanes.
 
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

LaneOperation

public LaneOperation()
Method Detail

doLaneOp

public abstract void doLaneOp(DataList lanes)
This performs some sort of operation on a set of lanes.
Parameters:
lanes - the lanes to use