public class DeterministicSimulationUpdater extends Object implements SimulationUpdater
Constructor and Description |
---|
DeterministicSimulationUpdater(org.colomoto.biolqm.tool.simulation.deterministic.DeterministicUpdater updater) |
Modifier and Type | Method and Description |
---|---|
DeterministicSimulationUpdater |
clone() |
SimulationUpdater |
cloneForState(byte[] state) |
boolean |
hasNext() |
Object |
next() |
byte[] |
nextState() |
void |
remove() |
void |
setState(byte[] state,
int depth,
Object node) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public DeterministicSimulationUpdater(org.colomoto.biolqm.tool.simulation.deterministic.DeterministicUpdater updater)
public byte[] nextState()
nextState
in interface SimulationUpdater
public void setState(byte[] state, int depth, Object node)
setState
in interface SimulationUpdater
public SimulationUpdater cloneForState(byte[] state)
cloneForState
in interface SimulationUpdater
public DeterministicSimulationUpdater clone()
Copyright © 2005–2020. All rights reserved.