class StatementIndexer extends Hashable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StatementIndexer
- Hashable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: HadMember)
- new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: AlternateOf)
- new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: SpecializationOf)
- new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: WasInformedBy)
- new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: WasInfluencedBy)
- new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: WasAttributedTo)
- new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: WasAssociatedWith)
- new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: ActedOnBehalfOf)
- new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: WasEndedBy)
- new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: WasStartedBy)
- new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: WasInvalidatedBy)
- new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: Used)
- new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: WasGeneratedBy)
- new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: WasDerivedFrom)
- new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: Agent)
- new StatementIndexer(si: StatementIndexer, id: QualifiedName, a: Activity)
- new StatementIndexer(si: StatementIndexer, id: QualifiedName, e: Entity)
- new StatementIndexer(si: StatementIndexer, a: immutable.HadMember)
- new StatementIndexer(si: StatementIndexer, a: immutable.AlternateOf)
- new StatementIndexer(si: StatementIndexer, a: immutable.SpecializationOf)
- new StatementIndexer(si: StatementIndexer, a: immutable.WasInformedBy)
- new StatementIndexer(si: StatementIndexer, a: immutable.WasInfluencedBy)
- new StatementIndexer(si: StatementIndexer, a: immutable.WasAttributedTo)
- new StatementIndexer(si: StatementIndexer, a: immutable.WasAssociatedWith)
- new StatementIndexer(si: StatementIndexer, a: immutable.ActedOnBehalfOf)
- new StatementIndexer(si: StatementIndexer, a: immutable.WasEndedBy)
- new StatementIndexer(si: StatementIndexer, a: immutable.WasStartedBy)
- new StatementIndexer(si: StatementIndexer, a: immutable.WasInvalidatedBy)
- new StatementIndexer(si: StatementIndexer, a: immutable.Used)
- new StatementIndexer(si: StatementIndexer, a: immutable.WasGeneratedBy)
- new StatementIndexer(si: StatementIndexer, a: immutable.WasDerivedFrom)
- new StatementIndexer(si: StatementIndexer, a: immutable.Agent)
- new StatementIndexer(si: StatementIndexer, a: immutable.Activity)
- new StatementIndexer(si: StatementIndexer, e: immutable.Entity)
- new StatementIndexer()
- 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
- 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
- val actedOnBehalfOf: Map[QualifiedName, ActedOnBehalfOf]
- val activity: Map[QualifiedName, Activity]
- def add2(s: immutable.Statement): StatementIndexer
- def addString[T <: Statement](b: StringBuilder, set: IterableOnce[T], start: String, sep: String, end: String): StringBuilder
- val agent: Map[QualifiedName, Agent]
- val alternateOf: Map[QualifiedName, AlternateOf]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def canEqual(a: Any): Boolean
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val entity: Map[QualifiedName, Entity]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Any): Boolean
- Definition Classes
- StatementIndexer → AnyRef → Any
- def extend2(ids: Set[QualifiedName], a: Statement): StatementIndexer
- def extend2(id: QualifiedName, a: Statement): StatementIndexer
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def h(x: AnyRef): Int
- Definition Classes
- Hashable
- Annotations
- @inline()
- val hadMember: Map[QualifiedName, HadMember]
- lazy val hashCode: Int
- Definition Classes
- StatementIndexer → AnyRef → Any
- def idSets(): Iterable[Set[QualifiedName]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- final def pr(v0: Int, v1: Int): Int
- Definition Classes
- Hashable
- Annotations
- @inline()
- val specializationOf: Map[QualifiedName, SpecializationOf]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toNotation(sb: StringBuilder): Unit
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unify(m: Map[QualifiedName, Set[QualifiedName]]): StatementIndexer
- val used: Map[QualifiedName, Used]
- 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 */ }]
- 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])
- val wasAssociatedWith: Map[QualifiedName, WasAssociatedWith]
- val wasAttributedTo: Map[QualifiedName, WasAttributedTo]
- val wasDerivedFrom: Map[QualifiedName, WasDerivedFrom]
- val wasEndedBy: Map[QualifiedName, WasEndedBy]
- val wasGeneratedBy: Map[QualifiedName, WasGeneratedBy]
- val wasInfluencedBy: Map[QualifiedName, WasInfluencedBy]
- val wasInformedBy: Map[QualifiedName, WasInformedBy]
- val wasInvalidatedBy: Map[QualifiedName, WasInvalidatedBy]
- val wasStartedBy: Map[QualifiedName, WasStartedBy]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)