Uses of Interface
org.apache.uima.resource.metadata.FsIndexKeyDescription
Packages that use 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
Methods in org.apache.uima that return FsIndexKeyDescriptionModifier and TypeMethodDescriptionResourceSpecifierFactory.createFsIndexKeyDescription()Creates anFsIndexKeyDescription. -
Uses of FsIndexKeyDescription in org.apache.uima.fit.factory
Methods in org.apache.uima.fit.factory that return FsIndexKeyDescriptionModifier and TypeMethodDescriptionstatic FsIndexKeyDescriptionFsIndexFactory.createFsIndexKeyDescription(String featureName) static FsIndexKeyDescriptionFsIndexFactory.createFsIndexKeyDescription(String featureName, int comparator) Methods in org.apache.uima.fit.factory with parameters of type FsIndexKeyDescriptionModifier and TypeMethodDescriptionstatic FsIndexDescriptionFsIndexFactory.createFsIndexDescription(String label, String kind, String typeName, boolean useTypePriorities, FsIndexKeyDescription... keys) -
Uses of FsIndexKeyDescription in org.apache.uima.impl
Methods in org.apache.uima.impl that return FsIndexKeyDescription -
Uses of FsIndexKeyDescription in org.apache.uima.resource.metadata
Methods in org.apache.uima.resource.metadata that return FsIndexKeyDescriptionMethods in org.apache.uima.resource.metadata with parameters of type FsIndexKeyDescriptionModifier and TypeMethodDescriptionvoidFsIndexDescription.setKeys(FsIndexKeyDescription... aKeys) Sets the keys for this index. -
Uses of FsIndexKeyDescription in org.apache.uima.resource.metadata.impl
Classes in org.apache.uima.resource.metadata.impl that implement FsIndexKeyDescriptionMethods in org.apache.uima.resource.metadata.impl that return FsIndexKeyDescriptionMethods in org.apache.uima.resource.metadata.impl with parameters of type FsIndexKeyDescriptionModifier and TypeMethodDescriptionvoidFsIndexDescription_impl.setKeys(FsIndexKeyDescription... aKeys) -
Uses of FsIndexKeyDescription in org.apache.uima.taeconfigurator.editors.ui
Methods in org.apache.uima.taeconfigurator.editors.ui that return FsIndexKeyDescriptionModifier 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.Methods in org.apache.uima.taeconfigurator.editors.ui with parameters of type FsIndexKeyDescriptionModifier and TypeMethodDescriptionvoidIndexSection.addFsIndexKeyDescription(FsIndexDescription fsid, FsIndexKeyDescription key) Adds the fs index key description.IndexSection.addOrEditIndexKey(AddIndexKeyDialog dialog, FsIndexKeyDescription key) Adds the or edit index key.voidIndexSection.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
Fields in org.apache.uima.taeconfigurator.editors.ui.dialogs declared as FsIndexKeyDescriptionConstructors in org.apache.uima.taeconfigurator.editors.ui.dialogs with parameters of type FsIndexKeyDescriptionModifierConstructorDescriptionAddIndexKeyDialog(AbstractSection aSection, String typeName, String indexKind, List alreadyUsedKeys, FsIndexKeyDescription existingKey) Instantiates a new adds the index key dialog.