Trait

org.maltparserx.core.syntaxgraph

DependencyStructure

Related Doc: package syntaxgraph

Permalink

trait DependencyStructure extends TokenStructure with SecEdgeStructure

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DependencyStructure
  2. SecEdgeStructure
  3. TokenStructure
  4. LabeledStructure
  5. Structure
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def addDependencyEdge(headIndex: Int, dependentIndex: Int): Edge

    Permalink
  2. abstract def addDependencyNode(index: Int): DependencyNode

    Permalink
  3. abstract def addDependencyNode(): DependencyNode

    Permalink
  4. abstract def addLabel(element: Element, tableName: String, label: String): Unit

    Permalink
    Definition Classes
    LabeledStructure
  5. abstract def addSecondaryEdge(source: ComparableNode, target: ComparableNode): Edge

    Permalink
    Definition Classes
    SecEdgeStructure
  6. abstract def addTokenNode(index: Int): TokenNode

    Permalink
    Definition Classes
    TokenStructure
  7. abstract def addTokenNode(): TokenNode

    Permalink
    Definition Classes
    TokenStructure
  8. abstract def checkInLabelSet(labelSet: LabelSet): Unit

    Permalink
    Definition Classes
    LabeledStructure
  9. abstract def checkOutNewLabelSet(): LabelSet

    Permalink
    Definition Classes
    LabeledStructure
  10. abstract def clear(): Unit

    Permalink
    Definition Classes
    Structure
  11. abstract def getDefaultRootEdgeLabelCode(table: SymbolTable): Int

    Permalink
  12. abstract def getDefaultRootEdgeLabelSymbol(table: SymbolTable): String

    Permalink
  13. abstract def getDefaultRootEdgeLabels(): LabelSet

    Permalink
  14. abstract def getDependencyIndices(): SortedSet[Integer]

    Permalink
  15. abstract def getDependencyNode(index: Int): DependencyNode

    Permalink
  16. abstract def getDependencyRoot(): DependencyNode

    Permalink
  17. abstract def getEdges(): SortedSet[Edge]

    Permalink
  18. abstract def getHighestDependencyNodeIndex(): Int

    Permalink
  19. abstract def getHighestTokenIndex(): Int

    Permalink
    Definition Classes
    TokenStructure
  20. abstract def getSentenceID(): Int

    Permalink
    Definition Classes
    TokenStructure
  21. abstract def getSymbolTables(): SymbolTableHandler

    Permalink
    Definition Classes
    LabeledStructure
  22. abstract def getTokenIndices(): SortedSet[Integer]

    Permalink
    Definition Classes
    TokenStructure
  23. abstract def getTokenNode(index: Int): TokenNode

    Permalink
    Definition Classes
    TokenStructure
  24. abstract def hasLabeledDependency(index: Int): Boolean

    Permalink
  25. abstract def hasTokens(): Boolean

    Permalink
    Definition Classes
    TokenStructure
  26. abstract def isConnected(): Boolean

    Permalink
  27. abstract def isProjective(): Boolean

    Permalink
  28. abstract def isSingleHeaded(): Boolean

    Permalink
  29. abstract def isTree(): Boolean

    Permalink
  30. abstract def linkAllTreesToRoot(): Unit

    Permalink
  31. abstract def moveDependencyEdge(newHeadIndex: Int, dependentIndex: Int): Edge

    Permalink
  32. abstract def nDependencyNode(): Int

    Permalink
  33. abstract def nEdges(): Int

    Permalink
  34. abstract def nNonProjectiveEdges(): Int

    Permalink
  35. abstract def nTokenNode(): Int

    Permalink
    Definition Classes
    TokenStructure
  36. abstract def removeDependencyEdge(headIndex: Int, dependentIndex: Int): Unit

    Permalink
  37. abstract def removeSecondaryEdge(source: ComparableNode, target: ComparableNode): Unit

    Permalink
    Definition Classes
    SecEdgeStructure
  38. abstract def setDefaultRootEdgeLabel(table: SymbolTable, defaultRootSymbol: String): Unit

    Permalink
  39. abstract def setDefaultRootEdgeLabels(rootLabelOption: String, edgeSymbolTables: SortedMap[String, SymbolTable]): Unit

    Permalink
  40. abstract def setSentenceID(sentenceID: Int): Unit

    Permalink
    Definition Classes
    TokenStructure
  41. abstract def setSymbolTables(symbolTables: SymbolTableHandler): Unit

    Permalink
    Definition Classes
    LabeledStructure

Concrete Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  16. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SecEdgeStructure

Inherited from TokenStructure

Inherited from LabeledStructure

Inherited from Structure

Inherited from AnyRef

Inherited from Any

Ungrouped