NLogoSDMFormat

org.nlogo.sdm.NLogoSDMFormat

Attributes

Source
NLogoSDMFormat.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

override def addDefault: Model => Model

Attributes

Definition Classes
Inherited from:
AbstractNLogoSDMFormat
Source
NLogoSDMFormat.scala
override def componentName: String

Attributes

Definition Classes
Inherited from:
AbstractNLogoSDMFormat
Source
NLogoSDMFormat.scala
override def deserialize(s: Array[String]): Model => Try[Model]

Attributes

Definition Classes
Inherited from:
AbstractNLogoSDMFormat
Source
NLogoSDMFormat.scala
override def serialize(m: Model): Array[String]

Attributes

Definition Classes
Inherited from:
AbstractNLogoSDMFormat
Source
NLogoSDMFormat.scala
override def validationErrors(m: Model): Option[String]

Attributes

Definition Classes
Inherited from:
AbstractNLogoSDMFormat
Source
NLogoSDMFormat.scala