object Normalizer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Normalizer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class IndexingPair(k: Any, kind: Kind) extends Product with Serializable
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 applyPartition(index: Map[IndexingPair, Set[Statement]]): Iterable[Set[QualifiedName]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fusion(doc: Document): DocumentProxyFromStatements
- def fusion(b: Bundle): Bundle
- Annotations
- @tailrec()
- def fusion(ss: Set[Statement], psi: Option[Map[QualifiedName, Set[QualifiedName]]]): Set[Statement]
- Annotations
- @tailrec()
- def fusion1(b: Bundle): Bundle
- def fusion1(ss: Set[Statement]): (Set[Statement], Map[QualifiedName, Set[QualifiedName]])
- def fusion2(b: Bundle): Bundle
- def fusion2(ss: Set[Statement], psi: Map[QualifiedName, Set[QualifiedName]]): (Set[Statement], Map[QualifiedName, Set[QualifiedName]])
- def fusionBundles(bs: Set[Bundle]): Set[Bundle]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def inNormalForm(s: immutable.Statement): Statement
- def inNormalFormBundle(b: immutable.Bundle): Bundle
- def index_membership(ss: Set[Statement], key: (Statement) => Any, activeKey: (Any) => Boolean, equiv_init: Set[Set[QualifiedName]]): (Map[IndexingPair, Set[Statement]], Map[QualifiedName, Set[QualifiedName]])
- def index_membership1(ss: Set[Statement], equiv_init: Set[Set[QualifiedName]] = Set()): (Map[IndexingPair, Set[Statement]], Map[QualifiedName, Set[QualifiedName]])
- def index_membership2(ss: Set[Statement], equiv_init: Set[Set[QualifiedName]] = Set()): (Map[IndexingPair, Set[Statement]], Map[QualifiedName, Set[QualifiedName]])
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def makeIndex(ss: Set[Statement], key: (Statement) => Any, activeKey: (Any) => Boolean): Map[IndexingPair, Set[Statement]]
- def makeMembership(equiv: Iterable[Set[QualifiedName]]): Map[QualifiedName, Set[QualifiedName]]
- def merge[T <: Statement with Mergeable[T]](s1: T, s2: T): T
- def mergeBundles(b1: Bundle, b2: Bundle): Bundle
- def mergeList[Tx <: Statement with Mergeable[Tx]](ss: Set[Tx]): Tx
- def mergeList2(ss: Set[Statement]): Statement
- def mergeNamespaces(ns1: Namespace, ns2: Namespace): Namespace
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newNormalForm(e: immutable.HadMember): HadMember
- def newNormalForm(e: immutable.AlternateOf): AlternateOf
- def newNormalForm(e: immutable.SpecializationOf): SpecializationOf
- def newNormalForm(e: immutable.WasInformedBy): WasInformedBy
- def newNormalForm(e: immutable.WasInfluencedBy): WasInfluencedBy
- def newNormalForm(e: immutable.ActedOnBehalfOf): ActedOnBehalfOf
- def newNormalForm(e: immutable.WasAssociatedWith): WasAssociatedWith
- def newNormalForm(e: immutable.WasAttributedTo): WasAttributedTo
- def newNormalForm(e: immutable.WasEndedBy): WasEndedBy
- def newNormalForm(e: immutable.WasStartedBy): WasStartedBy
- def newNormalForm(e: immutable.WasInvalidatedBy): WasInvalidatedBy
- def newNormalForm(e: immutable.Used): Used
- def newNormalForm(e: immutable.WasGeneratedBy): WasGeneratedBy
- def newNormalForm(e: immutable.WasDerivedFrom): WasDerivedFrom
- def newNormalForm(e: immutable.Agent): Agent
- def newNormalForm(e: immutable.Activity): Activity
- def newNormalForm(e: immutable.Entity): Entity
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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)