fUML.Syntax.Classes.Kernel
Class GeneralizationList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<Generalization>
fUML.Syntax.Classes.Kernel.GeneralizationList
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<Generalization>, Collection<Generalization>, List<Generalization>, RandomAccess
public class GeneralizationList
- extends ArrayList<Generalization>
- See Also:
- Serialized Form
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize |
GeneralizationList
public GeneralizationList()
getValue
public Generalization getValue(int i)
addValue
public void addValue(Generalization v)
addValue
public void addValue(int i,
Generalization v)
setValue
public void setValue(int i,
Generalization v)
removeValue
public void removeValue(int i)
Copyright © 2012. All Rights Reserved.