Packages

c

org.nlogo.api

FormatterPair

class FormatterPair[A, B <: ModelFormat[A, B]] extends AnyRef

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

Instance Constructors

  1. new FormatterPair(modelFormat: B, serializers: Seq[ComponentSerialization[A, B]])(implicit aTag: ClassTag[A])

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. def addSerializer(s: ComponentSerialization[A, B]): FormatterPair[A, B]
  5. def addSerializers(s: Seq[ComponentSerialization[A, B]]): FormatterPair[A, B]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def emptyModel: Model
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def formatClass: Class[_ <: B]
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def isCompatible(model: Model): Boolean
  16. def isCompatible(uri: URI): Boolean
  17. def isCompatible(source: String): Boolean
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def load(source: String): Try[Model]
  20. def load(uri: URI): Try[Model]
  21. val modelFormat: B
  22. def name: String
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def save(model: Model, uri: URI): Try[URI]
  27. def serializationClass: Class[_]
  28. val serializers: Seq[ComponentSerialization[A, B]]
  29. def sourceString(model: Model): Try[String]
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped