|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.kernel.fba.proc.FbaProcess<F,NetworkInfoProcess.Results<F>>
sbrt.kernel.fba.proc.NetworkInfoProcess<F>
F
- the fluxome type.public final class NetworkInfoProcess<F extends CatalyzedFluxome>
This class is used to gather basic information about a fluxome.
Nested Class Summary | |
---|---|
static class |
NetworkInfoProcess.Results<F extends CatalyzedFluxome>
This class is used to represent the information gathered about a fluxome. |
Constructor Summary | |
---|---|
NetworkInfoProcess(F fluxome)
Constructs a new network information gatherer process. |
Method Summary | |
---|---|
F |
getFluxome()
Returns the fluxome for which information is to be gathered. |
void |
run(ResultsManager<NetworkInfoProcess.Results<F>> resultsManager)
Adds the information gathered about the fluxome 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 NetworkInfoProcess(F fluxome)
fluxome
- the fluxome for which information will be gathered.Method Detail |
---|
public F getFluxome()
getFluxome
in class FbaProcess<F extends CatalyzedFluxome,NetworkInfoProcess.Results<F extends CatalyzedFluxome>>
public void run(ResultsManager<NetworkInfoProcess.Results<F>> resultsManager)
resultsManager
- the results manager to which the gathered
information will be added.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |