Packages

class RdfModel extends AnyRef

Annotations
@JSExportAll()
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RdfModel
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RdfModel(internal: scala.RdfModel)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from RdfModel to any2stringadd[RdfModel] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (RdfModel, B)
    Implicit
    This member is added by an implicit conversion from RdfModel to ArrowAssoc[RdfModel] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def addLiteralTriple(subject: String, predicate: String, objLiteralValue: String, objLiteralType: String): RdfModel
  7. def addLiteralTriple(subject: String, predicate: String, objLiteralValue: String): RdfModel
  8. def addTriple(subject: String, predicate: String, objResource: String): RdfModel
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def ensuring(cond: (RdfModel) ⇒ Boolean, msg: ⇒ Any): RdfModel
    Implicit
    This member is added by an implicit conversion from RdfModel to Ensuring[RdfModel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (RdfModel) ⇒ Boolean): RdfModel
    Implicit
    This member is added by an implicit conversion from RdfModel to Ensuring[RdfModel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): RdfModel
    Implicit
    This member is added by an implicit conversion from RdfModel to Ensuring[RdfModel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): RdfModel
    Implicit
    This member is added by an implicit conversion from RdfModel to Ensuring[RdfModel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def findNode(uri: String): ClientOption[Node]
  19. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from RdfModel to StringFormat[RdfModel] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def getNative(): Any
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def load(mediaType: String, text: String): Unit

    Load RDF string representation in this model

  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def nextAnonId(): String
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def serializeString(mediaType: String): ClientOption[String]

    Write model as a String representation

  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toN3(): String
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. def [B](y: B): (RdfModel, B)
    Implicit
    This member is added by an implicit conversion from RdfModel to ArrowAssoc[RdfModel] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from RdfModel to any2stringadd[RdfModel]

Inherited by implicit conversion StringFormat from RdfModel to StringFormat[RdfModel]

Inherited by implicit conversion Ensuring from RdfModel to Ensuring[RdfModel]

Inherited by implicit conversion ArrowAssoc from RdfModel to ArrowAssoc[RdfModel]

Ungrouped