class Used extends model.Used with Identifiable with HasLocation with HasLabel with HasType with HasOther with HasRole with Hashable

Linear Supertypes
Hashable, HasRole, HasOther, HasType, HasLabel, HasLocation, Identifiable, model.Used, Influence, QualifiedRelation, Relation, Statement, StatementOrBundle, model.HasOther, model.HasLocation, model.HasRole, HasTime, model.HasType, model.HasLabel, model.Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Used
  2. Hashable
  3. HasRole
  4. HasOther
  5. HasType
  6. HasLabel
  7. HasLocation
  8. Identifiable
  9. Used
  10. Influence
  11. QualifiedRelation
  12. Relation
  13. Statement
  14. StatementOrBundle
  15. HasOther
  16. HasLocation
  17. HasRole
  18. HasTime
  19. HasType
  20. HasLabel
  21. Identifiable
  22. AnyRef
  23. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Used()

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. var activity: model.QualifiedName
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def canEqual(a: Any): Boolean
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. var entity: model.QualifiedName
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(that: Any): Boolean
    Definition Classes
    Used → AnyRef → Any
  11. def getActivity(): model.QualifiedName
    Definition Classes
    Used → Used
    Annotations
    @BeanProperty()
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. def getEntity(): model.QualifiedName
    Definition Classes
    Used → Used
    Annotations
    @BeanProperty()
  14. def getId(): model.QualifiedName
    Definition Classes
    Identifiable
    Annotations
    @BeanProperty()
  15. def getKind(): Kind
    Definition Classes
    Used → StatementOrBundle
    Annotations
    @BeanProperty()
  16. def getLabel(): List[model.LangString]
    Definition Classes
    HasLabel
    Annotations
    @BeanProperty()
  17. def getLocation(): List[model.Location]
    Definition Classes
    HasLocation
    Annotations
    @BeanProperty()
  18. def getOther(): List[model.Other]
    Definition Classes
    HasOther
  19. def getRole(): List[model.Role]
    Definition Classes
    HasRole
    Annotations
    @BeanProperty()
  20. def getTime(): XMLGregorianCalendar
    Definition Classes
    Used → HasTime
    Annotations
    @BeanProperty()
  21. def getType(): List[model.Type]
    Definition Classes
    HasType
  22. final def h(x: AnyRef): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  23. def hashCode(): Int
    Definition Classes
    Used → AnyRef → Any
  24. val id: model.QualifiedName
    Definition Classes
    Identifiable
    Annotations
    @BeanProperty()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val kind: Kind
  27. val label: List[model.LangString]
    Definition Classes
    HasLabel
    Annotations
    @BeanProperty()
  28. val location: List[model.Location]
    Definition Classes
    HasLocation
    Annotations
    @BeanProperty()
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  32. val other: List[model.Other]
    Definition Classes
    HasOther
  33. final def pr(v0: Int, v1: Int): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  34. val role: List[model.Role]
    Definition Classes
    HasRole
    Annotations
    @BeanProperty()
  35. def setActivity(arg0: model.QualifiedName): Unit
    Definition Classes
    Used → Used
    Annotations
    @BeanProperty()
  36. def setEntity(arg0: model.QualifiedName): Unit
    Definition Classes
    Used → Used
    Annotations
    @BeanProperty()
  37. def setId(arg0: model.QualifiedName): Unit
    Definition Classes
    Identifiable
    Annotations
    @BeanProperty()
  38. def setLabel(arg0: List[model.LangString]): Unit
    Definition Classes
    HasLabel
    Annotations
    @BeanProperty()
  39. def setLocation(arg0: List[model.Location]): Unit
    Definition Classes
    HasLocation
    Annotations
    @BeanProperty()
  40. def setOther(others: List[model.Other]): Unit
    Definition Classes
    HasOther
  41. def setRole(arg0: List[model.Role]): Unit
    Definition Classes
    HasRole
    Annotations
    @BeanProperty()
  42. def setTime(arg0: XMLGregorianCalendar): Unit
    Definition Classes
    Used → HasTime
    Annotations
    @BeanProperty()
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. var time: XMLGregorianCalendar
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. val typex: List[model.Type]
    Definition Classes
    HasType
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Hashable

Inherited from HasRole

Inherited from HasOther

Inherited from HasType

Inherited from HasLabel

Inherited from HasLocation

Inherited from Identifiable

Inherited from model.Used

Inherited from Influence

Inherited from QualifiedRelation

Inherited from Relation

Inherited from Statement

Inherited from StatementOrBundle

Inherited from model.HasOther

Inherited from model.HasLocation

Inherited from model.HasRole

Inherited from HasTime

Inherited from model.HasType

Inherited from model.HasLabel

Inherited from model.Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped