class Agent extends model.Agent with Identifiable with HasLocation with HasValue with HasLabel with HasType with HasOther with Hashable

Linear Supertypes
Hashable, HasOther, HasType, HasLabel, HasValue, HasLocation, Identifiable, model.Agent, Element, Statement, StatementOrBundle, model.HasOther, model.HasLocation, model.HasType, model.HasLabel, model.Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Agent
  2. Hashable
  3. HasOther
  4. HasType
  5. HasLabel
  6. HasValue
  7. HasLocation
  8. Identifiable
  9. Agent
  10. Element
  11. Statement
  12. StatementOrBundle
  13. HasOther
  14. HasLocation
  15. HasType
  16. HasLabel
  17. Identifiable
  18. AnyRef
  19. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Agent()

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

Inherited from HasType

Inherited from HasLabel

Inherited from HasValue

Inherited from HasLocation

Inherited from Identifiable

Inherited from model.Agent

Inherited from Element

Inherited from Statement

Inherited from StatementOrBundle

Inherited from model.HasOther

Inherited from model.HasLocation

Inherited from model.HasType

Inherited from model.HasLabel

Inherited from model.Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped