Package org.apache.uima.cas.impl
Class CasCompare.FeatLists
- java.lang.Object
-
- org.apache.uima.cas.impl.CasCompare.FeatLists
-
- Enclosing class:
- CasCompare
private static class CasCompare.FeatLists extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) FeatureImpl[][]
featsByEase
first index is easy, easyArrays, refs, refArrays
-
Constructor Summary
Constructors Constructor Description FeatLists(java.util.List<FeatureImpl> easy, java.util.List<FeatureImpl> easyArrays, java.util.List<FeatureImpl> refs, java.util.List<FeatureImpl> refArrays)
-
-
-
Field Detail
-
featsByEase
final FeatureImpl[][] featsByEase
first index is easy, easyArrays, refs, refArrays
-
-
Constructor Detail
-
FeatLists
FeatLists(java.util.List<FeatureImpl> easy, java.util.List<FeatureImpl> easyArrays, java.util.List<FeatureImpl> refs, java.util.List<FeatureImpl> refArrays)
-
-