Section

org.nlogo.core.Section
class Section[A <: AnyRef](key: String, value: A) extends OptionalSection[A]

Attributes

Source
Model.scala
Graph
Supertypes
class OptionalSection[A]
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def get: Option[A]

Attributes

Inherited from:
OptionalSection
Source
Model.scala

Inherited fields

val default: A

Attributes

Inherited from:
OptionalSection
Source
Model.scala