Class FSNode

java.lang.Object
org.apache.uima.tools.cvd.FSTreeNode
org.apache.uima.tools.cvd.FSNode

public class FSNode extends FSTreeNode
  • Field Details

  • Constructor Details

    • FSNode

      FSNode(FSTreeModel fSTreeModel, int nodeClass, long addr, Feature feat)
    • FSNode

      FSNode(FSTreeModel fSTreeModel, int nodeClass, long addr, int elem)
  • Method Details

    • getNodeClass

      int getNodeClass()
    • initChildren

      protected void initChildren()
      Specified by:
      initChildren in class FSTreeNode
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getFeatureString

      private String getFeatureString()
    • isShortenedString

      boolean isShortenedString()
      Returns:
      if this is a string node displaying a shortened string
    • getFullString

      String getFullString()
      Returns:
      for string nodes, return the string value (so it can be displayed seperately
    • getValueString

      private String getValueString()
    • shortenString

      private static final String shortenString(String s)
    • escapeLt

      private static final String escapeLt(String s)
    • getNullString

      private String getNullString()
    • getArrayPos

      int getArrayPos()
    • getType

      Type getType()
    • isAnnotation

      public boolean isAnnotation()
    • getStart

      public int getStart()
    • getEnd

      public int getEnd()