| Modifier and Type | Method and Description |
|---|---|
ReactionBuilder.ParameterStep |
ReactionBuilder.ParameterStep.referenceParameter(Reactant reactant) |
ReactionBuilder.ParameterStep |
ReactionBuilder.GeneralReactionBuilder.referenceParameter(Reactant reactant) |
ReactionBuilder.ParameterStep |
ReactionBuilder.ParameterStep.referenceParameter(String parameterIdentifier,
Reactant reactant) |
ReactionBuilder.ParameterStep |
ReactionBuilder.GeneralReactionBuilder.referenceParameter(String parameterIdentifier,
Reactant reactant) |
| Modifier and Type | Method and Description |
|---|---|
Reactant |
ReactantConcentration.getReactant() |
| Modifier and Type | Method and Description |
|---|---|
List<Reactant> |
DeltaBehavior.getCatalysts() |
List<Reactant> |
VesicleBehavior.getCatalysts() |
List<Reactant> |
NodeBehavior.getCatalysts() |
List<Reactant> |
DeltaBehavior.getProducts() |
List<Reactant> |
VesicleBehavior.getProducts() |
List<Reactant> |
NodeBehavior.getProducts() |
List<Reactant> |
DeltaBehavior.getSubstrates() |
List<Reactant> |
VesicleBehavior.getSubstrates() |
List<Reactant> |
NodeBehavior.getSubstrates() |
| Modifier and Type | Method and Description |
|---|---|
List<ReactantConcentration> |
DeltaBehavior.collectReactants(Collection<Reactant> reactants) |
List<ReactantConcentration> |
VesicleBehavior.collectReactants(Collection<Reactant> reactants) |
List<ReactantConcentration> |
NodeBehavior.collectReactants(Collection<Reactant> reactants) |
List<ReactantDelta> |
DeltaBehavior.generateDeltas(List<Reactant> reactants,
double velocity) |
List<ReactantDelta> |
VesicleBehavior.generateDeltas(List<Reactant> reactants,
double velocity) |
List<ReactantDelta> |
NodeBehavior.generateDeltas(List<Reactant> reactants,
double velocity) |
| Constructor and Description |
|---|
ReactantConcentration(Reactant reactant,
double concentration) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Reactant> |
DynamicKineticLaw.getConcentrationMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicKineticLaw.referenceReactant(Reactant reactant) |
void |
DynamicKineticLaw.referenceReactant(String parameterIdentifier,
Reactant reactant) |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicKineticLaw.setConcentrationMap(Map<String,Reactant> concentrationMap) |
| Modifier and Type | Method and Description |
|---|---|
List<Reactant> |
DynamicReactantBehavior.getCatalysts() |
List<Reactant> |
ReactantBehavior.getCatalysts() |
List<Reactant> |
ReactantSet.getCatalysts() |
List<Reactant> |
StaticReactantBehavior.getCatalysts() |
List<Reactant> |
DynamicReactantBehavior.getProducts() |
List<Reactant> |
ReactantBehavior.getProducts() |
List<Reactant> |
ReactantSet.getProducts() |
List<Reactant> |
StaticReactantBehavior.getProducts() |
List<Reactant> |
DynamicReactantBehavior.getSubstrates() |
List<Reactant> |
ReactantBehavior.getSubstrates() |
List<Reactant> |
ReactantSet.getSubstrates() |
List<Reactant> |
StaticReactantBehavior.getSubstrates() |
| Modifier and Type | Method and Description |
|---|---|
void |
StaticReactantBehavior.addCatalyst(Reactant catalyst) |
void |
StaticReactantBehavior.addProduct(Reactant product) |
void |
DynamicReactantBehavior.addReactant(Reactant reactant) |
void |
ReactantBehavior.addReactant(Reactant reactant) |
void |
StaticReactantBehavior.addReactant(Reactant reactant) |
void |
DynamicReactantBehavior.addStaticCatalyst(Reactant catalyst) |
void |
DynamicReactantBehavior.addStaticProduct(Reactant product) |
void |
DynamicReactantBehavior.addStaticSubstrate(Reactant substrate) |
void |
StaticReactantBehavior.addSubstrate(Reactant substrate) |
| Modifier and Type | Method and Description |
|---|---|
void |
StaticReactantBehavior.setCatalysts(List<Reactant> catalysts) |
void |
StaticReactantBehavior.setProducts(List<Reactant> products) |
void |
DynamicReactantBehavior.setStaticCatalysts(List<Reactant> staticCatalysts) |
void |
DynamicReactantBehavior.setStaticProducts(List<Reactant> staticProducts) |
void |
DynamicReactantBehavior.setStaticSubstrates(List<Reactant> staticSubstrates) |
void |
StaticReactantBehavior.setSubstrates(List<Reactant> substrates) |
| Constructor and Description |
|---|
ReactantSet(List<Reactant> substrates,
List<Reactant> products) |
ReactantSet(List<Reactant> substrates,
List<Reactant> products) |
ReactantSet(List<Reactant> substrates,
List<Reactant> products,
List<Reactant> catalysts) |
ReactantSet(List<Reactant> substrates,
List<Reactant> products,
List<Reactant> catalysts) |
ReactantSet(List<Reactant> substrates,
List<Reactant> products,
List<Reactant> catalysts) |
Copyright © 2019. All rights reserved.