public class SequentialUpdater extends AbstractDeterministicUpdater implements DeterministicUpdater
model, size| Constructor and Description |
|---|
SequentialUpdater(LogicalModel model)
Create a new sequential updater, using the default order
|
SequentialUpdater(LogicalModel model,
int[] order)
Create a new sequential updater, using a custom order
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getSuccessor(byte[] state)
Get the successor of a state state.
|
getModel, nodeChange, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetModelpublic SequentialUpdater(LogicalModel model)
model - the model for which the updater is constructedpublic SequentialUpdater(LogicalModel model, int[] order)
model - the model for which the updater is constructedorder - the ordering for sequential updatespublic byte[] getSuccessor(byte[] state)
DeterministicUpdatergetSuccessor in interface DeterministicUpdaterstate - the current stateCopyright © 2012-2017. All Rights Reserved.