public class SynchronousUpdater extends BaseUpdater implements DeterministicUpdater
model, size| Constructor and Description |
|---|
SynchronousUpdater(LogicalModel model)
Create a new synchronous updater
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getSuccessor(byte[] state)
Get the unique successor of a state.
|
getModel, nodeChange, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetModelpublic SynchronousUpdater(LogicalModel model)
model - the model for which the random is constructedpublic byte[] getSuccessor(byte[] state)
DeterministicUpdatergetSuccessor in interface DeterministicUpdaterstate - the current stateCopyright © 2012–2020. All rights reserved.