|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.northwestern.at.wordhoard.swing.CachedCollections
public class CachedCollections
Cached collections.
Method Summary | |
---|---|
static Author[] |
getAuthors()
Gets the authors. |
static Author[] |
getAuthors(Corpus corpus)
Gets the authors for a corpus. |
static Corpus[] |
getCorpora()
Gets the corpora. |
static LemmaCorpusCounts[] |
getLexicon(Corpus corpus)
Gets the lexicon for a corpus. |
static MajorWordClass[] |
getMajorWordClasses()
Gets all the major word classes. |
static MetricalShape[] |
getMetricalShapes()
Gets the metrical shapes. |
static Pos[] |
getPos()
Gets the parts of speech. |
static WordClass[] |
getWordClasses()
Gets the word classes. |
static Work[] |
getWorks()
Gets the works. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Corpus[] getCorpora() throws PersistenceException
In addition to loading and returning all the corpora, all the works, table of contents views, authors, and work child parts are preloaded.
PersistenceException
public static Author[] getAuthors() throws PersistenceException
PersistenceException
public static Author[] getAuthors(Corpus corpus) throws PersistenceException
corpus
- Corpus.
PersistenceException
public static Pos[] getPos() throws PersistenceException
PersistenceException
public static WordClass[] getWordClasses() throws PersistenceException
PersistenceException
public static MajorWordClass[] getMajorWordClasses() throws PersistenceException
PersistenceException
public static MetricalShape[] getMetricalShapes() throws PersistenceException
PersistenceException
public static LemmaCorpusCounts[] getLexicon(Corpus corpus) throws PersistenceException
corpus
- Corpus.
PersistenceException
public static Work[] getWorks() throws PersistenceException
PersistenceException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |