Interface FeatureStructureImpl

All Superinterfaces:
Cloneable, FeatureStructure
All Known Subinterfaces:
AnnotationImpl
All Known Implementing Classes:
AnalyzedText, Annotation, AnnotationBase, BooleanArray, ByteArray, ComplexAnnotation, ComplexAnnotationSubtype, DateAnnotation, DateTimeAnnotation, DocumentAnnotation, DoubleArray, EmptyFloatList, EmptyFSList, EmptyIntegerList, EmptyStringList, FeatureStructureImplC, FloatArray, FloatList, FSArray, FSArrayList, FSHashSet, FsIndex.NoClassSet, FSLinkedHashSet, FSList, Int2FS, IntegerArray, IntegerArrayList, IntegerList, LongArray, Meeting, NonEmptyFloatList, NonEmptyFSList, NonEmptyIntegerList, NonEmptyStringList, RoomNumber, Sentence, Sentence, ShortArray, SimpleAnnotation, Sofa, SourceDocumentInformation, StringArray, StringList, TimeAnnotation, Token, Token, TOP, UimaAcronym, UimaMeeting

@Deprecated public interface FeatureStructureImpl extends FeatureStructure
Deprecated.
use TOP instead
Extra class for V2 compatibility only Methods here downcast to FeatureStructureImplC Methods here - only those not in v2's FeatureStructure
  • Method Details

    • toString

      String toString(int indent)
      Deprecated.
    • prettyPrint

      void prettyPrint(int indent, int incr, StringBuffer buf, boolean useShortNames)
      Deprecated.
    • prettyPrint

      void prettyPrint(int indent, int incr, StringBuilder buf, boolean useShortNames)
      Deprecated.
    • prettyPrint

      void prettyPrint(int indent, int incr, StringBuffer buf, boolean useShortNames, String s)
      Deprecated.
    • prettyPrint

      void prettyPrint(int indent, int incr, StringBuilder buf, boolean useShortNames, String s)
      Deprecated.