NLogoThreeDFormat
org.nlogo.fileformat.NLogoThreeDFormat
class NLogoThreeDFormat extends ModelFormat[Array[String], NLogoThreeDFormat], AbstractNLogoFormat[NLogoThreeDFormat]
Attributes
- Source
- NLogoThreeDFormat.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Type members
Inherited classlikes
object CodeComponent extends ComponentSerialization[Array[String], A]
Attributes
- Inherited from:
- AbstractNLogoFormat
- Source
- NLogoFormat.scala
- Supertypes
object InfoComponent extends ComponentSerialization[Array[String], A]
Attributes
- Inherited from:
- AbstractNLogoFormat
- Source
- NLogoFormat.scala
- Supertypes
object InterfaceComponent extends ComponentSerialization[Array[String], A]
Attributes
- Inherited from:
- AbstractNLogoFormat
- Source
- NLogoFormat.scala
- Supertypes
object LinkShapesComponent extends ComponentSerialization[Array[String], A]
Attributes
- Inherited from:
- AbstractNLogoFormat
- Source
- NLogoFormat.scala
- Supertypes
object VectorShapesComponent extends ComponentSerialization[Array[String], A]
Attributes
- Inherited from:
- AbstractNLogoFormat
- Source
- NLogoFormat.scala
- Supertypes
object VersionComponent extends ComponentSerialization[Array[String], A]
Attributes
- Inherited from:
- AbstractNLogoFormat
- Source
- NLogoFormat.scala
- Supertypes
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- NLogoThreeDFormat.scala
Attributes
- Definition Classes
- Source
- NLogoThreeDFormat.scala
Attributes
- Definition Classes
- Source
- NLogoThreeDFormat.scala
Attributes
- Source
- NLogoThreeDFormat.scala
Attributes
- Definition Classes
- Source
- NLogoThreeDFormat.scala
Inherited methods
Attributes
- Inherited from:
- ModelFormat
- Source
- ModelFormat.scala
Attributes
- Inherited from:
- AbstractNLogoFormat
- Source
- NLogoFormat.scala
def constructModel(components: Seq[ComponentSerialization[Array[String], NLogoThreeDFormat]], sections: Map[String, Array[String]]): Try[Model]
Attributes
- Inherited from:
- ModelFormat
- Source
- ModelFormat.scala
Attributes
- Inherited from:
- ModelFormat
- Source
- ModelFormat.scala
def emptyModel(optionalComponents: Seq[ComponentSerialization[Array[String], NLogoThreeDFormat]]): Model
Attributes
- Inherited from:
- ModelFormat
- Source
- ModelFormat.scala
Attributes
- Inherited from:
- AbstractNLogoFormat
- Source
- NLogoFormat.scala
Attributes
- Inherited from:
- AbstractNLogoFormat
- Source
- NLogoFormat.scala
Attributes
- Inherited from:
- AbstractNLogoFormat
- Source
- NLogoFormat.scala
def load(location: URI, optionalComponents: Seq[ComponentSerialization[Array[String], NLogoThreeDFormat]]): Try[Model]
Attributes
- Inherited from:
- ModelFormat
- Source
- ModelFormat.scala
def load(source: String, optionalComponents: Seq[ComponentSerialization[Array[String], NLogoThreeDFormat]]): 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], NLogoThreeDFormat]]): Try[URI]
Attributes
- Inherited from:
- ModelFormat
- Source
- ModelFormat.scala
Attributes
- Inherited from:
- AbstractNLogoFormat
- Source
- NLogoFormat.scala
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], NLogoThreeDFormat]]): Try[String]
Attributes
- Inherited from:
- ModelFormat
- Source
- ModelFormat.scala
Attributes
- Inherited from:
- AbstractNLogoFormat
- Source
- NLogoFormat.scala
Attributes
- Inherited from:
- AbstractNLogoFormat
- Source
- NLogoFormat.scala
Attributes
- Inherited from:
- AbstractNLogoFormat
- Source
- NLogoFormat.scala
Inherited fields
Attributes
- Inherited from:
- AbstractNLogoFormat
- Source
- NLogoFormat.scala
Attributes
- Inherited from:
- AbstractNLogoFormat
- Source
- NLogoFormat.scala
Attributes
- Inherited from:
- AbstractNLogoFormat
- Source
- NLogoFormat.scala
In this article