public class ReactionEvent extends Object
| Constructor and Description |
|---|
ReactionEvent(Reaction reaction,
ReactantSet reactants) |
| Modifier and Type | Method and Description |
|---|---|
List<ReactantDelta> |
collectDeltas(Updatable updatable) |
AutomatonNode |
getCurrentNode() |
ConcentrationContainer |
getCurrentNodeContainer() |
Vesicle |
getCurrentVesicle() |
ConcentrationContainer |
getCurrentVesicleContainer() |
ReactantSet |
getReactants() |
DeltaBehavior |
getUpdatableBehavior() |
void |
setCurrentNode(AutomatonNode currentNode) |
void |
setCurrentVesicle(Vesicle currentVesicle) |
public ReactionEvent(Reaction reaction, ReactantSet reactants)
public List<ReactantDelta> collectDeltas(Updatable updatable)
public ConcentrationContainer getCurrentNodeContainer()
public ConcentrationContainer getCurrentVesicleContainer()
public AutomatonNode getCurrentNode()
public void setCurrentNode(AutomatonNode currentNode)
public Vesicle getCurrentVesicle()
public void setCurrentVesicle(Vesicle currentVesicle)
public DeltaBehavior getUpdatableBehavior()
public ReactantSet getReactants()
Copyright © 2019. All rights reserved.