class NLogoPreviewCommandsFormat extends ComponentSerialization[Array[String], NLogoFormat]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NLogoPreviewCommandsFormat
- ComponentSerialization
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NLogoPreviewCommandsFormat()
Value Members
-
def
addDefault: (Model) ⇒ Model
- Definition Classes
- NLogoPreviewCommandsFormat → ComponentSerialization
-
def
componentName: String
- Definition Classes
- NLogoPreviewCommandsFormat → ComponentSerialization
-
def
deserialize(commands: Array[String]): (Model) ⇒ Try[Model]
- Definition Classes
- NLogoPreviewCommandsFormat → ComponentSerialization
-
def
serialize(m: Model): Array[String]
- Definition Classes
- NLogoPreviewCommandsFormat → ComponentSerialization
-
def
validationErrors(m: Model): None.type
- Definition Classes
- NLogoPreviewCommandsFormat → ComponentSerialization