Packages

case class Max(value: Int) extends IntAttribute with scala.Product with Serializable

Source
GENERATED-metamodel.scala
Linear Supertypes
Serializable, Serializable, scala.Product, Equals, IntAttribute, Attribute[Int], HasValue[Int], MapTo, Node, Elem, Selector, CanBeMapped, HasType, DSL, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Max
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. IntAttribute
  7. Attribute
  8. HasValue
  9. MapTo
  10. Node
  11. Elem
  12. Selector
  13. CanBeMapped
  14. HasType
  15. DSL
  16. AnyRef
  17. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Max(value: Int)

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 /: AttrVal[Int]
    Definition Classes
    Attribute
  6. 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
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  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 isAttribute: Boolean
    Definition Classes
    AttributeElem
  14. def isEntity: Boolean
    Definition Classes
    Elem
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def isInt: Boolean
    Definition Classes
    IntAttributeAttribute
  17. def isMatch(that: Elem): Boolean
    Definition Classes
    Selector
  18. def isNode: Boolean
    Definition Classes
    NodeElem
  19. def isRelation: Boolean
    Definition Classes
    Elem
  20. def isString: Boolean
    Definition Classes
    Attribute
  21. def key: AttributeType[Int]
    Definition Classes
    AttributeCanBeMapped
  22. def mapTo: Attribute[Int]
    Definition Classes
    AttributeCanBeMapped
  23. val myType: Max.type
    Definition Classes
    MaxAttributeHasType
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def prefix: String
    Definition Classes
    DSL
  28. def restrict(that: Model): Model
    Definition Classes
    Selector
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toMapping: (Key, MapTo)
    Definition Classes
    CanBeMapped
  31. 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
    AttributeDSL
  32. def toScalaBody: String
    Definition Classes
    AttributeNode
  33. def unary_!: NotSelector
    Definition Classes
    Selector
  34. val value: Int
    Definition Classes
    MaxHasValue
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  38. def ||(that: Selector): OrSelector
    Definition Classes
    Selector

Inherited from Serializable

Inherited from Serializable

Inherited from scala.Product

Inherited from Equals

Inherited from IntAttribute

Inherited from Attribute[Int]

Inherited from HasValue[Int]

Inherited from MapTo

Inherited from Node

Inherited from Elem

Inherited from Selector

Inherited from CanBeMapped

Inherited from HasType

Inherited from DSL

Inherited from AnyRef

Inherited from Any

Ungrouped