org.apache.uima.cas.impl
Class DebugFSLogicalStructure

java.lang.Object
  extended by org.apache.uima.cas.impl.DebugFSLogicalStructure

public class DebugFSLogicalStructure
extends java.lang.Object


Nested Class Summary
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
DebugFSLogicalStructure()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugFSLogicalStructure

public DebugFSLogicalStructure()
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)


Copyright © 2011. All Rights Reserved.