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

Field Summary
 StepAction head
           
 StepActionList next
           
 
Fields inherited from class absynt.Absynt
pos
 
Constructor Summary
StepActionList(StepAction s, StepActionList 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 StepAction head

next

public StepActionList next
Constructor Detail

StepActionList

public StepActionList(StepAction s,
                      StepActionList 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