Packages

t

reqT

Elem

sealed trait Elem extends DSL with HasType with CanBeMapped with Selector

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Elem
  2. Selector
  3. CanBeMapped
  4. HasType
  5. DSL
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def isAttribute: Boolean
  2. abstract def isNode: Boolean
  3. abstract def key: Key
    Definition Classes
    CanBeMapped
  4. abstract def mapTo: MapTo
    Definition Classes
    CanBeMapped
  5. abstract def myType: TypeObject
    Definition Classes
    HasType
  6. abstract def productPrefix: String
    Definition Classes
    DSL

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): java.lang.Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def isEntity: Boolean
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def isMatch(that: Elem): Boolean
    Definition Classes
    Selector
  17. def isRelation: Boolean
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def prefix: String
    Definition Classes
    DSL
  22. def restrict(that: Model): Model
    Definition Classes
    Selector
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toMapping: (Key, MapTo)
    Definition Classes
    CanBeMapped
  25. def toScala: String

    Concrete DSL classes should have an executable string representation.

    Concrete DSL classes should have an executable string representation. If the default toString is not executable Scala-embedded DSL syntax, then this method is overridden by an executable string.

    Definition Classes
    DSL
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def unary_!: NotSelector
    Definition Classes
    Selector
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  31. def ||(that: Selector): OrSelector
    Definition Classes
    Selector

Inherited from Selector

Inherited from CanBeMapped

Inherited from HasType

Inherited from DSL

Inherited from AnyRef

Inherited from Any

Ungrouped