|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sei.aadl.modelsupport.modeltraversal.SOMIterator
public class SOMIterator
This iterator allows a user to iterate through different mode combinations of a modal system
Constructor Summary | |
---|---|
SOMIterator(SystemInstance si)
Create a new iterator over the system operation modes of the given system instance. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SOMIterator(SystemInstance si)
Method Detail |
---|
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>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |