|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.kernel.fba.proc.FbaProcess<F,InitialPointComputer.Results>
sbrt.kernel.fba.proc.InitialPointGenerator<F>
F
- the fluxome type.public final class InitialPointGenerator<F extends Fluxome>
This class is used to execute initial point generators. Initial points are required for random flux vector processes.
CdHarFluxVectorProcess
Constructor Summary | |
---|---|
InitialPointGenerator(InitialPointComputer<F> computer)
Constructs a new initial point process. |
Method Summary | |
---|---|
F |
getFluxome()
Returns the fluxome used in this initial point process. |
void |
run(ResultsManager<InitialPointComputer.Results> resultsManager)
Generates an initial point and adds it to the provided results manager. |
Methods inherited from class sbrt.kernel.fba.proc.FbaProcess |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InitialPointGenerator(InitialPointComputer<F> computer)
computer
- the computer with which initial points will be computed.Method Detail |
---|
public F getFluxome()
getFluxome
in class FbaProcess<F extends Fluxome,InitialPointComputer.Results>
public void run(ResultsManager<InitialPointComputer.Results> resultsManager)
resultsManager
- the results manager to which the initial point
will be added.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |