| Package | Description |
|---|---|
| org.colomoto.biolqm.tool.simulation |
Some tools to run simulations on logical models.
|
| org.colomoto.biolqm.tool.simulation.updater |
Implementation of updating schemes: update the state of a model (i.e.
|
| Constructor and Description |
|---|
SingleSuccessorSimulation(DeterministicUpdater updater,
byte[] init,
int max_steps) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDeterministicUpdater
Base class to build updaters with a single successor.
|
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.