|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.kernel.fba.proc.FluxPlasticityProcess.Results
public static class FluxPlasticityProcess.Results
This class is used to represent the results of a flux plasticity process.
Method Summary | |
---|---|
int |
alwaysActive()
Returns the number of fluxes that are always active. |
UnmodifiableSet<java.lang.String> |
getAlwaysActive()
Returns the set of fluxes that are always active. |
UnmodifiableSet<java.lang.String> |
getNeverActive()
Returns the set of fluxes that are never active. |
UnmodifiableSet<java.lang.String> |
getPotActive()
Returns the set of fluxes that are potentially active. |
int |
neverActive()
Returns the number of fluxes that are never active. |
int |
plastic()
Returns the number of plastic fluxes. |
int |
potentiallyActive()
Returns the number of fluxes that are potentially active. |
int |
rigid()
Returns the number of rigid fluxes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int plastic()
public int rigid()
public int alwaysActive()
public int potentiallyActive()
public int neverActive()
public UnmodifiableSet<java.lang.String> getAlwaysActive()
public UnmodifiableSet<java.lang.String> getPotActive()
public UnmodifiableSet<java.lang.String> getNeverActive()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |