Uses of Interface
org.apache.uima.resource.metadata.FsIndexKeyDescription
Package
Description
Apache UIMA
Factories to create different kinds of UIMA resource specifiers.
Apache UIMA internals
Interfaces for objects that represent metadata for a Resource.
-
Uses of FsIndexKeyDescription in org.apache.uima
Modifier and TypeMethodDescriptionResourceSpecifierFactory.createFsIndexKeyDescription()
Creates anFsIndexKeyDescription
. -
Uses of FsIndexKeyDescription in org.apache.uima.fit.factory
Modifier and TypeMethodDescriptionstatic FsIndexKeyDescription
FsIndexFactory.createFsIndexKeyDescription
(String featureName) static FsIndexKeyDescription
FsIndexFactory.createFsIndexKeyDescription
(String featureName, int comparator) Modifier and TypeMethodDescriptionstatic FsIndexDescription
FsIndexFactory.createFsIndexDescription
(String label, String kind, String typeName, boolean useTypePriorities, FsIndexKeyDescription... keys) -
Uses of FsIndexKeyDescription in org.apache.uima.impl
-
Uses of FsIndexKeyDescription in org.apache.uima.resource.metadata
Modifier and TypeMethodDescriptionvoid
FsIndexDescription.setKeys
(FsIndexKeyDescription... aKeys) Sets the keys for this index. -
Uses of FsIndexKeyDescription in org.apache.uima.resource.metadata.impl
Modifier and TypeMethodDescriptionvoid
FsIndexDescription_impl.setKeys
(FsIndexKeyDescription... aKeys) -
Uses of FsIndexKeyDescription in org.apache.uima.taeconfigurator.editors.ui
Modifier and TypeMethodDescriptionIndexSection.addOrEditIndexKey
(AddIndexKeyDialog dialog, FsIndexKeyDescription key) Adds the or edit index key.IndexSection.createFsIndexKeyDescription()
Creates the fs index key description.protected FsIndexKeyDescription[]
AbstractSection.setValueChangedKeys
(FsIndexKeyDescription[] newKeys, FsIndexKeyDescription[] oldKeys) Sets the value changed keys.Modifier and TypeMethodDescriptionvoid
IndexSection.addFsIndexKeyDescription
(FsIndexDescription fsid, FsIndexKeyDescription key) Adds the fs index key description.IndexSection.addOrEditIndexKey
(AddIndexKeyDialog dialog, FsIndexKeyDescription key) Adds the or edit index key.void
IndexSection.removeFsIndexKeyDescription
(FsIndexDescription fsid, FsIndexKeyDescription key) Removes the fs index key description.protected FsIndexKeyDescription[]
AbstractSection.setValueChangedKeys
(FsIndexKeyDescription[] newKeys, FsIndexKeyDescription[] oldKeys) Sets the value changed keys. -
Uses of FsIndexKeyDescription in org.apache.uima.taeconfigurator.editors.ui.dialogs
ModifierConstructorDescriptionAddIndexKeyDialog
(AbstractSection aSection, String typeName, String indexKind, List alreadyUsedKeys, FsIndexKeyDescription existingKey) Instantiates a new adds the index key dialog.