Packages

t

reqT

ModelBase

trait ModelBase extends Serializable

Self Type
Model
Source
ModelImplementation.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ModelBase
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def empty: Model
  2. abstract def myMap: Map[Key, MapTo]
    Attributes
    protected
  3. abstract def toHashMap: HashMap[Key, MapTo]
  4. abstract def toListMap: ListMap[Key, MapTo]

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 clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. lazy val elems: Vector[Elem]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): java.lang.Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def iterator: Iterator[Elem]
  14. def mapIterator: Iterator[(Key, MapTo)]
  15. val myType: TypeObject
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def p(): Unit
  20. def pp(): Unit
  21. def prettyPrint(): Unit
  22. def save(fileName: String): Unit
  23. val stringPrefix: String
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toGraph: String
  26. def toHashModel: Model
  27. def toHtml: String
  28. def toHtmlBody: String
  29. lazy val toIterable: Iterable[Elem]
  30. def toLatex: String
  31. def toLatexBody: String
  32. lazy val toList: List[Elem]
  33. def toListModel: Model
  34. lazy val toMap: Map[Key, MapTo]
  35. lazy val toSeq: Seq[Elem]
  36. lazy val toSet: Set[Elem]
  37. def toString(): String
    Definition Classes
    ModelBase → AnyRef → Any
  38. lazy val toStringBody: String
  39. lazy val toStringSimple: String
  40. lazy val toStringSimpleLineBreak: String
  41. def toTable: String
  42. def toText: String
  43. lazy val toVector: Vector[Elem]
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped