absynt
Class StepActionList
java.lang.Object
|
+--absynt.Absynt
|
+--absynt.StepActionList
- All Implemented Interfaces:
- java.util.Enumeration, java.io.Serializable
- public class StepActionList
- extends Absynt
- implements java.util.Enumeration, java.io.Serializable
A list implementation of a set of actions.
To iterate through the list, the steps adhere to the
``Enumaration''-interface
- Version:
- $Id: StepActionList.java,v 1.2 2001/05/22 06:12:31 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 StepAction head
next
public StepActionList next
StepActionList
public StepActionList(StepAction s,
StepActionList 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