class Agent extends Statement with Mergeable[Agent] with ImmutableAgent with Serial[immutable.Agent]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Agent
- Serial
- ImmutableAgent
- Hashable
- HasOther
- HasType
- HasLabel
- HasValue
- HasLocation
- MultiIdentifiable
- HasOther
- HasLocation
- HasType
- HasLabel
- Mergeable
- Statement
- Identifiable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAttributes[TERM <: immutable.Statement](t: TERM, attr: Set[Attribute]): TERM
- Definition Classes
- Serial
- def addToFirst(ll: List[immutable.Agent], attr: Set[Attribute]): List[immutable.Agent]
- Definition Classes
- Serial
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def canEqual(a: Any): Boolean
- Definition Classes
- ImmutableAgent
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val enumType: immutable.Kind.Value
- Definition Classes
- ImmutableAgent
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Any): Boolean
- Definition Classes
- ImmutableAgent → AnyRef → Any
- def getAttributes: Set[Attribute]
- Definition Classes
- ImmutableAgent
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getKind(): Kind
- Definition Classes
- ImmutableAgent
- Annotations
- @BeanProperty()
- def getLabel(): List[LangString]
- Definition Classes
- HasLabel
- def getLocation(): List[Location]
- Definition Classes
- HasLocation
- def getOther(): List[Other]
- Definition Classes
- HasOther
- def getType(): List[Type]
- Definition Classes
- HasType
- def getValue(): Set[Value]
- Definition Classes
- HasValue
- final def h(x: AnyRef): Int
- Definition Classes
- Hashable
- Annotations
- @inline()
- lazy val hashCode: Int
- Definition Classes
- ImmutableAgent → AnyRef → Any
- val id: Set[QualifiedName]
- Definition Classes
- Agent → MultiIdentifiable
- def idOrMarker(set: Set[QualifiedName], sb: StringBuilder): Unit
- Definition Classes
- Identifiable
- def idSets(): Set[Set[QualifiedName]]
- Definition Classes
- ImmutableAgent → Identifiable
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val kind: Kind
- Definition Classes
- ImmutableAgent
- Annotations
- @BeanProperty()
- val label: Set[LangString]
- val location: Set[Location]
- Definition Classes
- Agent → HasLocation
- def mapMerge(map1: Map[QualifiedName, Set[Other]], map2: Map[QualifiedName, Set[Other]]): Map[QualifiedName, Set[Other]]
- Definition Classes
- Identifiable
- def merge(ag: Agent): Agent
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def optionalId(id: Set[QualifiedName], sb: StringBuilder): Unit
- Definition Classes
- Identifiable
- def optionalId(id: QualifiedName, sb: StringBuilder): Unit
- Definition Classes
- Identifiable
- val other: Map[QualifiedName, Set[Other]]
- final def pr(v0: Int, v1: Int): Int
- Definition Classes
- Hashable
- Annotations
- @inline()
- def setValue(x: Value): Unit
- Definition Classes
- HasValue
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def timeOrMarker(time: Set[XMLGregorianCalendar], sb: StringBuilder): Unit
- Definition Classes
- Identifiable
- def toNotation(sb: StringBuilder): Unit
- Definition Classes
- ImmutableAgent
- def toString(): String
- Definition Classes
- Statement → AnyRef → Any
- def toTerms: List[immutable.Agent]
- val typex: Set[Type]
- def unify(m: Map[QualifiedName, Set[QualifiedName]]): Agent
- val value: Set[Value]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)