org.w3.banana.syntax

RDFSyntax

trait RDFSyntax[Rdf <: RDF] extends GraphSyntax[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]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RDFSyntax
  2. SparqlSolutionsSyntax
  3. SparqlSolutionSyntax
  4. AnySyntax
  5. StringSyntax
  6. LiteralSyntax
  7. URISyntax
  8. NodeSyntax
  9. NodeMatchSyntax
  10. TripleSyntax
  11. TripleMatchSyntax
  12. GraphSyntax
  13. AnyRef
  14. 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. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  31. def toString(): String

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

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

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. 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 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 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