class SummaryConstructor extends AnyRef

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

Instance Constructors

  1. new SummaryConstructor(ind: Indexing, provtypes: Map[Int, Set[ProvType]], nsBase: String, prettyMethod: Pretty = PrettyMethod.Name, withLevel0Description: Boolean = false)

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 amap: Map[QualifiedName, Int]
  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. def convertRelation(rel: Relation, other: Map[QualifiedName, Set[Other]]): Relation
  8. def convertRelation(rel: Relation): Relation
  9. var done: Boolean
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. def getSuccessors(amap: Map[QualifiedName, Int], ss: Iterable[StatementOrBundle]): Map[Int, Map[Int, Iterable[Relation]]]
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. lazy val idsVec: Iterable[QualifiedName]
  16. val ind: Indexing
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def labAttr(s: String): Attribute
  19. def label(q: QualifiedName): Set[LangString]
  20. lazy val level0Descriptors: Map[Int, Set[String]]
  21. def makeIndex(): SummaryIndex
  22. lazy val mapToBaseUri: Map[Int, Set[String]]
  23. lazy val mapToBaseUriOLD: Map[Int, Set[String]]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def nodeWithCountAndLabel(kind: Kind, id: QualifiedName, c: Int, nbr: Option[Int]): Node
  26. def nodeWithLabel(kind: Kind, id: QualifiedName): Node
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. val nsBase: String
  30. val ordered: Seq[Set[ProvType]]
  31. def other(size: Int, nbr: Option[Int]): Map[QualifiedName, Set[Other]]
  32. def other(c: Int): Map[QualifiedName, Set[Other]]
  33. val prettyMethod: Pretty
  34. lazy val prettyNames: Map[Int, String]
  35. def primitivesToKind(name: QualifiedName): Kind
  36. val provTypeIndex: Map[Set[ProvType], Int]
  37. val provtypes: Map[Int, Set[ProvType]]
  38. val qn: Map[Int, QualifiedName]
  39. def relationWithCount(t: Kind, effect: QualifiedName, cause: QualifiedName, c: Int, rel: Relation): Relation
  40. def relationWithCount(rel: Relation, c: Int): Relation
  41. lazy val succ: Map[Int, Map[Int, Iterable[Relation]]]
  42. def sumQn(q: QualifiedName): QualifiedName
  43. lazy val summaryAbsentNodes: Set[Node]
  44. lazy val summaryNodes: Set[Node]
  45. lazy val summaryNormalNodes: Set[Node]
  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. val toSummary0: Map[Int, Int]
  49. val toSummary1: Map[Int, Int]
  50. def toSummary2(src: Int): Int
  51. val typesVector: Seq[Set[ProvType]]
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. val withLevel0Description: Boolean
  56. val xsd_int: QualifiedName
  57. val xsd_string: QualifiedName

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