| Package | Description |
|---|---|
| org.colomoto.biolqm.tool.simulation.deterministic |
Implementation of updating schemes: update the state of a model (i.e.
|
| org.colomoto.biolqm.tool.simulation.multiplesuccessor |
Implementation of updating schemes: update the state of a model (i.e.
|
| org.colomoto.biolqm.tool.simulation.random |
Implementation of updating schemes: update the state of a model (i.e.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlockSequentialUpdater
Updater for a block-sequential scheme: there are groups of nodes updated in
synchronous way, but the different groups are updated in sequential way, one after
another.
|
class |
DeterministicPriorityUpdater |
class |
SequentialUpdater
Updater for the sequential scheme: all components are updated one after the other in a single successor.
|
class |
SynchronousUpdater
Updater for the synchronous scheme: all possible changes are applied in a single successor
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMultipleSuccessorUpdater
Base class for updaters which yield multiple successors.
|
class |
AsynchronousUpdater
Updater for the asynchronous scheme: all possible changes are applied separately.
|
class |
CompleteUpdater
Updater for the "complete" mode: include all asynchronous, synchronous and partially synchronous changes.
|
class |
PriorityUpdater
Draft for a priority updater: components are grouped in groups, which can be
updated synchronously or asynchronously.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRandomUpdater
Base class for random updaters.
|
class |
RandomUpdaterWithRates
Updater picking a random successor in the asynchronous scheme, with optional rates.
|
Copyright © 2012–2020. All rights reserved.