class StatementIndexer extends Hashable

Linear Supertypes
Hashable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StatementIndexer
  2. Hashable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: HadMember)
  2. new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: AlternateOf)
  3. new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: SpecializationOf)
  4. new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: WasInformedBy)
  5. new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: WasInfluencedBy)
  6. new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: WasAttributedTo)
  7. new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: WasAssociatedWith)
  8. new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: ActedOnBehalfOf)
  9. new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: WasEndedBy)
  10. new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: WasStartedBy)
  11. new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: WasInvalidatedBy)
  12. new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: Used)
  13. new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: WasGeneratedBy)
  14. new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: WasDerivedFrom)
  15. new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: Agent)
  16. new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: Activity)
  17. new StatementIndexer(si: StatementIndexer, id: QualifiedName, e: Entity)
  18. new StatementIndexer(si: StatementIndexer, a: immutable.HadMember)
  19. new StatementIndexer(si: StatementIndexer, a: immutable.AlternateOf)
  20. new StatementIndexer(si: StatementIndexer, a: immutable.SpecializationOf)
  21. new StatementIndexer(si: StatementIndexer, a: immutable.WasInformedBy)
  22. new StatementIndexer(si: StatementIndexer, a: immutable.WasInfluencedBy)
  23. new StatementIndexer(si: StatementIndexer, a: immutable.WasAttributedTo)
  24. new StatementIndexer(si: StatementIndexer, a: immutable.WasAssociatedWith)
  25. new StatementIndexer(si: StatementIndexer, a: immutable.ActedOnBehalfOf)
  26. new StatementIndexer(si: StatementIndexer, a: immutable.WasEndedBy)
  27. new StatementIndexer(si: StatementIndexer, a: immutable.WasStartedBy)
  28. new StatementIndexer(si: StatementIndexer, a: immutable.WasInvalidatedBy)
  29. new StatementIndexer(si: StatementIndexer, a: immutable.Used)
  30. new StatementIndexer(si: StatementIndexer, a: immutable.WasGeneratedBy)
  31. new StatementIndexer(si: StatementIndexer, a: immutable.WasDerivedFrom)
  32. new StatementIndexer(si: StatementIndexer, a: immutable.Agent)
  33. new StatementIndexer(si: StatementIndexer, a: immutable.Activity)
  34. new StatementIndexer(si: StatementIndexer, e: immutable.Entity)
  35. new StatementIndexer()
  36. new StatementIndexer(entity: Map[QualifiedName, Entity], activity: Map[QualifiedName, Activity], agent: Map[QualifiedName, Agent], wasDerivedFrom: Map[QualifiedName, WasDerivedFrom], wasGeneratedBy: Map[QualifiedName, WasGeneratedBy], used: Map[QualifiedName, Used], wasInvalidatedBy: Map[QualifiedName, WasInvalidatedBy], wasStartedBy: Map[QualifiedName, WasStartedBy], wasEndedBy: Map[QualifiedName, WasEndedBy], actedOnBehalfOf: Map[QualifiedName, ActedOnBehalfOf], wasAssociatedWith: Map[QualifiedName, WasAssociatedWith], wasAttributedTo: Map[QualifiedName, WasAttributedTo], wasInfluencedBy: Map[QualifiedName, WasInfluencedBy], wasInformedBy: Map[QualifiedName, WasInformedBy], specializationOf: Map[QualifiedName, SpecializationOf], alternateOf: Map[QualifiedName, AlternateOf], hadMember: Map[QualifiedName, HadMember])

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. val actedOnBehalfOf: Map[QualifiedName, ActedOnBehalfOf]
  5. val activity: Map[QualifiedName, Activity]
  6. def add2(s: immutable.Statement): StatementIndexer
  7. def addString[T <: Statement](b: StringBuilder, set: IterableOnce[T], start: String, sep: String, end: String): StringBuilder
  8. val agent: Map[QualifiedName, Agent]
  9. val alternateOf: Map[QualifiedName, AlternateOf]
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def canEqual(a: Any): Boolean
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  13. val entity: Map[QualifiedName, Entity]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(that: Any): Boolean
    Definition Classes
    StatementIndexer → AnyRef → Any
  16. def extend2(ids: Set[QualifiedName], a: Statement): StatementIndexer
  17. def extend2(id: QualifiedName, a: Statement): StatementIndexer
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. final def h(x: AnyRef): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  20. val hadMember: Map[QualifiedName, HadMember]
  21. lazy val hashCode: Int
    Definition Classes
    StatementIndexer → AnyRef → Any
  22. def idSets(): Iterable[Set[QualifiedName]]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  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. final def pr(v0: Int, v1: Int): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  28. val specializationOf: Map[QualifiedName, SpecializationOf]
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toNotation(sb: StringBuilder): Unit
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def unify(m: Map[QualifiedName, Set[QualifiedName]]): StatementIndexer
  33. val used: Map[QualifiedName, Used]
  34. def values(): Iterable[MultiIdentifiable with Statement with HasLabel with HasOther with HasType with Hashable with Mergeable[_ >: Entity with Activity with Agent with WasDerivedFrom with WasGeneratedBy with Used with WasInvalidatedBy with WasStartedBy with WasEndedBy with WasAssociatedWith with WasAttributedTo with ActedOnBehalfOf with WasInfluencedBy with WasInformedBy with SpecializationOf with AlternateOf with HadMember <: MultiIdentifiable with Statement with HasLabel with HasOther with HasType with Hashable with Mergeable[_ >: Entity with Activity with Agent with WasDerivedFrom with WasGeneratedBy with Used with WasInvalidatedBy with WasStartedBy with WasEndedBy with WasAssociatedWith with WasAttributedTo with ActedOnBehalfOf with WasInfluencedBy with WasInformedBy with SpecializationOf with AlternateOf with HadMember <: MultiIdentifiable with Statement with HasLabel with HasOther with HasType with Hashable with Mergeable[_ >: Entity with Activity with Agent with WasDerivedFrom with WasGeneratedBy with Used with WasInvalidatedBy with WasStartedBy with WasEndedBy with WasAssociatedWith with WasAttributedTo with ActedOnBehalfOf with WasInfluencedBy with WasInformedBy with SpecializationOf with AlternateOf with HadMember <: MultiIdentifiable with Statement with HasLabel with HasOther with HasType with Hashable] with Serial[_ >: immutable.Entity with immutable.Activity with immutable.Agent with immutable.WasDerivedFrom with immutable.WasGeneratedBy with immutable.Used with immutable.WasInvalidatedBy with immutable.WasStartedBy with immutable.WasEndedBy with immutable.WasAssociatedWith with immutable.WasAttributedTo with immutable.ActedOnBehalfOf with immutable.WasInfluencedBy with immutable.WasInformedBy with immutable.SpecializationOf with immutable.AlternateOf with immutable.HadMember <: immutable.Statement with model.HasType with model.HasOther with model.HasLabel with immutable.HasType with immutable.Hashable with HasAttributes with immutable.HasOther with immutable.HasLabel] { ... /* 2 definitions in type refinement */ }] with Serial[_ >: immutable.Entity with immutable.Activity with immutable.Agent with immutable.WasDerivedFrom with immutable.WasGeneratedBy with immutable.Used with immutable.WasInvalidatedBy with immutable.WasStartedBy with immutable.WasEndedBy with immutable.WasAssociatedWith with immutable.WasAttributedTo with immutable.ActedOnBehalfOf with immutable.WasInfluencedBy with immutable.WasInformedBy with immutable.SpecializationOf with immutable.AlternateOf with immutable.HadMember <: immutable.Statement with model.HasType with model.HasOther with model.HasLabel with immutable.HasType with immutable.Hashable with HasAttributes with immutable.HasOther with immutable.HasLabel { ... /* 2 definitions in type refinement */ }] { ... /* 2 definitions in type refinement */ }] with Serial[_ >: immutable.Entity with immutable.Activity with immutable.Agent with immutable.WasDerivedFrom with immutable.WasGeneratedBy with immutable.Used with immutable.WasInvalidatedBy with immutable.WasStartedBy with immutable.WasEndedBy with immutable.WasAssociatedWith with immutable.WasAttributedTo with immutable.ActedOnBehalfOf with immutable.WasInfluencedBy with immutable.WasInformedBy with immutable.SpecializationOf with immutable.AlternateOf with immutable.HadMember <: immutable.Statement with model.HasType with model.HasOther with model.HasLabel with immutable.HasType with immutable.Hashable with HasAttributes with immutable.HasOther with immutable.HasLabel { ... /* 2 definitions in type refinement */ }] { ... /* 2 definitions in type refinement */ }]
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. val wasAssociatedWith: Map[QualifiedName, WasAssociatedWith]
  39. val wasAttributedTo: Map[QualifiedName, WasAttributedTo]
  40. val wasDerivedFrom: Map[QualifiedName, WasDerivedFrom]
  41. val wasEndedBy: Map[QualifiedName, WasEndedBy]
  42. val wasGeneratedBy: Map[QualifiedName, WasGeneratedBy]
  43. val wasInfluencedBy: Map[QualifiedName, WasInfluencedBy]
  44. val wasInformedBy: Map[QualifiedName, WasInformedBy]
  45. val wasInvalidatedBy: Map[QualifiedName, WasInvalidatedBy]
  46. val wasStartedBy: Map[QualifiedName, WasStartedBy]

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 AnyRef

Inherited from Any

Ungrouped