fUML.Syntax.Actions.BasicActions
Class OutputPinList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<OutputPin>
fUML.Syntax.Actions.BasicActions.OutputPinList
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<OutputPin>, Collection<OutputPin>, List<OutputPin>, RandomAccess
public class OutputPinList
- extends ArrayList<OutputPin>
- 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 |
OutputPinList
public OutputPinList()
getValue
public OutputPin getValue(int i)
addValue
public void addValue(OutputPin v)
addValue
public void addValue(int i,
OutputPin v)
setValue
public void setValue(int i,
OutputPin v)
removeValue
public void removeValue(int i)
Copyright © 2012. All Rights Reserved.