modcheck
Class ModstateList

java.lang.Object
  |
  +--absynt.Absyn
        |
        +--modcheck.ModstateList

public class ModstateList
extends Absyn
implements java.util.Enumeration, java.io.Serializable

Liste von Modelchecker-Zustaenden

See Also:
Serialized Form

Field Summary
 Modstate head
           
 ModstateList next
           
 
Fields inherited from class absynt.Absyn
location
 
Constructor Summary
ModstateList(Modstate s, ModstateList sl)
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

head

public Modstate head

next

public ModstateList next
Constructor Detail

ModstateList

public ModstateList(Modstate s,
                    ModstateList sl)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration