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