public class DebugFSLogicalStructure extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | DebugFSLogicalStructure.IndexInfoClass 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.ViewInfoClass holding info about a View/Sofa. | 
| Constructor and Description | 
|---|
| DebugFSLogicalStructure() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Object | floatListToArray(FeatureStructure fs) | 
| static Object | fsListToArray(FeatureStructure fs) | 
| static Object | getDebugLogicalStructure_Features(AnnotationFS fs) | 
| static Object | getDebugLogicalStructure_FeatureStructure(FeatureStructure fs) | 
| static FeatureStructure[] | getDebugLogicalStructure_SubAnnotations(AnnotationFS fs) | 
| static DebugFSLogicalStructure.IndexInfo[] | getIndexes(CAS cas) | 
| static DebugFSLogicalStructure.ViewInfo[] | getOtherViews(CAS cas) | 
| static Object | integerListToArray(FeatureStructure fs) | 
| static Object | stringListToArray(FeatureStructure fs) | 
public static Object getDebugLogicalStructure_FeatureStructure(FeatureStructure fs)
public static Object getDebugLogicalStructure_Features(AnnotationFS fs)
public static FeatureStructure[] getDebugLogicalStructure_SubAnnotations(AnnotationFS fs)
public static DebugFSLogicalStructure.IndexInfo[] getIndexes(CAS cas)
public static DebugFSLogicalStructure.ViewInfo[] getOtherViews(CAS cas)
public static Object floatListToArray(FeatureStructure fs)
public static Object integerListToArray(FeatureStructure fs)
public static Object stringListToArray(FeatureStructure fs)
public static Object fsListToArray(FeatureStructure fs)
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.