org.maltparserx.core.syntaxgraph.node

ComparableNode

Related Doc: package node

trait ComparableNode extends Element with Comparable[ComparableNode]

Linear Supertypes
Comparable[ComparableNode], Element, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ComparableNode
  2. Comparable
  3. Element
  4. AnyRef
  5. 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 getCompareToIndex(): Int

  8. abstract def getInDegree(): Int

  9. abstract def getIncomingSecondaryEdges(): SortedSet[Edge]

  10. abstract def getIndex(): Int

  11. abstract def getLabelCode(table: SymbolTable): Int

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

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

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

    Definition Classes
    Element
  15. abstract def getLeftmostDescendant(): ComparableNode

  16. abstract def getLeftmostDescendantIndex(): Int

  17. abstract def getLeftmostProperDescendant(): ComparableNode

  18. abstract def getLeftmostProperDescendantIndex(): Int

  19. abstract def getOutDegree(): Int

  20. abstract def getOutgoingSecondaryEdges(): SortedSet[Edge]

  21. abstract def getRightmostDescendant(): ComparableNode

  22. abstract def getRightmostDescendantIndex(): Int

  23. abstract def getRightmostProperDescendant(): ComparableNode

  24. abstract def getRightmostProperDescendantIndex(): Int

  25. abstract def hasLabel(table: SymbolTable): Boolean

    Definition Classes
    Element
  26. abstract def isLabeled(): Boolean

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

  28. abstract def nLabels(): Int

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

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

    Definition Classes
    Element
  31. 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 Comparable[ComparableNode]

Inherited from Element

Inherited from AnyRef

Inherited from Any

Ungrouped