jAER project on SourceForge

net.sf.jaer.biasgen
Class IPotGroup

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<IPot>
              extended by net.sf.jaer.biasgen.IPotGroup
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<IPot>, java.util.Collection<IPot>, java.util.List<IPot>, java.util.RandomAccess

public class IPotGroup
extends java.util.ArrayList<IPot>

A class to hold a group of pots; can be used to indicate related functionality.

Author:
tobi
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
IPotGroup(Chip chip, java.lang.String name)
          Creates a new instance of IPotGroup
 
Method Summary
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

IPotGroup

public IPotGroup(Chip chip,
                 java.lang.String name)
Creates a new instance of IPotGroup

Parameters:
chip - the chip this group is for
name - the name of the group, displayed in GUI control

jAER project on SourceForge