public abstract class AbstractMultipleSuccessorUpdater extends BaseUpdater implements MultipleSuccessorsUpdater
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
nextState |
protected byte[] |
state |
model, size| Constructor and Description |
|---|
AbstractMultipleSuccessorUpdater(LogicalModel model) |
| Modifier and Type | Method and Description |
|---|---|
List<byte[]> |
addSuccessor(List<byte[]> successors,
byte[] state) |
static List<byte[]> |
getEmptySuccessors() |
static List<byte[]> |
getSingleSuccessors(byte[] next) |
static List<byte[]> |
getSuccessors(List<byte[]> nexts) |
getModel, nodeChange, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSuccessorsgetModelpublic AbstractMultipleSuccessorUpdater(LogicalModel model)
Copyright © 2012–2020. All rights reserved.