Interface FeatureStructureImpl

All Superinterfaces:
Cloneable, FeatureStructure
All Known Subinterfaces:
AnnotationImpl
All Known Implementing Classes:
Annotation, AnnotationBase, BooleanArray, ByteArray, DocumentAnnotation, DoubleArray, EmptyFloatList, EmptyFSList, EmptyIntegerList, EmptyStringList, FeatureStructureImplC, FloatArray, FloatList, FSArray, FSArrayList, FSHashSet, FSLinkedHashSet, FSList, Int2FS, IntegerArray, IntegerArrayList, IntegerList, LongArray, NonEmptyFloatList, NonEmptyFSList, NonEmptyIntegerList, NonEmptyStringList, ShortArray, Sofa, SourceDocumentInformation, StringArray, StringList, TOP

@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.