Packages

object Model extends TypeObject with ModelCompanion with ModelFromMap with Serializable

Source
DSL.scala
Linear Supertypes
Serializable, Serializable, ModelFromMap, ModelCompanion, TypeObject, Selector, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Model
  2. Serializable
  3. Serializable
  4. ModelFromMap
  5. ModelCompanion
  6. TypeObject
  7. Selector
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def &&(that: Selector): AndSelector
    Definition Classes
    Selector
  4. def *(that: Model): Model
    Definition Classes
    Selector
  5. def =*=(that: Elem): Boolean

    * old to be removed def isTypeMatch(that: HasType): Boolean = this.isInstanceOf[TypeObject] && that.myType == this def selects(that: Selector): Boolean = ( this == that ) || ( that match { case Head(e,l) if this.isInstanceOf[HeadType] => HeadType(e.myType, l) == this case Relation(e,l,t) if this.isInstanceOf[HeadType] => HeadType(e.myType, l) == this case ht: HasType => isTypeMatch(ht) case _ => false } ) **---

    * old to be removed def isTypeMatch(that: HasType): Boolean = this.isInstanceOf[TypeObject] && that.myType == this def selects(that: Selector): Boolean = ( this == that ) || ( that match { case Head(e,l) if this.isInstanceOf[HeadType] => HeadType(e.myType, l) == this case Relation(e,l,t) if this.isInstanceOf[HeadType] => HeadType(e.myType, l) == this case ht: HasType => isTypeMatch(ht) case _ => false } ) **---

    Definition Classes
    Selector
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def apply(m: HashMap[Key, MapTo]): HashModel
    Definition Classes
    ModelCompanion
  8. def apply(m: ListMap[Key, MapTo]): ListModel
    Definition Classes
    ModelCompanion
  9. def apply(elems: Elem*): Model
    Definition Classes
    ModelCompanion
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. def empty: Model
    Definition Classes
    ModelCompanion
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def fromMap(m: Map[Key, MapTo]): Model
    Definition Classes
    ModelFromMap
  17. final def getClass(): java.lang.Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isMatch(that: Elem): Boolean
    Definition Classes
    Selector
  21. def load(fileName: String): Model
    Definition Classes
    ModelCompanion
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def pairToElem(pair: (Key, MapTo)): Elem
    Definition Classes
    ModelCompanion
  26. def restrict(that: Model): Model
    Definition Classes
    Selector
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def unapplySeq(m: Model): Option[Seq[Elem]]
    Definition Classes
    ModelCompanion
  30. def unary_!: NotSelector
    Definition Classes
    Selector
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  34. def ||(that: Selector): OrSelector
    Definition Classes
    Selector

Inherited from Serializable

Inherited from Serializable

Inherited from ModelFromMap

Inherited from ModelCompanion

Inherited from TypeObject

Inherited from Selector

Inherited from AnyRef

Inherited from Any

Ungrouped