NodeTree

gql.server.planner.NodeTree
See theNodeTree companion object
final case class NodeTree(all: List[Node])

Attributes

Companion
object
Source
Node.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def alpha(i: Int): NodeTree

Attributes

Source
Node.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

lazy val endTimes: Map[NodeId, Double]

Attributes

Source
Node.scala
lazy val lookup: Map[NodeId, Node]

Attributes

Source
Node.scala

Attributes

Source
Node.scala
lazy val roots: List[Node]

Attributes

Source
Node.scala