| Modifier and Type | Method and Description |
|---|---|
Delta |
Delta.merge(Delta anotherDelta)
Merges (adds) two deltas an returns a new delta.
|
Delta |
Delta.multiply(double multiplicand)
Multiplies (modifies) this delta .
|
| Modifier and Type | Method and Description |
|---|---|
List<Delta> |
DeltaContainer.getDeltas()
Returns all deltas.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeltaContainer.addDelta(Delta delta)
Adds a delta to the container.
|
Delta |
Delta.merge(Delta anotherDelta)
Merges (adds) two deltas an returns a new delta.
|
| Modifier and Type | Method and Description |
|---|---|
List<Delta> |
AutomatonNode.getDeltas()
Returns all deltas that are going to be applied to this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutomatonNode.addPotentialDelta(Delta potentialDelta)
Adds a potential delta to this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutomatonNode.addPotentialDeltas(List<Delta> potentialDeltas)
Adds a list of potential deltas to this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractNeighbourDependentModule.addDeltaFunction(Function<ConcentrationContainer,Delta> deltaFunction) |
void |
AbstractNeighbourIndependentModule.addDeltaFunction(Function<ConcentrationContainer,Delta> deltaFunction,
Predicate<ConcentrationContainer> predicate) |
void |
AbstractSectionSpecificModule.addDeltaFunction(Function<ConcentrationContainer,List<Delta>> deltaFunction,
Predicate<ConcentrationContainer> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<Delta> |
Reaction.calculateDeltas(ConcentrationContainer concentrationContainer) |
Copyright © 2017. All rights reserved.