public class NodeBehavior extends Object implements DeltaBehavior
| Constructor and Description |
|---|
NodeBehavior(ReactionEvent event) |
| Modifier and Type | Method and Description |
|---|---|
List<ReactantConcentration> |
collectReactants(Collection<Reactant> reactants) |
List<ReactantDelta> |
generateDeltas(List<Reactant> reactants,
double velocity) |
List<Reactant> |
getCatalysts() |
List<Reactant> |
getProducts() |
List<Reactant> |
getSubstrates() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcollectCatalysts, collectProducts, collectSubstrates, containsSubstrates, generateProductDeltas, generateSubstrateDeltaspublic NodeBehavior(ReactionEvent event)
public List<Reactant> getSubstrates()
getSubstrates in interface DeltaBehaviorpublic List<Reactant> getProducts()
getProducts in interface DeltaBehaviorpublic List<Reactant> getCatalysts()
getCatalysts in interface DeltaBehaviorpublic List<ReactantConcentration> collectReactants(Collection<Reactant> reactants)
collectReactants in interface DeltaBehaviorpublic List<ReactantDelta> generateDeltas(List<Reactant> reactants, double velocity)
generateDeltas in interface DeltaBehaviorCopyright © 2019. All rights reserved.