org.w3

banana

package banana

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. banana
  2. BananaSparqlSolutionWriterSelector
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait BananaException extends Exception

  2. case class BananaTimeout(te: TimeoutException) extends Exception with BananaException with Product with Serializable

  3. class CertPrefix[Rdf <: RDF] extends PrefixBuilder[Rdf]

  4. trait CommonPrefixes[Rdf <: RDF] extends AnyRef

  5. trait Container[Rdf <: RDF, T] extends AnyRef

  6. class DCPrefix[Rdf <: RDF] extends PrefixBuilder[Rdf]

  7. class DCTPrefix[Rdf <: RDF] extends PrefixBuilder[Rdf]

  8. trait DefaultURIOps[Rdf <: RDF] extends URIOps[Rdf]

  9. class FOAFPrefix[Rdf <: RDF] extends PrefixBuilder[Rdf]

  10. case class FailedConversion(message: String) extends Exception with BananaException with Product with Serializable

  11. implicit class FutureW[T] extends AnyRef

  12. trait GraphStore[Rdf <: RDF, M[+_], A] extends AnyRef

    A typeclass for graph stores supporting manipulations of [RDF Datasets](http://www.w3.org/TR/rdf11-concepts/#h2_section-dataset).

    A typeclass for graph stores supporting manipulations of [RDF Datasets](http://www.w3.org/TR/rdf11-concepts/#h2_section-dataset).

    With this interface, one can only manipulate named graphs (no default graph) through their names (only as URIs, no bnode).

  13. class IANALinkPrefix[Rdf <: RDF] extends PrefixBuilder[Rdf]

    The Iana Link Relations are not linked data so these URLs are currently invented ones, and need not reflect what may be used if ever such URIs are coined.

  14. trait JsonLDReaderModule extends RDFModule

  15. trait JsonLDWriterModule extends RDFModule

  16. trait JsonQueryResultsReaderModule extends RDFModule

  17. trait JsonSolutionsWriterModule extends RDFModule

  18. class LDPPrefix[Rdf <: RDF] extends PrefixBuilder[Rdf]

  19. trait Lifecycle[Rdf <: RDF, A] extends AnyRef

    A typeclass for stores that requires to be started or stopped

  20. trait LinkedDataResource[Rdf <: RDF] extends AnyRef

    An RDF Resource that can be located on the Web.

  21. case class LocalNameException(message: String) extends Exception with BananaException with Product with Serializable

  22. trait NTriplesReaderModule extends RDFModule

  23. trait NTriplesWriterModule extends RDFModule

  24. case class NoReader(mimetype: String) extends Exception with BananaException with Product with Serializable

  25. class OWLPrefix[Rdf <: RDF] extends PrefixBuilder[Rdf]

  26. trait PointedGraph[Rdf <: RDF] extends AnyRef

  27. class PointedGraphs[Rdf <: RDF] extends Iterable[PointedGraph[Rdf]]

  28. trait Prefix[Rdf <: RDF] extends AnyRef

  29. class PrefixBuilder[Rdf <: RDF] extends Prefix[Rdf]

  30. trait Property[Rdf <: RDF, T] extends AnyRef

  31. trait RDF extends AnyRef

  32. trait RDFDSL[Rdf <: RDF] extends AnyRef

  33. trait RDFModule extends AnyRef

  34. trait RDFOps[Rdf <: RDF] extends URIOps[Rdf] with RDFDSL[Rdf] with CommonPrefixes[Rdf] with RDFSyntax[Rdf]

    A Module that gathers the types needed to define an RDF implementation Closely based on http://www.w3.org/TR/rdf11-concepts/ But with the notable exceptions:

    A Module that gathers the types needed to define an RDF implementation Closely based on http://www.w3.org/TR/rdf11-concepts/ But with the notable exceptions:

    • we allow literals in subject position
  35. trait RDFOpsModule extends RDFModule

  36. class RDFPrefix[Rdf <: RDF] extends PrefixBuilder[Rdf]

  37. class RDFSPrefix[Rdf <: RDF] extends PrefixBuilder[Rdf]

  38. trait RDFStore[Rdf <: RDF, M[+_], A] extends SparqlEngine[Rdf, M, A] with GraphStore[Rdf, M, A] with Transactor[Rdf, A]

  39. class RDFTransformer[A <: RDF, B <: RDF] extends AnyRef

    class of Transformers between different RDF frameworks

  40. type RDFWriterSelector[Rdf <: RDF, M[+_]] = WriterSelector[banana.RDFWriterSelector.Rdf.Graph, M]

  41. trait RDFXMLReaderModule extends RDFModule

  42. trait RDFXMLWriterModule extends RDFModule

  43. trait ReaderSelectorModule extends RDFModule

  44. trait RecordBinderModule extends RDFModule

  45. trait SparqlEngine[Rdf <: RDF, M[_], A] extends AnyRef

    A typeclass for SPARQL engines.

    A typeclass for SPARQL engines.

    The supported queries are: Select, Ask, and Construct. No support for SPARQL Update here.

  46. trait SparqlGraphModule extends RDFModule

  47. trait SparqlHttpModule extends RDFModule

  48. trait SparqlOps[Rdf <: RDF] extends SparqlSyntax[Rdf]

  49. trait SparqlOpsModule extends RDFModule

  50. type SparqlSolutionsWriter[Rdf <: RDF, +T] = Writer[banana.SparqlSolutionsWriter.Rdf.Solutions, Try, T]

  51. type SparqlSolutionsWriterSelector[Rdf <: RDF] = WriterSelector[banana.SparqlSolutionsWriterSelector.Rdf.Solutions, Try]

  52. trait SparqlSolutionsWriterSelectorModule extends RDFModule

  53. trait SparqlUpdate[Rdf <: RDF, M[_], A] extends AnyRef

  54. case class StoreProblem(t: Throwable) extends Exception with BananaException with Product with Serializable

  55. trait Transactor[Rdf <: RDF, A] extends AnyRef

    A typeclass for Ts supporting transactions.

  56. type TripleMatch[Rdf <: RDF] = (banana.TripleMatch.Rdf.NodeMatch, banana.TripleMatch.Rdf.NodeMatch, banana.TripleMatch.Rdf.NodeMatch)

  57. implicit class TryW[T] extends AnyRef

  58. trait TurtleReaderModule extends RDFModule

  59. trait TurtleWriterModule extends RDFModule

  60. trait URIOps[Rdf <: RDF] extends AnyRef

  61. case class VarNotFound(message: String) extends Exception with BananaException with Product with Serializable

  62. class WebACLPrefix[Rdf <: RDF] extends PrefixBuilder[Rdf]

  63. case class WrappedThrowable(t: Throwable) extends Exception with BananaException with Product with Serializable

  64. trait WriterSelectorModule extends RDFModule

  65. case class WrongExpectation(message: String) extends Exception with BananaException with Product with Serializable

  66. class XSDPrefix[Rdf <: RDF] extends PrefixBuilder[Rdf]

  67. trait XmlQueryResultsReaderModule extends RDFModule

  68. trait XmlSolutionsWriterModule extends RDFModule

Value Members

  1. object CertPrefix

  2. object DCPrefix

  3. object DCTPrefix

  4. object FOAFPrefix

  5. object IANALinkPrefix

  6. object LDPPrefix

  7. object Lifecycle

  8. object LinkedDataResource

  9. object NotPureFragment extends Exception with BananaException with Product with Serializable

  10. object OWLPrefix

  11. object PointedGraph

  12. object Prefix

  13. object Property

  14. object RDFOps

  15. object RDFPrefix

  16. object RDFSPrefix

  17. object RDFStore

  18. object SparqlOps

  19. object SparqlSolutionWriterSelector

  20. object WebACLPrefix

  21. object XSDPrefix

  22. package binder

  23. package diesel

  24. package io

  25. package isomorphism

  26. def sameThreadExecutionContext: ExecutionContext

    Same thread execution context.

    Same thread execution context. Turns a Future[C] into a C effectively See discussion on scala-user "Calling Thread Execution Context" https://groups.google.com/forum/#!topic/scala-user/FO3gJmxe9kA

    returns

    the Execution Context

  27. package syntax

  28. package util

Inherited from AnyRef

Inherited from Any

Ungrouped