public interface DeltaBehavior
| Modifier and Type | Method and Description |
|---|---|
default List<ReactantConcentration> |
collectCatalysts() |
default List<ReactantConcentration> |
collectProducts() |
List<ReactantConcentration> |
collectReactants(Collection<Reactant> reactants) |
default List<ReactantConcentration> |
collectSubstrates() |
default boolean |
containsSubstrates(ConcentrationContainer concentrationContainer) |
List<ReactantDelta> |
generateDeltas(List<Reactant> reactants,
double velocity) |
default List<ReactantDelta> |
generateProductDeltas(double velocity) |
default List<ReactantDelta> |
generateSubstrateDeltas(double velocity) |
List<Reactant> |
getCatalysts() |
List<Reactant> |
getProducts() |
List<Reactant> |
getSubstrates() |
List<ReactantConcentration> collectReactants(Collection<Reactant> reactants)
default List<ReactantConcentration> collectCatalysts()
default List<ReactantConcentration> collectSubstrates()
default List<ReactantConcentration> collectProducts()
List<ReactantDelta> generateDeltas(List<Reactant> reactants, double velocity)
default List<ReactantDelta> generateSubstrateDeltas(double velocity)
default List<ReactantDelta> generateProductDeltas(double velocity)
default boolean containsSubstrates(ConcentrationContainer concentrationContainer)
Copyright © 2019. All rights reserved.