c

org.openprovenance.prov.scala.nf

DocumentProxyFromStatements

class DocumentProxyFromStatements extends HasNamespace with Hashable with ProxyWithStatements

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

Instance Constructors

  1. new DocumentProxyFromStatements(statements: Set[Statement], bundles: Set[Bundle], 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 addString[T <: StatementOrBundle](b: StringBuilder, set: IterableOnce[T], start: String, sep: String, end: String): StringBuilder
    Definition Classes
    HasNamespace
  5. def addString1[T <: Statement](b: StringBuilder, set: IterableOnce[T], start: String, sep: String, end: String): StringBuilder
  6. def addString2(b: StringBuilder, set: IterableOnce[Bundle], start: String, sep: String, end: String): StringBuilder
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val bundles: Set[Bundle]
  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
    DocumentProxyFromStatements → 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]
  15. final def h(x: AnyRef): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  16. lazy val hashCode: Int
    Definition Classes
    DocumentProxyFromStatements → AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val namespace: Namespace
    Definition Classes
    DocumentProxyFromStatements → HasNamespace
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. final def pr(v0: Int, v1: Int): Int
    Definition Classes
    Hashable
    Annotations
    @inline()
  23. def printNamespace(sb: StringBuilder): Unit
    Definition Classes
    HasNamespace
  24. val statements: Set[Statement]
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toNotation(sb: StringBuilder): Unit
  27. def toString(): String
    Definition Classes
    DocumentProxyFromStatements → AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. 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 ProxyWithStatements

Inherited from Hashable

Inherited from HasNamespace

Inherited from AnyRef

Inherited from Any

Ungrouped