Package org.apache.uima.cas.impl
Class DebugFSLogicalStructure
java.lang.Object
org.apache.uima.cas.impl.DebugFSLogicalStructure
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Class holding information about an FSIndex Includes the "label" of the index, and a ref to the CAS this index contents are in.private static class
Class for holding unexpanded feature structuresstatic class
Class holding info about a View/Sofa. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
fillFeatures
(DebugNameValuePair[] result, int startOffset, FeatureStructure fs, List<Feature> features) static Object
static Object
static Object
static Object
static FeatureStructure[]
private static FeatureStructure[]
getIndexContents
(FSIndex<? extends FeatureStructure> fsIndex) private static FeatureStructure[]
getIndexContents
(FSIterator<? extends FeatureStructure> it) static DebugFSLogicalStructure.IndexInfo[]
getIndexes
(CAS cas) static DebugFSLogicalStructure.ViewInfo[]
getOtherViews
(CAS cas) static Object
private static <T> T[]
iteratorToArray
(Iterator<? extends T> it, Class<T> c) private static Object
loopInList
(List<?> list) static Object
-
Field Details
-
indexKinds
-
-
Constructor Details
-
DebugFSLogicalStructure
public DebugFSLogicalStructure()
-
-
Method Details
-
getDebugLogicalStructure_FeatureStructure
-
fillFeatures
private static void fillFeatures(DebugNameValuePair[] result, int startOffset, FeatureStructure fs, List<Feature> features) -
getDebugLogicalStructure_Features
-
getDebugLogicalStructure_SubAnnotations
-
getIndexContents
-
getIndexContents
-
getIndexes
-
getOtherViews
-
iteratorToArray
-
floatListToArray
-
integerListToArray
-
stringListToArray
-
fsListToArray
-
loopInList
-