org.w3.banana.syntax

Syntax

trait Syntax[Rdf <: RDF] extends GraphSyntax[Rdf] with TripleMatchSyntax[Rdf] with TripleSyntax[Rdf] with NodeMatchSyntax[Rdf] with NodeSyntax[Rdf] with URISyntax[Rdf] with LiteralSyntax[Rdf] with TypedLiteralSyntax[Rdf] with LangLiteralSyntax[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. Syntax
  2. SparqlSolutionsSyntax
  3. SparqlSolutionSyntax
  4. AnySyntax
  5. StringSyntax
  6. LangLiteralSyntax
  7. TypedLiteralSyntax
  8. LiteralSyntax
  9. URISyntax
  10. NodeSyntax
  11. NodeMatchSyntax
  12. TripleSyntax
  13. TripleMatchSyntax
  14. GraphSyntax
  15. AnyRef
  16. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    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. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

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

    Definition Classes
    GraphSyntax
  14. def hashCode(): Int

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

    Definition Classes
    Any
  16. implicit def langLiteralW(ll: Rdf.LangLiteral): LangLiteralW[Rdf]

    Definition Classes
    LangLiteralSyntax
  17. implicit def literalW(literal: Rdf.Literal): LiteralW[Rdf]

    Definition Classes
    LiteralSyntax
  18. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. implicit def tripleMatchW(tripleMatch: (Rdf.NodeMatch, Rdf.NodeMatch, Rdf.NodeMatch)): TripleMatchW[Rdf]

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

    Definition Classes
    TripleSyntax
  30. implicit def typedLiteralW(tl: Rdf.TypedLiteral): TypedLiteralW[Rdf]

    Definition Classes
    TypedLiteralSyntax
  31. implicit def uriW(uri: Rdf.URI): URIW[Rdf]

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SparqlSolutionsSyntax[Rdf]

Inherited from SparqlSolutionSyntax[Rdf]

Inherited from AnySyntax[Rdf]

Inherited from StringSyntax[Rdf]

Inherited from LangLiteralSyntax[Rdf]

Inherited from TypedLiteralSyntax[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

Ungrouped