public class BlockSequentialUpdater extends BaseUpdater implements DeterministicUpdater
model, size| Constructor and Description |
|---|
BlockSequentialUpdater(LogicalModel model,
int[][] blocks) |
BlockSequentialUpdater(LogicalModel model,
String config) |
BlockSequentialUpdater(ModelGrouping grouping) |
| 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 BlockSequentialUpdater(ModelGrouping grouping)
public BlockSequentialUpdater(LogicalModel model, int[][] blocks)
public BlockSequentialUpdater(LogicalModel model, String config)
public byte[] getSuccessor(byte[] state)
DeterministicUpdatergetSuccessor in interface DeterministicUpdaterstate - the current stateCopyright © 2012–2020. All rights reserved.