jsynoptic.builtin
Class AutomatonActionList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.Vector
              extended by jsynoptic.builtin.AutomatonActionList
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccess

public class AutomatonActionList
extends java.util.Vector

The lists of AutomatonAction objects is mapped to a value or range in the AutomatonActionMapper

See Also:
Serialized Form

Field Summary
protected  java.lang.String name
           
 
Fields inherited from class java.util.Vector
capacityIncrement, elementCount, elementData
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
AutomatonActionList()
           
AutomatonActionList(java.lang.String name)
           
 
Method Summary
 java.lang.Object clone()
           
 AutomatonAction getAction(int i)
          convenience method
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.util.Vector
add, add, addAll, addAll, addElement, capacity, clear, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
iterator, listIterator, listIterator
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
iterator, listIterator, listIterator
 

Field Detail

name

protected java.lang.String name
Constructor Detail

AutomatonActionList

public AutomatonActionList()
Parameters:
name -

AutomatonActionList

public AutomatonActionList(java.lang.String name)
Parameters:
name -
Method Detail

getName

public java.lang.String getName()
Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Parameters:
name - The name to set.

toString

public java.lang.String toString()
Overrides:
toString in class java.util.Vector

getAction

public AutomatonAction getAction(int i)
convenience method


clone

public java.lang.Object clone()
Overrides:
clone in class java.util.Vector