public class DeterministicSimulation extends Object implements Iterable<byte[]>
| Constructor and Description |
|---|
DeterministicSimulation(DeterministicUpdater updater,
byte[] init) |
DeterministicSimulation(DeterministicUpdater updater,
byte[] init,
int max_steps) |
DeterministicSimulation(DeterministicUpdater updater,
byte[] init,
int length,
int max_steps) |
| Modifier and Type | Method and Description |
|---|---|
List<NodeInfo> |
getNodes() |
Iterator<byte[]> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic DeterministicSimulation(DeterministicUpdater updater, byte[] init)
public DeterministicSimulation(DeterministicUpdater updater, byte[] init, int max_steps)
public DeterministicSimulation(DeterministicUpdater updater, byte[] init, int length, int max_steps)
Copyright © 2012–2020. All rights reserved.