Uses of Interface
org.apache.incubator.uima.DictionaryDocument.Dictionary

Packages that use DictionaryDocument.Dictionary
org.apache.incubator.uima   
org.apache.incubator.uima.impl   
 

Uses of DictionaryDocument.Dictionary in org.apache.incubator.uima
 

Methods in org.apache.incubator.uima that return DictionaryDocument.Dictionary
 DictionaryDocument.Dictionary DictionaryDocument.addNewDictionary()
          Appends and returns a new empty "dictionary" element
 DictionaryDocument.Dictionary DictionaryDocument.getDictionary()
          Gets the "dictionary" element
static DictionaryDocument.Dictionary DictionaryDocument.Dictionary.Factory.newInstance()
           
static DictionaryDocument.Dictionary DictionaryDocument.Dictionary.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.incubator.uima with parameters of type DictionaryDocument.Dictionary
 void DictionaryDocument.setDictionary(DictionaryDocument.Dictionary dictionary)
          Sets the "dictionary" element
 

Uses of DictionaryDocument.Dictionary in org.apache.incubator.uima.impl
 

Classes in org.apache.incubator.uima.impl that implement DictionaryDocument.Dictionary
static class DictionaryDocumentImpl.DictionaryImpl
          An XML dictionary(@http://incubator.apache.org/uima).
 

Methods in org.apache.incubator.uima.impl that return DictionaryDocument.Dictionary
 DictionaryDocument.Dictionary DictionaryDocumentImpl.addNewDictionary()
          Appends and returns a new empty "dictionary" element
 DictionaryDocument.Dictionary DictionaryDocumentImpl.getDictionary()
          Gets the "dictionary" element
 

Methods in org.apache.incubator.uima.impl with parameters of type DictionaryDocument.Dictionary
 void DictionaryDocumentImpl.setDictionary(DictionaryDocument.Dictionary dictionary)
          Sets the "dictionary" element
 



Copyright © 2011. All Rights Reserved.