object Normalizer

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

Type Members

  1. case class IndexingPair(k: Any, kind: Kind) extends Product with Serializable

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. def applyPartition(index: Map[IndexingPair, Set[Statement]]): Iterable[Set[QualifiedName]]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  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(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def fusion(doc: Document): DocumentProxyFromStatements
  10. def fusion(b: Bundle): Bundle
    Annotations
    @tailrec()
  11. def fusion(ss: Set[Statement], psi: Option[Map[QualifiedName, Set[QualifiedName]]]): Set[Statement]
    Annotations
    @tailrec()
  12. def fusion1(b: Bundle): Bundle
  13. def fusion1(ss: Set[Statement]): (Set[Statement], Map[QualifiedName, Set[QualifiedName]])
  14. def fusion2(b: Bundle): Bundle
  15. def fusion2(ss: Set[Statement], psi: Map[QualifiedName, Set[QualifiedName]]): (Set[Statement], Map[QualifiedName, Set[QualifiedName]])
  16. def fusionBundles(bs: Set[Bundle]): Set[Bundle]
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def inNormalForm(s: immutable.Statement): Statement
  20. def inNormalFormBundle(b: immutable.Bundle): Bundle
  21. 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]])
  22. def index_membership1(ss: Set[Statement], equiv_init: Set[Set[QualifiedName]] = Set()): (Map[IndexingPair, Set[Statement]], Map[QualifiedName, Set[QualifiedName]])
  23. def index_membership2(ss: Set[Statement], equiv_init: Set[Set[QualifiedName]] = Set()): (Map[IndexingPair, Set[Statement]], Map[QualifiedName, Set[QualifiedName]])
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def makeIndex(ss: Set[Statement], key: (Statement) => Any, activeKey: (Any) => Boolean): Map[IndexingPair, Set[Statement]]
  26. def makeMembership(equiv: Iterable[Set[QualifiedName]]): Map[QualifiedName, Set[QualifiedName]]
  27. def merge[T <: Statement with Mergeable[T]](s1: T, s2: T): T
  28. def mergeBundles(b1: Bundle, b2: Bundle): Bundle
  29. def mergeList[Tx <: Statement with Mergeable[Tx]](ss: Set[Tx]): Tx
  30. def mergeList2(ss: Set[Statement]): Statement
  31. def mergeNamespaces(ns1: Namespace, ns2: Namespace): Namespace
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def newNormalForm(e: immutable.HadMember): HadMember
  34. def newNormalForm(e: immutable.AlternateOf): AlternateOf
  35. def newNormalForm(e: immutable.SpecializationOf): SpecializationOf
  36. def newNormalForm(e: immutable.WasInformedBy): WasInformedBy
  37. def newNormalForm(e: immutable.WasInfluencedBy): WasInfluencedBy
  38. def newNormalForm(e: immutable.ActedOnBehalfOf): ActedOnBehalfOf
  39. def newNormalForm(e: immutable.WasAssociatedWith): WasAssociatedWith
  40. def newNormalForm(e: immutable.WasAttributedTo): WasAttributedTo
  41. def newNormalForm(e: immutable.WasEndedBy): WasEndedBy
  42. def newNormalForm(e: immutable.WasStartedBy): WasStartedBy
  43. def newNormalForm(e: immutable.WasInvalidatedBy): WasInvalidatedBy
  44. def newNormalForm(e: immutable.Used): Used
  45. def newNormalForm(e: immutable.WasGeneratedBy): WasGeneratedBy
  46. def newNormalForm(e: immutable.WasDerivedFrom): WasDerivedFrom
  47. def newNormalForm(e: immutable.Agent): Agent
  48. def newNormalForm(e: immutable.Activity): Activity
  49. def newNormalForm(e: immutable.Entity): Entity
  50. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  51. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  52. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  53. def toString(): String
    Definition Classes
    AnyRef → Any
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. 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 AnyRef

Inherited from Any

Ungrouped