Class/Object

at.logic.gapt.utils.ds.trees

LeafTree

Related Docs: object LeafTree | package trees

Permalink

class LeafTree[V] extends LeafAGraph[V] with Tree[V] with TerminalNodeA[V, Unit]

Source
trees.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LeafTree
  2. TerminalNodeA
  3. Tree
  4. TreeA
  5. LeafAGraph
  6. AGraph
  7. VertexGraph
  8. Graph
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LeafTree(vertex: V)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from LeafTree[V] to any2stringadd[LeafTree[V]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (LeafTree[V], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from LeafTree[V] to ArrowAssoc[LeafTree[V]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def contains[T >: AGraph[V]](sub: T): Boolean

    Permalink
    Definition Classes
    LeafAGraphAGraph
  9. def ensuring(cond: (LeafTree[V]) ⇒ Boolean, msg: ⇒ Any): LeafTree[V]

    Permalink
    Implicit information
    This member is added by an implicit conversion from LeafTree[V] to Ensuring[LeafTree[V]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (LeafTree[V]) ⇒ Boolean): LeafTree[V]

    Permalink
    Implicit information
    This member is added by an implicit conversion from LeafTree[V] to Ensuring[LeafTree[V]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): LeafTree[V]

    Permalink
    Implicit information
    This member is added by an implicit conversion from LeafTree[V] to Ensuring[LeafTree[V]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): LeafTree[V]

    Permalink
    Implicit information
    This member is added by an implicit conversion from LeafTree[V] to Ensuring[LeafTree[V]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def fold[T](leafF: (V) ⇒ T)(unaryF: (T, V) ⇒ T)(binaryF: (T, T, V) ⇒ T): T

    Permalink
    Definition Classes
    LeafTreeTree
  17. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from LeafTree[V] to StringFormat[LeafTree[V]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. val g: Graph[V]

    Permalink
    Definition Classes
    VertexGraph
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. val hashCode: Int

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

    Permalink
    Definition Classes
    Any
  22. def leaves: HashSet[LeafTree[V]]

    Permalink
    Definition Classes
    LeafTreeTree
  23. def name: String

    Permalink
    Definition Classes
    LeafAGraphAGraph
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. val node: V

    Permalink
    Definition Classes
    LeafTreeTerminalNodeA
  26. def nodes[_ >: V](visited: HashSet[AGraph[_]]): HashSet[AGraph[_]]

    Permalink
    Definition Classes
    AGraph
  27. def nodes[_ >: V](): HashSet[AGraph[_]]

    Permalink
    Definition Classes
    AGraph
  28. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  30. def size[_ >: V](visited: Map[AGraph[_], Int]): Map[AGraph[_], Int]

    Permalink
    Definition Classes
    AGraph
  31. def size[_ >: V](): Int

    Permalink
    Definition Classes
    AGraph
  32. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    LeafAGraph → AnyRef → Any
  34. def unique_size: Int

    Permalink
    Definition Classes
    AGraph
  35. val v: V

    Permalink
    Definition Classes
    VertexGraph
  36. val vertex: V

    Permalink
    Definition Classes
    LeafTreeTreeLeafAGraphAGraph
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def [B](y: B): (LeafTree[V], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from LeafTree[V] to ArrowAssoc[LeafTree[V]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from TerminalNodeA[V, Unit]

Inherited from Tree[V]

Inherited from TreeA[V, Unit]

Inherited from LeafAGraph[V]

Inherited from AGraph[V]

Inherited from VertexGraph[V]

Inherited from Graph[V]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from LeafTree[V] to any2stringadd[LeafTree[V]]

Inherited by implicit conversion StringFormat from LeafTree[V] to StringFormat[LeafTree[V]]

Inherited by implicit conversion Ensuring from LeafTree[V] to Ensuring[LeafTree[V]]

Inherited by implicit conversion ArrowAssoc from LeafTree[V] to ArrowAssoc[LeafTree[V]]

Ungrouped