AbstractNLogoFormat

org.nlogo.fileformat.AbstractNLogoFormat

Attributes

Source
NLogoFormat.scala
Graph
Supertypes
trait ModelFormat[Array[String], A]
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Classlikes

Attributes

Source
NLogoFormat.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
NLogoFormat.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
NLogoFormat.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
NLogoFormat.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
NLogoFormat.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
NLogoFormat.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Abstract methods

Attributes

Source
NLogoFormat.scala
def name: String

Attributes

Source
NLogoFormat.scala

Concrete methods

def readExperiments(source: String, editNames: Boolean, existingNames: Set[String]): Try[(Seq[LabProtocol], Set[String])]

Attributes

Source
NLogoFormat.scala
def sections(location: URI): Try[Map[String, Array[String]]]

Attributes

Source
NLogoFormat.scala

Attributes

Source
NLogoFormat.scala

Attributes

Source
NLogoFormat.scala
def writeExperiments(experiments: Seq[LabProtocol], writer: Writer): Try[Unit]

Attributes

Source
NLogoFormat.scala
def writeSections(sections: Map[String, Array[String]], location: URI): Try[URI]

Attributes

Source
NLogoFormat.scala

Inherited methods

Attributes

Inherited from:
ModelFormat
Source
ModelFormat.scala

Attributes

Inherited from:
ModelFormat
Source
ModelFormat.scala
def emptyModel(optionalComponents: Seq[ComponentSerialization[Array[String], A]]): Model

Attributes

Inherited from:
ModelFormat
Source
ModelFormat.scala
def load(location: URI, optionalComponents: Seq[ComponentSerialization[Array[String], A]]): Try[Model]

Attributes

Inherited from:
ModelFormat
Source
ModelFormat.scala
def load(source: String, optionalComponents: Seq[ComponentSerialization[Array[String], A]]): Try[Model]

Attributes

Inherited from:
ModelFormat
Source
ModelFormat.scala
def save(model: Model, uri: URI, optionalComponents: Seq[ComponentSerialization[Array[String], A]]): Try[URI]

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

def isCompatible(model: Model): Boolean

Attributes

Inherited from:
ModelFormat
Source
ModelFormat.scala
def isCompatible(location: URI): Boolean

Attributes

Inherited from:
ModelFormat
Source
ModelFormat.scala
def isCompatible(source: String): Boolean

Attributes

Inherited from:
ModelFormat
Source
ModelFormat.scala

Concrete fields

val Separator: String

Attributes

Source
NLogoFormat.scala
val SeparatorRegex: String

Attributes

Source
NLogoFormat.scala
lazy val sectionNames: Seq[String]

Attributes

Source
NLogoFormat.scala