absynt
Class TransitionList
java.lang.Object
|
+--absynt.Absynt
|
+--absynt.TransitionList
- All Implemented Interfaces:
- java.util.Enumeration, java.io.Serializable
- public class TransitionList
- extends Absynt
- implements java.util.Enumeration, java.io.Serializable
A list implementation of a set of transitions.
To iterate through the list, the steps adhere to the
``Enumaration''-interface
- Version:
- $Id: TransitionList.java,v 1.3 2001/05/22 05:59:09 swprakt Exp $
- Author:
- Initially provided by Martin Steffen.
- See Also:
- Serialized Form
Fields inherited from class absynt.Absynt |
pos |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
head
public Transition head
next
public TransitionList next
TransitionList
public TransitionList(Transition s,
TransitionList sl)
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