Package | Description |
---|---|
org.apache.uima.annotator.dict_annot.dictionary | |
org.apache.uima.annotator.dict_annot.dictionary.impl |
Modifier and Type | Method and Description |
---|---|
EntryMetaData |
DictionaryMatch.getMatchMetaData()
Returns the dictionary match entry meta data.
|
Modifier and Type | Class and Description |
---|---|
class |
EntryMetaDataImpl
Implementation of the EntryMetaData interface.
|
Modifier and Type | Method and Description |
---|---|
EntryMetaData |
DictionaryEntry.getEntryMetaData()
Returns the current entry meta data object.
|
EntryMetaData |
DictionaryMatchImpl.getMatchMetaData() |
Modifier and Type | Method and Description |
---|---|
void |
DictionaryEntry.setEntryMetaData(EntryMetaData metaData)
Sets the metaData for this entry.
|
void |
DictionaryMatchImpl.storeMatch(EntryMetaData metaData,
boolean isComplete)
stores a new match in the match object
|
Constructor and Description |
---|
DictionaryEntry(boolean isComplete,
EntryMetaData metaData)
Creates a new DictionaryEntry object
|
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.