NLogoFormat

org.nlogo.fileformat.NLogoFormat

Attributes

Source
NLogoFormat.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Inherited classlikes

Attributes

Inherited from:
AbstractNLogoFormat
Source
NLogoFormat.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
AbstractNLogoFormat
Source
NLogoFormat.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
AbstractNLogoFormat
Source
NLogoFormat.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
AbstractNLogoFormat
Source
NLogoFormat.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
AbstractNLogoFormat
Source
NLogoFormat.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
AbstractNLogoFormat
Source
NLogoFormat.scala
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

override def isCompatible(location: URI): Boolean

Attributes

Definition Classes
Source
NLogoFormat.scala
override def isCompatible(source: String): Boolean

Attributes

Definition Classes
Source
NLogoFormat.scala
override def isCompatible(model: Model): Boolean

Attributes

Definition Classes
Source
NLogoFormat.scala
def name: String

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
def load(location: URI, optionalComponents: Seq[ComponentSerialization[Array[String], NLogoFormat]]): Try[Model]

Attributes

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

Attributes

Inherited from:
ModelFormat
Source
ModelFormat.scala
def readExperiments(source: String, editNames: Boolean, existingNames: Set[String]): Try[(Seq[LabProtocol], Set[String])]

Attributes

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

Attributes

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

Attributes

Inherited from:
AbstractNLogoFormat
Source
NLogoFormat.scala

Attributes

Inherited from:
AbstractNLogoFormat
Source
NLogoFormat.scala

Attributes

Inherited from:
AbstractNLogoFormat
Source
NLogoFormat.scala
def sourceString(model: Model, optionalComponents: Seq[ComponentSerialization[Array[String], NLogoFormat]]): Try[String]

Attributes

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

Attributes

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

Attributes

Inherited from:
AbstractNLogoFormat
Source
NLogoFormat.scala

Concrete fields

val NetLogoRegex: String

Attributes

Source
NLogoFormat.scala

Attributes

Source
NLogoFormat.scala

Inherited fields

val Separator: String

Attributes

Inherited from:
AbstractNLogoFormat
Source
NLogoFormat.scala
val SeparatorRegex: String

Attributes

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

Attributes

Inherited from:
AbstractNLogoFormat
Source
NLogoFormat.scala