| Package | Description |
|---|---|
| org.colomoto.biolqm.tool.simulation.updater |
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 |
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
|
Copyright © 2012-2017. All Rights Reserved.