Package org.apache.uima.cas.impl
Class DebugFSLogicalStructure
- java.lang.Object
-
- org.apache.uima.cas.impl.DebugFSLogicalStructure
-
public class DebugFSLogicalStructure extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DebugFSLogicalStructure.IndexInfo
Class holding information about an FSIndex Includes the "label" of the index, and a ref to the CAS this index contents are in.static class
DebugFSLogicalStructure.ViewInfo
Class holding info about a View/Sofa.
-
Constructor Summary
Constructors Constructor Description DebugFSLogicalStructure()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Object
floatListToArray(FeatureStructure fs)
static java.lang.Object
fsListToArray(FeatureStructure fs)
static java.lang.Object
getDebugLogicalStructure_Features(AnnotationFS fs)
static java.lang.Object
getDebugLogicalStructure_FeatureStructure(FeatureStructure fs)
static FeatureStructure[]
getDebugLogicalStructure_SubAnnotations(AnnotationFS fs)
static DebugFSLogicalStructure.IndexInfo[]
getIndexes(CAS cas)
static DebugFSLogicalStructure.ViewInfo[]
getOtherViews(CAS cas)
static java.lang.Object
integerListToArray(FeatureStructure fs)
static java.lang.Object
stringListToArray(FeatureStructure fs)
-
-
-
Method Detail
-
getDebugLogicalStructure_FeatureStructure
public static java.lang.Object getDebugLogicalStructure_FeatureStructure(FeatureStructure fs)
-
getDebugLogicalStructure_Features
public static java.lang.Object getDebugLogicalStructure_Features(AnnotationFS fs)
-
getDebugLogicalStructure_SubAnnotations
public static FeatureStructure[] getDebugLogicalStructure_SubAnnotations(AnnotationFS fs)
-
getIndexes
public static DebugFSLogicalStructure.IndexInfo[] getIndexes(CAS cas)
-
getOtherViews
public static DebugFSLogicalStructure.ViewInfo[] getOtherViews(CAS cas)
-
floatListToArray
public static java.lang.Object floatListToArray(FeatureStructure fs)
-
integerListToArray
public static java.lang.Object integerListToArray(FeatureStructure fs)
-
stringListToArray
public static java.lang.Object stringListToArray(FeatureStructure fs)
-
fsListToArray
public static java.lang.Object fsListToArray(FeatureStructure fs)
-
-