Packages

t

org.nlogo.api

ModelFormat

trait ModelFormat[Section, Format <: ModelFormat[Section, Format]] extends AnyRef

Source
ModelFormat.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ModelFormat
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def codeComponent: ComponentSerialization[Section, Format]
  2. abstract def infoComponent: ComponentSerialization[Section, Format]
  3. abstract def interfaceComponent: ComponentSerialization[Section, Format]
  4. abstract def isCompatible(model: Model): Boolean
  5. abstract def isCompatible(location: URI): Boolean
  6. abstract def isCompatible(source: String): Boolean
  7. abstract def linkShapesComponent: ComponentSerialization[Section, Format]
  8. abstract def name: String
  9. abstract def sections(location: URI): Try[Map[String, Section]]
  10. abstract def sectionsFromSource(source: String): Try[Map[String, Section]]
  11. abstract def sectionsToSource(sections: Map[String, Section]): Try[String]
  12. abstract def shapesComponent: ComponentSerialization[Section, Format]
  13. abstract def version: ComponentSerialization[Section, Format]
  14. abstract def writeSections(sections: Map[String, Section], location: URI): Try[URI]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def baseModel: Model
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  7. def constructModel(components: Seq[ComponentSerialization[Section, Format]], sections: Map[String, Section]): Try[Model]
  8. def defaultComponents: Seq[ComponentSerialization[Section, Format]]
  9. def emptyModel(optionalComponents: Seq[ComponentSerialization[Section, Format]]): Model
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def load(location: URI, optionalComponents: Seq[ComponentSerialization[Section, Format]]): Try[Model]
  16. def load(source: String, optionalComponents: Seq[ComponentSerialization[Section, Format]]): Try[Model]
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. def save(model: Model, uri: URI, optionalComponents: Seq[ComponentSerialization[Section, Format]]): Try[URI]
  21. def sourceString(model: Model, optionalComponents: Seq[ComponentSerialization[Section, Format]]): Try[String]
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped