Packages

c

scalation.graph_db

SpanningTree

class SpanningTree extends Error

The SpanningTree class is used to build spanning trees from graphs.

Linear Supertypes
Error, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpanningTree
  2. Error
  3. Throwable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SpanningTree(g: Graph[Double])

    g

    the digraph to build the spanning tree from

Value Members

  1. final def addSuppressed(arg0: Throwable): Unit
    Definition Classes
    Throwable
  2. def fillInStackTrace(): Throwable
    Definition Classes
    Throwable
  3. def getCause(): Throwable
    Definition Classes
    Throwable
  4. def getLocalizedMessage(): String
    Definition Classes
    Throwable
  5. def getMessage(): String
    Definition Classes
    Throwable
  6. def getStackTrace(): Array[StackTraceElement]
    Definition Classes
    Throwable
  7. final def getSuppressed(): Array[Throwable]
    Definition Classes
    Throwable
  8. def initCause(arg0: Throwable): Throwable
    Definition Classes
    Throwable
  9. def printSTree(): Unit

    Print the spanning tree.

  10. def printStackTrace(arg0: PrintWriter): Unit
    Definition Classes
    Throwable
  11. def printStackTrace(arg0: PrintStream): Unit
    Definition Classes
    Throwable
  12. def printStackTrace(): Unit
    Definition Classes
    Throwable
  13. def setStackTrace(arg0: Array[StackTraceElement]): Unit
    Definition Classes
    Throwable
  14. def span(): Boolean

    Create a spanning tree for the given graph, returning true if a complete spanning tree connecting all of g's vertices can be created.

  15. def toString(): String
    Definition Classes
    Throwable → AnyRef → Any