|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--AFLPcore.Operation | +--AFLPcore.GelOperation
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 |
public GelOperation()
Method Detail |
public abstract void doGelOp(Gel gel)
gel
- the gel to prefrom the operation on
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |