| Modifier and Type | Method and Description |
|---|---|
AutomatonNode |
NodeUpdatedEvent.getNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
EpochUpdateWriter.addNodeToObserve(AutomatonNode node) |
| Constructor and Description |
|---|
NodeUpdatedEvent(javax.measure.Quantity<javax.measure.quantity.Time> time,
AutomatonNode node) |
| Modifier and Type | Method and Description |
|---|---|
Set<AutomatonNode> |
CellSection.getContent()
Returns the nodes belonging to this cell section.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CellSection.addNode(AutomatonNode node)
Adds a node to the section, without altering the state of the node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CellSection.setContent(Set<AutomatonNode> content)
Sets the content of this cell section.
|
| Modifier and Type | Method and Description |
|---|---|
int |
AutomatonGraph.addEdgeBetween(AutomatonNode source,
AutomatonNode target) |
int |
AutomatonGraph.addEdgeBetween(int identifier,
AutomatonNode source,
AutomatonNode target) |
| Modifier and Type | Method and Description |
|---|---|
void |
AssignmentRule.applyRule(AutomatonNode node) |
| Modifier and Type | Method and Description |
|---|---|
AutomatonNode |
AbstractSectionSpecificModule.getCurrentNode() |
AutomatonNode |
AbstractNeighbourIndependentModule.getCurrentNode() |
AutomatonNode |
AbstractNeighbourDependentModule.getCurrentNode() |
AutomatonNode |
LocalError.getNode() |
| Modifier and Type | Method and Description |
|---|---|
LocalError |
AbstractSectionSpecificModule.determineDeltasForNode(AutomatonNode node) |
LocalError |
AbstractNeighbourIndependentModule.determineDeltasForNode(AutomatonNode node) |
LocalError |
AbstractNeighbourDependentModule.determineDeltasForNode(AutomatonNode node) |
LocalError |
Module.determineDeltasForNode(AutomatonNode node) |
void |
Simulation.emitNextEpochEvent(AutomatonNode node)
Emits the
NodeUpdatedEvent to all listeners. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSectionSpecificModule.onlyApplyIf(Predicate<AutomatonNode> predicate) |
void |
AbstractNeighbourIndependentModule.onlyApplyIf(Predicate<AutomatonNode> predicate) |
void |
AbstractNeighbourDependentModule.onlyApplyIf(Predicate<AutomatonNode> predicate) |
| Constructor and Description |
|---|
LocalError(AutomatonNode node,
ChemicalEntity<?> entity,
double value) |
Copyright © 2017. All rights reserved.