Tree

org.nlogo.workspace.ModelsLibrary.Tree
See theTree companion object
case class Tree(name: String, path: String, children: Seq[Node])(implicit childOrdering: Ordering[String]) extends Node

Attributes

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

Members list

Value members

Concrete methods

Attributes

Source
ModelsLibrary.scala

Attributes

Source
ModelsLibrary.scala

Attributes

Source
ModelsLibrary.scala

Inherited methods

Attributes

Inherited from:
Node
Source
ModelsLibrary.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product