Model

org.nlogo.sdm.Model
See theModel companion object
class Model(modelName: String, var dt: Double, val elements: ListBuffer[ModelElement], val serializedGUI: String) extends ModelElement, AggregateDrawingInterface

Attributes

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

Members list

Value members

Constructors

def this(modelName: String, dt: Double)

Attributes

Source
Model.scala
def this()

Attributes

Source
Model.scala

Concrete methods

def addElement(element: ModelElement): Unit

Attributes

Source
Model.scala

Attributes

Source
Model.scala
def copy(modelName: String, dt: Double, elements: ListBuffer[ModelElement], serializedGUI: String): Model

Attributes

Source
Model.scala

Attributes

Source
Model.scala
def getDt: Double

Attributes

Source
Model.scala
def read(element: XMLElement): AnyRef

Attributes

Source
Model.scala

Attributes

Source
Model.scala
def setDt(dt: Double): Unit

Attributes

Source
Model.scala
def write(): XMLElement

Attributes

Source
Model.scala

Inherited methods

Returns true if all required fields are filled in.

Returns true if all required fields are filled in.

Attributes

Inherited from:
ModelElement
Source
ModelElement.scala

Concrete fields

var dt: Double

Attributes

Source
Model.scala

Attributes

Source
Model.scala

Attributes

Source
Model.scala

Attributes

Source
Model.scala

Inherited fields

var name: String

Attributes

Inherited from:
ModelElement
Source
ModelElement.scala