Packages

o

org.nlogo.fileformat.AbstractNLogoFormat

VectorShapesComponent

object VectorShapesComponent extends ComponentSerialization[Array[String], A]

Source
NLogoFormat.scala
Linear Supertypes
ComponentSerialization[Array[String], A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VectorShapesComponent
  2. ComponentSerialization
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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