Uses of Class
org.apache.uima.conceptMapper.support.dictionaryResource.EntryProperties

Packages that use EntryProperties
org.apache.uima.conceptMapper   
org.apache.uima.conceptMapper.support.dictionaryResource   
 

Uses of EntryProperties in org.apache.uima.conceptMapper
 

Methods in org.apache.uima.conceptMapper with parameters of type EntryProperties
protected  void ConceptMapper.makeAnnotation(org.apache.uima.cas.CAS tcas, int start, int end, EntryProperties properties, org.apache.uima.jcas.tcas.Annotation spanAnnotation, java.lang.String matchedText, java.util.Collection<org.apache.uima.cas.text.AnnotationFS> matched, Logger log)
           
 

Uses of EntryProperties in org.apache.uima.conceptMapper.support.dictionaryResource
 

Methods in org.apache.uima.conceptMapper.support.dictionaryResource that return EntryProperties
 EntryProperties DictionaryResource_impl.DictEntryImpl.getProperties()
           
 EntryProperties DictionaryResource.DictEntry.getProperties()
           
 EntryProperties EntryPropertiesRoot.newEntryProperties()
           
 

Methods in org.apache.uima.conceptMapper.support.dictionaryResource with parameters of type EntryProperties
 void DictionaryResource.DictEntriesByLength.putEntry(int length, java.lang.String[] elements, java.lang.String unsorted, EntryProperties props)
           
 void DictionaryResource_impl.DictEntriesImpl.putEntry(java.lang.String[] elements, java.lang.String unsorted, EntryProperties props)
          Add a new phrase to an existing dictionary entry.
 void DictionaryResource.DictEntries.putEntry(java.lang.String[] elements, java.lang.String unsorted, EntryProperties props)
           
 void CompiledDictionaryResource_impl.putEntry(java.lang.String key, java.lang.String[] tokens, java.lang.String unsortedEntry, int length, EntryProperties props)
           
 void DictionaryResource_impl.putEntry(java.lang.String key, java.lang.String[] elements, java.lang.String unsorted, int length, EntryProperties props)
          Create a new dictionary entry.
 void DictionaryResource.putEntry(java.lang.String key, java.lang.String[] tokens, java.lang.String unsortedEntry, int length, EntryProperties props)
           
 void DictionaryResource_impl.DictEntryImpl.setProperties(EntryProperties properties)
           
 void DictionaryResource.DictEntry.setProperties(EntryProperties props)
           
 

Constructors in org.apache.uima.conceptMapper.support.dictionaryResource with parameters of type EntryProperties
DictionaryResource_impl.DictEntryImpl(java.lang.String[] elements, java.lang.String unsorted, EntryProperties properties)
           
EntryProperties(EntryProperties toCopyFrom)
           
 



Copyright © 2011. All Rights Reserved.