class DocumentProxy extends HasNamespace with Hashable with ProxyWithStatements with DocumentProxyInterface

Linear Supertypes
DocumentProxyInterface, ProxyWithStatements, Hashable, HasNamespace, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DocumentProxy
  2. DocumentProxyInterface
  3. ProxyWithStatements
  4. Hashable
  5. HasNamespace
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DocumentProxy(namespace: Namespace)
  2. new DocumentProxy(statement: NoIdStatementIndexer, indexer: StatementIndexer, namespace: Namespace)

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 add(s: Statement): DocumentProxy
  5. def add(s: immutable.Statement): DocumentProxy
    Definition Classes
    DocumentProxy → DocumentProxyInterface
  6. def addString[T <: StatementOrBundle](b: StringBuilder, set: IterableOnce[T], start: String, sep: String, end: String): StringBuilder
    Definition Classes
    HasNamespace
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def canEqual(a: Any): Boolean
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(that: Any): Boolean
    Definition Classes
    DocumentProxy → AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. def getNamespace(): Namespace
    Annotations
    @BeanProperty()
  14. def getStatements: Set[Statement]
    Definition Classes
    DocumentProxyProxyWithStatements
  15. final def h(x: AnyRef): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  16. lazy val hashCode: Int
    Definition Classes
    DocumentProxy → AnyRef → Any
  17. def idSets(): Iterable[Set[QualifiedName]]
  18. val indexer: StatementIndexer
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def keyConstraints(): KeyIndexer
  21. val namespace: Namespace
    Definition Classes
    DocumentProxy → HasNamespace
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. final def pr(v0: Int, v1: Int): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  26. def printNamespace(sb: StringBuilder): Unit
    Definition Classes
    HasNamespace
  27. def setNamespace(x: Namespace): Unit
  28. val statement: NoIdStatementIndexer
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toDocument: Document
  31. def toNotation(sb: StringBuilder): Unit
  32. def toString(): String
    Definition Classes
    DocumentProxy → AnyRef → Any
  33. def unify(): DocumentProxy
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. 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 DocumentProxyInterface

Inherited from ProxyWithStatements

Inherited from Hashable

Inherited from HasNamespace

Inherited from AnyRef

Inherited from Any

Ungrouped