S
- States setpublic interface States<S extends State>
extends java.lang.Iterable<S>
StatesSet
Modifier and Type | Method and Description |
---|---|
boolean |
isClosed()
The set is closed if all elements have been added.
|
java.util.Iterator<S> |
iterator()
This function must be implemented.
|
int |
numerateStates()
This method numerates all states and returns the number of states found.
|
int |
size()
Returns the number of elements.
|
java.util.Iterator<S> iterator()
int size()
int numerateStates()
boolean isClosed()