|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--AFLPcore.Operation | +--AFLPcore.LaneOperation
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
.
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 |
public LaneOperation()
Method Detail |
public abstract void doLaneOp(DataList lanes)
lanes
- the lanes to use
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |