Packages

object Breakpoint extends EntityType with scala.Product with Serializable

Source
GENERATED-metamodel.scala
Linear Supertypes
Serializable, Serializable, scala.Product, Equals, EntityType, HeadTypeFactory, TypeObject, Selector, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Breakpoint
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. EntityType
  7. HeadTypeFactory
  8. TypeObject
  9. Selector
  10. AnyRef
  11. 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(i: Int): Entity
    Definition Classes
    EntityType
  8. def apply(): Entity
    Definition Classes
    EntityType
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def binds: HeadType
    Definition Classes
    HeadTypeFactory
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. def deprecates: HeadType
    Definition Classes
    HeadTypeFactory
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def excludes: HeadType
    Definition Classes
    HeadTypeFactory
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): java.lang.Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def has: HeadType
    Definition Classes
    EntityType
  19. def helps: HeadType
    Definition Classes
    HeadTypeFactory
  20. def hurts: HeadType
    Definition Classes
    HeadTypeFactory
  21. def impacts: HeadType
    Definition Classes
    HeadTypeFactory
  22. def implements: HeadType
    Definition Classes
    HeadTypeFactory
  23. def interactsWith: HeadType
    Definition Classes
    HeadTypeFactory
  24. def is: HeadType
    Definition Classes
    EntityType
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isMatch(that: Elem): Boolean
    Definition Classes
    Selector
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def precedes: HeadType
    Definition Classes
    HeadTypeFactory
  31. def relatesTo: HeadType
    Definition Classes
    HeadTypeFactory
  32. def requires: HeadType
    Definition Classes
    HeadTypeFactory
  33. def restrict(that: Model): Model
    Definition Classes
    Selector
  34. def superOf: HeadType
    Definition Classes
    EntityType
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def unary_!: NotSelector
    Definition Classes
    Selector
  37. def verifies: HeadType
    Definition Classes
    HeadTypeFactory
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  41. def ||(that: Selector): OrSelector
    Definition Classes
    Selector

Inherited from Serializable

Inherited from Serializable

Inherited from scala.Product

Inherited from Equals

Inherited from EntityType

Inherited from HeadTypeFactory

Inherited from TypeObject

Inherited from Selector

Inherited from AnyRef

Inherited from Any

Ungrouped