c

org.nlogo.fileformat

NLogoThreeDFormat

class NLogoThreeDFormat extends ModelFormat[Array[String], NLogoThreeDFormat] with AbstractNLogoFormat[NLogoThreeDFormat]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NLogoThreeDFormat
  2. AbstractNLogoFormat
  3. ModelFormat
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NLogoThreeDFormat()

Value Members

  1. object CodeComponent extends ComponentSerialization[Array[String], A]
    Definition Classes
    AbstractNLogoFormat
  2. object InfoComponent extends ComponentSerialization[Array[String], A]
    Definition Classes
    AbstractNLogoFormat
  3. object InterfaceComponent extends ComponentSerialization[Array[String], A]
    Definition Classes
    AbstractNLogoFormat
  4. object LinkShapesComponent extends ComponentSerialization[Array[String], A]
    Definition Classes
    AbstractNLogoFormat
  5. object VectorShapesComponent extends ComponentSerialization[Array[String], A]
    Definition Classes
    AbstractNLogoFormat
  6. object VersionComponent extends ComponentSerialization[Array[String], A]
    Definition Classes
    AbstractNLogoFormat
  7. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def ##(): Int
    Definition Classes
    AnyRef → Any
  9. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. val Separator: String
    Definition Classes
    AbstractNLogoFormat
  11. val SeparatorRegex: String
    Definition Classes
    AbstractNLogoFormat
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def baseModel: Model
    Definition Classes
    ModelFormat
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  15. def codeComponent: CodeComponent.type
    Definition Classes
    AbstractNLogoFormatModelFormat
  16. def constructModel(components: Seq[ComponentSerialization[Array[String], NLogoThreeDFormat]], sections: Map[String, Array[String]]): Try[Model]
    Definition Classes
    ModelFormat
  17. def defaultComponents: Seq[ComponentSerialization[Array[String], NLogoThreeDFormat]]
    Definition Classes
    ModelFormat
  18. lazy val defaultView: View
    Definition Classes
    NLogoThreeDFormatAbstractNLogoFormat
  19. def emptyModel(optionalComponents: Seq[ComponentSerialization[Array[String], NLogoThreeDFormat]]): Model
    Definition Classes
    ModelFormat
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. def infoComponent: InfoComponent.type
    Definition Classes
    AbstractNLogoFormatModelFormat
  25. def interfaceComponent: InterfaceComponent.type
    Definition Classes
    AbstractNLogoFormatModelFormat
  26. val is3DFormat: Boolean
    Definition Classes
    NLogoThreeDFormatAbstractNLogoFormat
  27. def isCompatible(model: Model): Boolean
    Definition Classes
    NLogoThreeDFormatModelFormat
  28. def isCompatible(source: String): Boolean
    Definition Classes
    NLogoThreeDFormatModelFormat
  29. def isCompatible(location: URI): Boolean
    Definition Classes
    NLogoThreeDFormatModelFormat
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def linkShapesComponent: LinkShapesComponent.type
    Definition Classes
    AbstractNLogoFormatModelFormat
  32. def load(location: URI, optionalComponents: Seq[ComponentSerialization[Array[String], NLogoThreeDFormat]]): Try[Model]
    Definition Classes
    ModelFormat
  33. def load(source: String, optionalComponents: Seq[ComponentSerialization[Array[String], NLogoThreeDFormat]]): Try[Model]
    Definition Classes
    ModelFormat
  34. def name: String
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  38. def save(model: Model, uri: URI, optionalComponents: Seq[ComponentSerialization[Array[String], NLogoThreeDFormat]]): Try[URI]
    Definition Classes
    ModelFormat
  39. lazy val sectionNames: Seq[String]
    Definition Classes
    AbstractNLogoFormat
  40. def sections(location: URI): Try[Map[String, Array[String]]]
    Definition Classes
    AbstractNLogoFormatModelFormat
  41. def sectionsFromSource(source: String): Try[Map[String, Array[String]]]
    Definition Classes
    AbstractNLogoFormatModelFormat
  42. def sectionsToSource(sections: Map[String, Array[String]]): Try[String]
    Definition Classes
    AbstractNLogoFormatModelFormat
  43. def shapesComponent: VectorShapesComponent.type
    Definition Classes
    AbstractNLogoFormatModelFormat
  44. def sourceString(model: Model, optionalComponents: Seq[ComponentSerialization[Array[String], NLogoThreeDFormat]]): Try[String]
    Definition Classes
    ModelFormat
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. def version: VersionComponent.type
    Definition Classes
    AbstractNLogoFormatModelFormat
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def widgetReaders: Map[String, WidgetReader]
    Definition Classes
    NLogoThreeDFormatAbstractNLogoFormat
  52. def writeSections(sections: Map[String, Array[String]], location: URI): Try[URI]
    Definition Classes
    AbstractNLogoFormatModelFormat

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from ModelFormat[Array[String], NLogoThreeDFormat]

Inherited from AnyRef

Inherited from Any

Ungrouped