public interface MultipleSuccessorsUpdater extends LogicalModelUpdater
| Modifier and Type | Method and Description |
|---|---|
List<byte[]> |
getSuccessors(byte[] state)
Get all successors for a given state.
|
getModelList<byte[]> getSuccessors(byte[] state)
state - the state from which to look for successorsCopyright © 2012–2020. All rights reserved.