org.w3.banana.syntax

RDFSyntax

Related Doc: package syntax

trait RDFSyntax[Rdf <: RDF] extends GraphSyntax[Rdf] with MGraphSyntax[Rdf] with TripleMatchSyntax[Rdf] with TripleSyntax[Rdf] with NodeMatchSyntax[Rdf] with NodeSyntax[Rdf] with URISyntax[Rdf] with LiteralSyntax[Rdf] with StringSyntax[Rdf] with AnySyntax[Rdf] with SparqlSolutionSyntax[Rdf] with SparqlSolutionsSyntax[Rdf] with DieselSyntax[Rdf]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RDFSyntax
  2. DieselSyntax
  3. SparqlSolutionsSyntax
  4. SparqlSolutionSyntax
  5. AnySyntax
  6. StringSyntax
  7. LiteralSyntax
  8. URISyntax
  9. NodeSyntax
  10. NodeMatchSyntax
  11. TripleSyntax
  12. TripleMatchSyntax
  13. MGraphSyntax
  14. GraphSyntax
  15. AnyRef
  16. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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 information
    This member is added by an implicit conversion from RDFSyntax[Rdf] to any2stringadd[RDFSyntax[Rdf]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (RDFSyntax[Rdf], B)

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

    Definition Classes
    AnyRef → Any
  6. implicit def anyW[T](t: T): AnyW[Rdf, T]

    Definition Classes
    AnySyntax
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  18. implicit def graphW(graph: Rdf.Graph): GraphW[Rdf]

    Definition Classes
    GraphSyntax
  19. def hashCode(): Int

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

    Definition Classes
    Any
  21. implicit def literalW(literal: Rdf.Literal): LiteralW[Rdf]

    Definition Classes
    LiteralSyntax
  22. implicit def mgraphW(mgraph: Rdf.MGraph): MGraphW[Rdf]

    Definition Classes
    MGraphSyntax
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. implicit def nodeMatchW(nodeMatch: Rdf.NodeMatch): NodeMatchW[Rdf]

    Definition Classes
    NodeMatchSyntax
  25. implicit def nodeW(node: Rdf.Node): NodeW[Rdf]

    Definition Classes
    NodeSyntax
  26. final def notify(): Unit

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

    Definition Classes
    AnyRef
  28. implicit def sparqlSolutionSyntax(solution: Rdf.Solution): SparqlSolutionSyntaxW[Rdf]

    Definition Classes
    SparqlSolutionSyntax
  29. implicit def sparqlSolutionsSyntax(solutions: Rdf.Solutions): SparqlSolutionsSyntaxW[Rdf]

    Definition Classes
    SparqlSolutionsSyntax
  30. implicit def stringW(s: String): StringW[Rdf]

    Definition Classes
    StringSyntax
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. implicit def toPointedGraphW[Rdf <: RDF](pointed: PointedGraph[Rdf]): PointedGraphW[Rdf]

    Definition Classes
    DieselSyntax
  33. implicit def toPointedGraphW(node: Rdf.Node)(implicit ops: RDFOps[Rdf]): PointedGraphW[Rdf]

    Definition Classes
    DieselSyntax
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. implicit def tripleMatchW(tripleMatch: TripleMatch[Rdf]): TripleMatchW[Rdf]

    Definition Classes
    TripleMatchSyntax
  36. implicit def tripleSyntax(triple: Rdf.Triple): TripleW[Rdf]

    Definition Classes
    TripleSyntax
  37. implicit def uriW(uri: Rdf.URI): URIW[Rdf]

    Definition Classes
    URISyntax
  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def [B](y: B): (RDFSyntax[Rdf], B)

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

Inherited from DieselSyntax[Rdf]

Inherited from SparqlSolutionsSyntax[Rdf]

Inherited from SparqlSolutionSyntax[Rdf]

Inherited from AnySyntax[Rdf]

Inherited from StringSyntax[Rdf]

Inherited from LiteralSyntax[Rdf]

Inherited from URISyntax[Rdf]

Inherited from NodeSyntax[Rdf]

Inherited from NodeMatchSyntax[Rdf]

Inherited from TripleSyntax[Rdf]

Inherited from TripleMatchSyntax[Rdf]

Inherited from MGraphSyntax[Rdf]

Inherited from GraphSyntax[Rdf]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from RDFSyntax[Rdf] to any2stringadd[RDFSyntax[Rdf]]

Inherited by implicit conversion StringFormat from RDFSyntax[Rdf] to StringFormat[RDFSyntax[Rdf]]

Inherited by implicit conversion Ensuring from RDFSyntax[Rdf] to Ensuring[RDFSyntax[Rdf]]

Inherited by implicit conversion ArrowAssoc from RDFSyntax[Rdf] to ArrowAssoc[RDFSyntax[Rdf]]

Ungrouped