Uses of Interface
org.apache.uima.cas.admin.LinearTypeOrder
Packages that use LinearTypeOrder
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of LinearTypeOrder in org.apache.uima.cas.admin
Methods in org.apache.uima.cas.admin that return LinearTypeOrderModifier and TypeMethodDescriptionFSIndexRepositoryMgr.getDefaultTypeOrder()
Get the default type order.LinearTypeOrderBuilder.getOrder()
Return a total order of the type names added earlier that is consistent with the pre-order defined through calls to add().Methods in org.apache.uima.cas.admin with parameters of type LinearTypeOrderModifier and TypeMethodDescriptionint
FSIndexComparator.addKey
(LinearTypeOrder typeOrder, int compareKey) -
Uses of LinearTypeOrder in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement LinearTypeOrderModifier and TypeClassDescriptionprivate static class
An implementation of theLinearTypeOrder
interface.Fields in org.apache.uima.cas.impl declared as LinearTypeOrderModifier and TypeFieldDescriptionprivate LinearTypeOrder
FSIndexRepositoryImpl.SharedIndexInfo.defaultTypeOrder
private LinearTypeOrder[]
FSLeafIndexImpl.typeOrder
Methods in org.apache.uima.cas.impl that return LinearTypeOrderModifier and TypeMethodDescriptionstatic LinearTypeOrder
LinearTypeOrderBuilderImpl.createTypeOrder
(int[] typeList, TypeSystem ts) FSIndexRepositoryImpl.getDefaultTypeOrder()
FSIndexComparatorImpl.getKeyTypeOrder
(int key) LinearTypeOrderBuilderImpl.getOrder()
Methods in org.apache.uima.cas.impl with parameters of type LinearTypeOrderModifier and TypeMethodDescriptionint
FSIndexComparatorImpl.addKey
(LinearTypeOrder typeOrder, int compareKey) (package private) void
FSIndexRepositoryImpl.setDefaultTypeOrder
(LinearTypeOrder order)