AbstractNLogoFormat
org.nlogo.fileformat.AbstractNLogoFormat
trait AbstractNLogoFormat[A <: ModelFormat[Array[String], A]] extends ModelFormat[Array[String], A]
Attributes
- Source
- NLogoFormat.scala
- Graph
-
- Supertypes
- Known subtypes
-
class NLogoFormatclass NLogoThreeDFormat
Members list
Type members
Classlikes
object CodeComponent extends ComponentSerialization[Array[String], A]
Attributes
- Source
- NLogoFormat.scala
- Supertypes
- Self type
-
CodeComponent.type
object InfoComponent extends ComponentSerialization[Array[String], A]
Attributes
- Source
- NLogoFormat.scala
- Supertypes
- Self type
-
InfoComponent.type
object InterfaceComponent extends ComponentSerialization[Array[String], A]
Attributes
- Source
- NLogoFormat.scala
- Supertypes
- Self type
-
InterfaceComponent.type
object LinkShapesComponent extends ComponentSerialization[Array[String], A]
Attributes
- Source
- NLogoFormat.scala
- Supertypes
- Self type
-
LinkShapesComponent.type
object VectorShapesComponent extends ComponentSerialization[Array[String], A]
Attributes
- Source
- NLogoFormat.scala
- Supertypes
- Self type
object VersionComponent extends ComponentSerialization[Array[String], A]
Attributes
- Source
- NLogoFormat.scala
- Supertypes
- Self type
-
VersionComponent.type
Value members
Abstract methods
Attributes
- Source
- NLogoFormat.scala
Attributes
- Source
- NLogoFormat.scala
Attributes
- Source
- NLogoFormat.scala
Concrete methods
Attributes
- Source
- NLogoFormat.scala
Attributes
- Source
- NLogoFormat.scala
Attributes
- Source
- NLogoFormat.scala
Attributes
- Source
- NLogoFormat.scala
def readExperiments(source: String, editNames: Boolean, existingNames: Set[String]): Try[(Seq[LabProtocol], Set[String])]
Attributes
- Source
- NLogoFormat.scala
Attributes
- Source
- NLogoFormat.scala
Attributes
- Source
- NLogoFormat.scala
Attributes
- Source
- NLogoFormat.scala
Attributes
- Source
- NLogoFormat.scala
Attributes
- Source
- NLogoFormat.scala
Attributes
- Source
- NLogoFormat.scala
Inherited methods
Attributes
- Inherited from:
- ModelFormat
- Source
- ModelFormat.scala
Attributes
- Inherited from:
- ModelFormat
- Source
- ModelFormat.scala
Attributes
- Inherited from:
- ModelFormat
- Source
- ModelFormat.scala
Attributes
- Inherited from:
- ModelFormat
- Source
- ModelFormat.scala
Attributes
- Inherited from:
- ModelFormat
- Source
- ModelFormat.scala
Attributes
- Inherited from:
- ModelFormat
- Source
- ModelFormat.scala
Attributes
- Inherited from:
- ModelFormat
- Source
- ModelFormat.scala
def sourceString(model: Model, optionalComponents: Seq[ComponentSerialization[Array[String], A]]): Try[String]
Attributes
- Inherited from:
- ModelFormat
- Source
- ModelFormat.scala
Inherited and Abstract methods
Attributes
- Inherited from:
- ModelFormat
- Source
- ModelFormat.scala
Attributes
- Inherited from:
- ModelFormat
- Source
- ModelFormat.scala
Attributes
- Inherited from:
- ModelFormat
- Source
- ModelFormat.scala
Concrete fields
Attributes
- Source
- NLogoFormat.scala
Attributes
- Source
- NLogoFormat.scala
Attributes
- Source
- NLogoFormat.scala
In this article