org.w3.banana.jena

JenaModule

trait JenaModule extends RDFModule with RDFOpsModule with RecordBinderModule with SparqlGraphModule with SparqlHttpModule with RDFXMLReaderModule with TurtleReaderModule with NTriplesReaderModule with ReaderSelectorModule with RDFXMLWriterModule with TurtleWriterModule with WriterSelectorModule with JsonSolutionsWriterModule with XmlSolutionsWriterModule with JsonQueryResultsReaderModule with XmlQueryResultsReaderModule

Linear Supertypes
XmlQueryResultsReaderModule, JsonQueryResultsReaderModule, XmlSolutionsWriterModule, JsonSolutionsWriterModule, WriterSelectorModule, TurtleWriterModule, RDFXMLWriterModule, ReaderSelectorModule, NTriplesReaderModule, TurtleReaderModule, RDFXMLReaderModule, SparqlHttpModule, SparqlGraphModule, RecordBinderModule, RDFOpsModule, RDFModule, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JenaModule
  2. XmlQueryResultsReaderModule
  3. JsonQueryResultsReaderModule
  4. XmlSolutionsWriterModule
  5. JsonSolutionsWriterModule
  6. WriterSelectorModule
  7. TurtleWriterModule
  8. RDFXMLWriterModule
  9. ReaderSelectorModule
  10. NTriplesReaderModule
  11. TurtleReaderModule
  12. RDFXMLReaderModule
  13. SparqlHttpModule
  14. SparqlGraphModule
  15. RecordBinderModule
  16. RDFOpsModule
  17. RDFModule
  18. AnyRef
  19. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Rdf = Jena

    Definition Classes
    JenaModule → RDFModule

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from JenaModule to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (JenaModule, B)

    Implicit information
    This member is added by an implicit conversion from JenaModule to ArrowAssoc[JenaModule] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def ensuring(cond: (JenaModule) ⇒ Boolean, msg: ⇒ Any): JenaModule

    Implicit information
    This member is added by an implicit conversion from JenaModule to Ensuring[JenaModule] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (JenaModule) ⇒ Boolean): JenaModule

    Implicit information
    This member is added by an implicit conversion from JenaModule to Ensuring[JenaModule] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): JenaModule

    Implicit information
    This member is added by an implicit conversion from JenaModule to Ensuring[JenaModule] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): JenaModule

    Implicit information
    This member is added by an implicit conversion from JenaModule to Ensuring[JenaModule] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from JenaModule to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. implicit val jenaUtil: JenaUtil

  22. implicit val jsonQueryResultsReader: SparqlQueryResultsReader[Jena, SparqlAnswerJson]

    Definition Classes
    JenaModule → JsonQueryResultsReaderModule
  23. implicit val jsonSolutionsWriter: SparqlSolutionsWriter[Jena, SparqlAnswerJson]

    Definition Classes
    JenaModule → JsonSolutionsWriterModule
  24. implicit val n3Reader: RDFReader[Jena, Try, N3]

  25. implicit val n3Writer: RDFWriter[Jena, Try, N3]

  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. implicit val ntriplesReader: RDFReader[Jena, Try, NTriples]

    Definition Classes
    JenaModule → NTriplesReaderModule
  30. implicit val ops: JenaOps

    Definition Classes
    JenaModule → RDFOpsModule
  31. implicit val rdfStore: RDFStore[Jena, Try, Dataset] with SparqlUpdate[Jena, Try, Dataset]

  32. implicit val rdfXMLReader: RDFReader[Jena, Try, RDFXML]

    Definition Classes
    JenaModule → RDFXMLReaderModule
  33. implicit val rdfXMLWriter: RDFWriter[Jena, Try, RDFXML]

    Definition Classes
    JenaModule → RDFXMLWriterModule
  34. implicit val readerSelector: ReaderSelector[Jena, Try]

    Definition Classes
    JenaModule → ReaderSelectorModule
  35. implicit val recordBinder: RecordBinder[Jena]

    Definition Classes
    JenaModule → RecordBinderModule
  36. implicit val sparqlGraph: SparqlEngine[Jena, Try, Graph]

    Definition Classes
    JenaModule → SparqlGraphModule
  37. implicit val sparqlHttp: SparqlEngine[Jena, Future, URL]

    Definition Classes
    JenaModule → SparqlHttpModule
  38. implicit val sparqlOps: SparqlOps[Jena]

  39. implicit val sparqlSolutionsWriterSelector: SparqlSolutionsWriterSelector[Jena]

  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def toString(): String

    Definition Classes
    AnyRef → Any
  42. implicit val turtleReader: RDFReader[Jena, Try, Turtle]

    Definition Classes
    JenaModule → TurtleReaderModule
  43. implicit val turtleWriter: RDFWriter[Jena, Try, Turtle]

    Definition Classes
    JenaModule → TurtleWriterModule
  44. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. implicit val writerSelector: RDFWriterSelector[Jena, Try]

    Definition Classes
    JenaModule → WriterSelectorModule
  48. implicit val xmlQueryResultsReader: SparqlQueryResultsReader[Jena, SparqlAnswerXml]

    Definition Classes
    JenaModule → XmlQueryResultsReaderModule
  49. implicit val xmlSolutionsWriter: SparqlSolutionsWriter[Jena, SparqlAnswerXml]

    Definition Classes
    JenaModule → XmlSolutionsWriterModule
  50. def [B](y: B): (JenaModule, B)

    Implicit information
    This member is added by an implicit conversion from JenaModule to ArrowAssoc[JenaModule] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from JenaModule to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jenaModule: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from JenaModule to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jenaModule: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: JenaModule

    Implicit information
    This member is added by an implicit conversion from JenaModule to ArrowAssoc[JenaModule] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jenaModule: ArrowAssoc[JenaModule]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: JenaModule

    Implicit information
    This member is added by an implicit conversion from JenaModule to Ensuring[JenaModule] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (jenaModule: Ensuring[JenaModule]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from XmlQueryResultsReaderModule

Inherited from JsonQueryResultsReaderModule

Inherited from XmlSolutionsWriterModule

Inherited from JsonSolutionsWriterModule

Inherited from WriterSelectorModule

Inherited from TurtleWriterModule

Inherited from RDFXMLWriterModule

Inherited from ReaderSelectorModule

Inherited from NTriplesReaderModule

Inherited from TurtleReaderModule

Inherited from RDFXMLReaderModule

Inherited from SparqlHttpModule

Inherited from SparqlGraphModule

Inherited from RecordBinderModule

Inherited from RDFOpsModule

Inherited from RDFModule

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from JenaModule to StringAdd

Inherited by implicit conversion any2stringfmt from JenaModule to StringFormat

Inherited by implicit conversion any2ArrowAssoc from JenaModule to ArrowAssoc[JenaModule]

Inherited by implicit conversion any2Ensuring from JenaModule to Ensuring[JenaModule]

Ungrouped