c

org.nlogo.fileformat

NLogoHubNetFormat

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

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

Instance Constructors

  1. new NLogoHubNetFormat(literalParser: LiteralParser)

Value Members

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