org.apache.uima.cas.admin
public interface LinearTypeOrder
boolean lessThan(Type t1, Type t2)
t1
- t2
- true
iff t1
is less than t2
in this order.boolean lessThan(int t1, int t2)
t1
- t2
- true
iff t1
is less than t2
in this order.int[] getOrder()
Copyright © 2014. All Rights Reserved.