org.deegree_impl.clients.wcasclient.model
Class ThesaurusList

java.lang.Object
  extended byorg.deegree_impl.clients.wcasclient.model.ThesaurusList

public class ThesaurusList
extends java.lang.Object

Version:
$Revision: 1.5 $
Author:
Andreas Poth

Nested Class Summary
protected  class ThesaurusList.ComparatorImpl
           
 
Field Summary
private  java.util.ArrayList list
           
 
Constructor Summary
ThesaurusList()
          Creates a new instance of EntryList
ThesaurusList(int initialSize)
          Creates a new CatalogEntryList object with an initial size
 
Method Summary
 void addEntry(ThesaurusEntry entry)
          adds an thesaurus entry to the list
 ThesaurusEntry[] getAll()
          returns all base MD_Metadata objects
 ThesaurusEntry[] getAllSortedByName()
          returns all base MD_Metadata objects sorted by their names
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

list

private java.util.ArrayList list
Constructor Detail

ThesaurusList

public ThesaurusList()
Creates a new instance of EntryList


ThesaurusList

public ThesaurusList(int initialSize)
Creates a new CatalogEntryList object with an initial size

Parameters:
initialSize -
Method Detail

addEntry

public void addEntry(ThesaurusEntry entry)
adds an thesaurus entry to the list

Parameters:
entry - a thesaurus term

getAll

public ThesaurusEntry[] getAll()
returns all base MD_Metadata objects

Returns:
all base MD_Metadata objects

getAllSortedByName

public ThesaurusEntry[] getAllSortedByName()
returns all base MD_Metadata objects sorted by their names

Returns: