c

org.nlogo.fileformat

NLogoPreviewCommandsFormat

class NLogoPreviewCommandsFormat extends ComponentSerialization[Array[String], NLogoFormat]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NLogoPreviewCommandsFormat
  2. ComponentSerialization
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NLogoPreviewCommandsFormat()

Value Members

  1. def addDefault: (Model) ⇒ Model
  2. def componentName: String
  3. def deserialize(commands: Array[String]): (Model) ⇒ Try[Model]
  4. def serialize(m: Model): Array[String]
  5. def validationErrors(m: Model): None.type