public class SOMIterator extends java.lang.Object implements java.util.Iterator<SystemOperationMode>
Constructor and Description |
---|
SOMIterator(SystemInstance si)
Create a new iterator over the system operation modes of the given
system instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
SystemOperationMode |
next()
Get the next system operation mode and update the modal adapters
to refer to it.
|
SystemOperationMode |
nextSOM()
Get the next system operation mode and update the modal adapters
to refer to it.
|
void |
remove()
Remove is not supported.
|
public SOMIterator(SystemInstance si)
public boolean hasNext()
hasNext
in interface java.util.Iterator<SystemOperationMode>
public SystemOperationMode next()
next
in interface java.util.Iterator<SystemOperationMode>
public SystemOperationMode nextSOM()
public void remove()
remove
in interface java.util.Iterator<SystemOperationMode>