Model

org.nlogo.core.Model
See theModel companion object
case class Model(code: String, widgets: Seq[Widget], info: String, version: String, turtleShapes: Seq[VectorShape], linkShapes: Seq[LinkShape], optionalSections: Seq[OptionalSection[_]], resources: Seq[ExternalResource])

Attributes

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

Members list

Value members

Concrete methods

Attributes

Source
Model.scala

Attributes

Source
Model.scala

Attributes

Source
Model.scala
def optionalSectionValue[A <: AnyRef](key: String)(implicit ct: ClassTag[OptionalSection[A]]): Option[A]

Attributes

Source
Model.scala
def plots: Seq[Plot]

Attributes

Source
Model.scala
def view: View

Attributes

Source
Model.scala
def withOptionalSection[A <: AnyRef](key: String, sectionValue: Option[A], default: A): Model

Attributes

Source
Model.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product