org.maltparserx.core.syntaxgraph.node

NonTerminalNode

Related Doc: package node

trait NonTerminalNode extends PhraseStructureNode

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NonTerminalNode
  2. PhraseStructureNode
  3. ComparableNode
  4. Comparable
  5. Element
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def addLabel(labelSet: LabelSet): Unit

    Definition Classes
    Element
  2. abstract def addLabel(table: SymbolTable, code: Int): Unit

    Definition Classes
    Element
  3. abstract def addLabel(table: SymbolTable, symbol: String): Unit

    Definition Classes
    Element
  4. abstract def clear(): Unit

    Definition Classes
    Element
  5. abstract def compareTo(arg0: ComparableNode): Int

    Definition Classes
    Comparable
  6. abstract def getBelongsToGraph(): SyntaxGraph

    Definition Classes
    Element
  7. abstract def getChild(index: Int): PhraseStructureNode

  8. abstract def getChildren(): SortedSet[PhraseStructureNode]

  9. abstract def getCompareToIndex(): Int

    Definition Classes
    ComparableNode
  10. abstract def getHeadChild(): PhraseStructureNode

  11. abstract def getHeadChild(headRules: HeadRules): PhraseStructureNode

  12. abstract def getHeight(): Int

  13. abstract def getInDegree(): Int

    Definition Classes
    ComparableNode
  14. abstract def getIncomingSecondaryEdges(): SortedSet[Edge]

    Definition Classes
    ComparableNode
  15. abstract def getIndex(): Int

    Definition Classes
    ComparableNode
  16. abstract def getLabelCode(table: SymbolTable): Int

    Definition Classes
    Element
  17. abstract def getLabelSet(): LabelSet

    Definition Classes
    Element
  18. abstract def getLabelSymbol(table: SymbolTable): String

    Definition Classes
    Element
  19. abstract def getLabelTypes(): Set[SymbolTable]

    Definition Classes
    Element
  20. abstract def getLeftChild(): PhraseStructureNode

  21. abstract def getLeftmostDescendant(): ComparableNode

    Definition Classes
    ComparableNode
  22. abstract def getLeftmostDescendantIndex(): Int

    Definition Classes
    ComparableNode
  23. abstract def getLeftmostProperDescendant(): ComparableNode

    Definition Classes
    ComparableNode
  24. abstract def getLeftmostProperDescendantIndex(): Int

    Definition Classes
    ComparableNode
  25. abstract def getLexicalHead(): TokenNode

  26. abstract def getLexicalHead(headRules: HeadRules): TokenNode

  27. abstract def getOutDegree(): Int

    Definition Classes
    ComparableNode
  28. abstract def getOutgoingSecondaryEdges(): SortedSet[Edge]

    Definition Classes
    ComparableNode
  29. abstract def getParent(): PhraseStructureNode

    Definition Classes
    PhraseStructureNode
  30. abstract def getParentEdge(): Edge

    Definition Classes
    PhraseStructureNode
  31. abstract def getParentEdgeLabelCode(table: SymbolTable): Int

    Definition Classes
    PhraseStructureNode
  32. abstract def getParentEdgeLabelSymbol(table: SymbolTable): String

    Definition Classes
    PhraseStructureNode
  33. abstract def getRightChild(): PhraseStructureNode

  34. abstract def getRightmostDescendant(): ComparableNode

    Definition Classes
    ComparableNode
  35. abstract def getRightmostDescendantIndex(): Int

    Definition Classes
    ComparableNode
  36. abstract def getRightmostProperDescendant(): ComparableNode

    Definition Classes
    ComparableNode
  37. abstract def getRightmostProperDescendantIndex(): Int

    Definition Classes
    ComparableNode
  38. abstract def hasLabel(table: SymbolTable): Boolean

    Definition Classes
    Element
  39. abstract def hasNonTerminalChildren(): Boolean

  40. abstract def hasParentEdgeLabel(table: SymbolTable): Boolean

    Definition Classes
    PhraseStructureNode
  41. abstract def hasTerminalChildren(): Boolean

  42. abstract def identifyHead(headRules: HeadRules): TokenNode

  43. abstract def isContinuous(): Boolean

  44. abstract def isContinuousExcludeTerminalsAttachToRoot(): Boolean

  45. abstract def isLabeled(): Boolean

    Definition Classes
    Element
  46. abstract def isRoot(): Boolean

    Definition Classes
    ComparableNode
  47. abstract def nChildren(): Int

  48. abstract def nLabels(): Int

    Definition Classes
    Element
  49. abstract def removeLabel(table: SymbolTable): Unit

    Definition Classes
    Element
  50. abstract def removeLabels(): Unit

    Definition Classes
    Element
  51. abstract def setBelongsToGraph(belongsToGraph: SyntaxGraph): Unit

    Definition Classes
    Element

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  16. def toString(): String

    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PhraseStructureNode

Inherited from ComparableNode

Inherited from Comparable[ComparableNode]

Inherited from Element

Inherited from AnyRef

Inherited from Any

Ungrouped