|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.kernel.fba.proc.FbaProcess<F,R>
F
- the fluxome type.R
- the results type.public abstract class FbaProcess<F extends Fluxome,R>
This abstract class is used to represent Flux Balance Analysis processes.
Constructor Summary | |
---|---|
FbaProcess()
|
Method Summary | |
---|---|
abstract F |
getFluxome()
Returns the fluxome used in this process. |
java.lang.String |
toString()
Returns a string representation of this process. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface sbrt.kernel.KernelProcess |
---|
run |
Constructor Detail |
---|
public FbaProcess()
Method Detail |
---|
public abstract F getFluxome()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |