edu.washington.biostr.sig.volume
Class AtlasCollection

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.TreeSet<AtlasElement>
              extended by edu.washington.biostr.sig.volume.AtlasCollection
All Implemented Interfaces:
Serializable, Cloneable, Iterable<AtlasElement>, Collection<AtlasElement>, Set<AtlasElement>, SortedSet<AtlasElement>

public class AtlasCollection
extends TreeSet<AtlasElement>

Hold the AtlasElements in a collection that is used to organize and display the data.

Version:
1.2
Author:
Eider Moore
See Also:
Serialized Form

Constructor Summary
AtlasCollection(String name)
          Create a new structure.
 
Method Summary
 String getName()
          Get the name of this set.
 
Methods inherited from class java.util.TreeSet
add, addAll, clear, clone, comparator, contains, first, headSet, isEmpty, iterator, last, remove, size, subSet, tailSet
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
containsAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

AtlasCollection

public AtlasCollection(String name)
Create a new structure.

Parameters:
name - The name that will be displayed
Method Detail

getName

public String getName()
Get the name of this set.

Returns:
The name that is displayed.


Copyright © 2006 University of Washington. All Rights Reserved.