|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.Vector
jsynoptic.builtin.AutomatonActionList
public class AutomatonActionList
The lists of AutomatonAction objects is mapped to a value or range in the AutomatonActionMapper
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 |
---|
protected java.lang.String name
Constructor Detail |
---|
public AutomatonActionList()
name
- public AutomatonActionList(java.lang.String name)
name
- Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to set.public java.lang.String toString()
toString
in class java.util.Vector
public AutomatonAction getAction(int i)
public java.lang.Object clone()
clone
in class java.util.Vector
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |