public interface SearchState
| Modifier and Type | Interface and Description |
|---|---|
static class |
SearchState.NextStateIterator
Iterator over the states with transitions from a given state.
|
| Modifier and Type | Method and Description |
|---|---|
SearchState.NextStateIterator |
getNextStates()
Get an iterator over the states with transitions from
this state.
|
boolean |
isFinal()
Is this state final?
|
SearchState.NextStateIterator getNextStates()
boolean isFinal()
Copyright © 2019 JULIE Lab, Germany. All rights reserved.