Packages

c

amf.rdf.client.scala

JenaRdfModel

class JenaRdfModel extends RdfModel

Linear Supertypes
RdfModel, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JenaRdfModel
  2. RdfModel
  3. AnyRef
  4. 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 JenaRdfModel(model: Model = ModelFactory.createDefaultModel())

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 JenaRdfModel to any2stringadd[JenaRdfModel] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (JenaRdfModel, B)
    Implicit
    This member is added by an implicit conversion from JenaRdfModel to ArrowAssoc[JenaRdfModel] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def addTriple(subject: String, predicate: String, objLiteralValue: String, objLiteralType: Option[String]): RdfModel
    Definition Classes
    JenaRdfModelRdfModel
  7. def addTriple(subject: String, predicate: String, objResource: String): RdfModel
    Definition Classes
    JenaRdfModelRdfModel
  8. var anonCounter: Int
    Definition Classes
    RdfModel
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def checkAnon(s: String): Resource
    Attributes
    protected
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  12. def dump(): Unit
  13. def ensuring(cond: (JenaRdfModel) ⇒ Boolean, msg: ⇒ Any): JenaRdfModel
    Implicit
    This member is added by an implicit conversion from JenaRdfModel to Ensuring[JenaRdfModel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (JenaRdfModel) ⇒ Boolean): JenaRdfModel
    Implicit
    This member is added by an implicit conversion from JenaRdfModel to Ensuring[JenaRdfModel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): JenaRdfModel
    Implicit
    This member is added by an implicit conversion from JenaRdfModel to Ensuring[JenaRdfModel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): JenaRdfModel
    Implicit
    This member is added by an implicit conversion from JenaRdfModel to Ensuring[JenaRdfModel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def findNode(uri: String): Option[Node]
    Definition Classes
    JenaRdfModelRdfModel
  20. def formatForMediaType(mediaType: String): RDFFormat
    Attributes
    protected
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  22. def getNative(): Any
    Definition Classes
    JenaRdfModelRdfModel
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def load(mediaType: String, text: String): Unit

    Load RDF string representation in this model

    Load RDF string representation in this model

    Definition Classes
    JenaRdfModelRdfModel
  26. val model: Model
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def nextAnonId(): String
    Definition Classes
    JenaRdfModelRdfModel
  29. var nodesCache: Map[String, Node]
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  32. def serializeString(mediaType: String): Option[String]

    Write model as a String representation

    Write model as a String representation

    Definition Classes
    JenaRdfModelRdfModel
  33. def serializeWriter[W](mediaType: String, writer: W)(implicit arg0: Output[W]): Option[W]

    Write model using a writer

    Write model using a writer

    writer

    writer where to send the representation

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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from JenaRdfModel to StringFormat[JenaRdfModel] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

Inherited from RdfModel

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped