public class CompleteUpdater extends AbstractMultipleSuccessorUpdater
nextState, statemodel, size| Constructor and Description |
|---|
CompleteUpdater(LogicalModel model)
Create a new full random.
|
| Modifier and Type | Method and Description |
|---|---|
List<byte[]> |
getSuccessors(byte[] state)
Get all successors for a given state.
|
addSuccessor, getEmptySuccessors, getSingleSuccessors, getSuccessorsgetModel, nodeChange, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetModelpublic CompleteUpdater(LogicalModel model)
model - the model for which the random is constructedpublic List<byte[]> getSuccessors(byte[] state)
MultipleSuccessorsUpdaterstate - the state from which to look for successorsCopyright © 2012–2020. All rights reserved.