public class DeltaContainer extends Object
Deltas that are applied to a AutomatonNode. Deltas that are added are
automatically summed up for each chemical entity.| Constructor and Description |
|---|
DeltaContainer()
Creates a new empty delta container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDelta(Delta delta)
Adds a delta to the container.
|
void |
clear()
Removes all deltas from this container.
|
List<Delta> |
getDeltas()
Returns all deltas.
|
Copyright © 2017. All rights reserved.