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
Members list
Value members
Concrete methods
Attributes
- Source
- Model.scala
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
Attributes
- Source
- Model.scala
Attributes
- Source
- Model.scala
Attributes
- Source
- Model.scala
In this article