|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An instance of IBioXholon represents some biological entity, and exists as a node in a composite structure hierarchy tree. Each such IXholon object goes through an initial configure() process, and may subsequently go through a regular act() process at each time step.
| Field Summary |
| Fields inherited from interface org.primordion.xholon.base.IXholon |
DEFAULT_SIZE_MSG_Q, NINCLUDE_PSC, NINCLUDE_PSx, NINCLUDE_PxC, NINCLUDE_Pxx, NINCLUDE_xSC, NINCLUDE_xSx, NINCLUDE_xxC, NINCLUDE_xxx |
| Method Summary | |
void |
decPheneVal(double decAmount)
Decrement the phene value by incAmount. |
int |
getNumModifiers()
Get maximum number of modifiers (activator, inhibitor) that any xholon instance may have in this model. |
int |
getNumProducts()
Get maximum number of products that any xholon instance may have in this model. |
int |
getNumReactants()
Get maximum number of reactants (substrates) that any xholon instance may have in this model. |
double |
getPheneVal()
Get phene value. |
void |
incPheneVal(double incAmount)
Increment the phene value by incAmount. |
void |
setNumModifiers(int numM)
Set maximum number of modifiers (activator, inhibitor) that any xholon instance may have in this model. |
void |
setNumProducts(int numP)
Set maximum number of products that any xholon instance may have in this model. |
void |
setNumReactants(int numR)
Set maximum number of reactants (substrates) that any xholon instance may have in this model. |
| Method Detail |
public double getPheneVal()
public void incPheneVal(double incAmount)
incAmount - The amount by which to increment the phenotype value.public void decPheneVal(double decAmount)
decAmount - The amount by which to decrement the phenotype value.public int getNumReactants()
public void setNumReactants(int numR)
numR - Maximum number of reactants.public int getNumProducts()
public void setNumProducts(int numP)
numP - Maximum number of products.public int getNumModifiers()
public void setNumModifiers(int numM)
numM - Maximum number of modifiers.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||