Uses of Interface
org.apache.uima.cas.admin.LinearTypeOrder
-
Packages that use LinearTypeOrder Package Description org.apache.uima.cas.admin org.apache.uima.cas.impl 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 LinearTypeOrder Modifier and Type Method Description LinearTypeOrder
FSIndexRepositoryMgr. getDefaultTypeOrder()
Get the default type order.LinearTypeOrder
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 LinearTypeOrder Modifier and Type Method Description int
FSIndexComparator. addKey(LinearTypeOrder typeOrder, int compareKey)
-
Uses of LinearTypeOrder in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl that return LinearTypeOrder Modifier and Type Method Description static LinearTypeOrder
LinearTypeOrderBuilderImpl. createTypeOrder(int[] typeList, TypeSystem ts)
LinearTypeOrder
FSIndexRepositoryImpl. getDefaultTypeOrder()
LinearTypeOrder
FSIndexComparatorImpl. getKeyTypeOrder(int key)
LinearTypeOrder
LinearTypeOrderBuilderImpl. getOrder()
Methods in org.apache.uima.cas.impl with parameters of type LinearTypeOrder Modifier and Type Method Description int
FSIndexComparatorImpl. addKey(LinearTypeOrder typeOrder, int compareKey)
-