|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SearchState
Created by IntelliJ IDEA. User: pereira Date: Jun 20, 2005 Time: 4:54:46 PM A state (vertex) in a graph being searched.
| Nested Class Summary | |
|---|---|
static class |
SearchState.NextStateIterator
Iterator over the states with transitions from a given state. |
| Method Summary | |
|---|---|
SearchState.NextStateIterator |
getNextStates()
Get an iterator over the states with transitions from this state. |
boolean |
isFinal()
Is this state final? |
| Method Detail |
|---|
SearchState.NextStateIterator getNextStates()
boolean isFinal()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||