org.w3.banana.plantain.generic

PlantainOps

trait PlantainOps[U, Rdf <: Plantain[U]] extends RDFOps[Rdf]

Linear Supertypes
RDFOps[Rdf], RDFSyntax[Rdf], SparqlSolutionsSyntax[Rdf], SparqlSolutionSyntax[Rdf], AnySyntax[Rdf], StringSyntax[Rdf], LiteralSyntax[Rdf], URISyntax[Rdf], NodeSyntax[Rdf], NodeMatchSyntax[Rdf], TripleSyntax[Rdf], TripleMatchSyntax[Rdf], GraphSyntax[Rdf], CommonPrefixes[Rdf], RDFDSL[Rdf], URIOps[Rdf], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PlantainOps
  2. RDFOps
  3. RDFSyntax
  4. SparqlSolutionsSyntax
  5. SparqlSolutionSyntax
  6. AnySyntax
  7. StringSyntax
  8. LiteralSyntax
  9. URISyntax
  10. NodeSyntax
  11. NodeMatchSyntax
  12. TripleSyntax
  13. TripleMatchSyntax
  14. GraphSyntax
  15. CommonPrefixes
  16. RDFDSL
  17. URIOps
  18. AnyRef
  19. 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

Abstract Value Members

  1. abstract def appendSegment(uri: Rdf.URI, segment: String): Rdf.URI

    Definition Classes
    URIOps
  2. abstract def getFragment(uri: Rdf.URI): Option[String]

    Definition Classes
    URIOps
  3. abstract def getString(uri: Rdf.URI): String

    Definition Classes
    URIOps
  4. abstract def isPureFragment(uri: Rdf.URI): Boolean

    Definition Classes
    URIOps
  5. abstract def lastSegment(uri: Rdf.URI): String

    Definition Classes
    URIOps
  6. abstract def makeBNode(): BNode

    Definition Classes
    PlantainOps → RDFOps
  7. abstract def makeUri(s: String): Rdf.URI

    Definition Classes
    RDFOps
  8. abstract def relativize(uri: Rdf.URI, other: Rdf.URI): Rdf.URI

    Definition Classes
    URIOps
  9. abstract def resolve(uri: Rdf.URI, other: Rdf.URI): Rdf.URI

    Definition Classes
    URIOps
  10. abstract def withFragment(uri: Rdf.URI, frag: String): Rdf.URI

    Definition Classes
    URIOps
  11. abstract def withoutFragment(uri: Rdf.URI): Rdf.URI

    Definition Classes
    URIOps

Concrete 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 PlantainOps[U, Rdf] to any2stringadd[PlantainOps[U, Rdf]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (PlantainOps[U, Rdf], B)

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

    Definition Classes
    AnyRef → Any
  6. val ANY: model.ANY.type

    Definition Classes
    PlantainOps → RDFOps
  7. object Graph

    Definition Classes
    RDFDSL
  8. val __rdfLangString: Rdf.URI

  9. implicit def anyW[T](t: T): AnyW[Rdf, T]

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

    Definition Classes
    Any
  11. def bnode(s: String): Rdf.BNode

    Definition Classes
    RDFDSL
  12. def bnode(): Rdf.BNode

    Definition Classes
    RDFDSL
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def diff(g1: Graph[U], g2: Graph[U]): Graph[U]

    Definition Classes
    PlantainOps → RDFOps
  15. val emptyGraph: Graph[U]

    Definition Classes
    PlantainOps → RDFOps
  16. def ensuring(cond: (PlantainOps[U, Rdf]) ⇒ Boolean, msg: ⇒ Any): PlantainOps[U, Rdf]

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

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

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

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def find(graph: Graph[U], subject: NodeMatch, predicate: NodeMatch, objectt: NodeMatch): Iterator[Triple[U]]

    Definition Classes
    PlantainOps → RDFOps
  24. def foldNode[T](node: Node)(funURI: (URI[U]) ⇒ T, funBNode: (BNode) ⇒ T, funLiteral: (Literal[U]) ⇒ T): T

    Definition Classes
    PlantainOps → RDFOps
  25. def foldNodeMatch[T](nodeMatch: NodeMatch)(funANY: ⇒ T, funConcrete: (Node) ⇒ T): T

    Definition Classes
    PlantainOps → RDFOps
  26. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from PlantainOps[U, Rdf] to StringFormat[PlantainOps[U, Rdf]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. def fromBNode(bn: BNode): String

    Definition Classes
    PlantainOps → RDFOps
  28. def fromLang(lang: String): String

    Definition Classes
    PlantainOps → RDFOps
  29. def fromLiteral(literal: Literal[U]): (String, URI[U], Option[String])

    Definition Classes
    PlantainOps → RDFOps
  30. def fromTriple(t: Triple[U]): (Node, URI[U], Node)

    Definition Classes
    PlantainOps → RDFOps
  31. def fromUri(node: URI[U]): String

    Definition Classes
    PlantainOps → RDFOps
  32. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  33. def getObjects(graph: Rdf.Graph, subject: Rdf.Node, predicate: Rdf.URI): Iterable[Rdf.Node]

    Definition Classes
    RDFDSL
  34. def getPredicates(graph: Rdf.Graph, subject: Rdf.Node): Iterable[Rdf.URI]

    Definition Classes
    RDFDSL
  35. def getSubjects(graph: Rdf.Graph, predicate: Rdf.URI, obj: Rdf.Node): Iterable[Rdf.Node]

    Definition Classes
    RDFDSL
  36. def getTriples(graph: Graph[U]): Iterable[Triple[U]]

    Definition Classes
    PlantainOps → RDFOps
  37. def graphSize(g: Graph[U]): Int

    Definition Classes
    PlantainOps → RDFOps
  38. implicit def graphW(graph: Rdf.Graph): GraphW[Rdf]

    Definition Classes
    GraphSyntax
  39. def hashCode(): Int

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

    Definition Classes
    Any
  41. def isURI[T](node: Rdf.Node): Boolean

    Definition Classes
    RDFOps
  42. val iso: GraphIsomorphism[Rdf]

  43. def isomorphism(left: Graph[U], right: Graph[U]): Boolean

    Definition Classes
    PlantainOps → RDFOps
  44. implicit def literalW(literal: Rdf.Literal): LiteralW[Rdf]

    Definition Classes
    LiteralSyntax
  45. def makeBNodeLabel(label: String): BNode

    Definition Classes
    PlantainOps → RDFOps
  46. def makeGraph(triples: Iterable[Triple[U]]): Graph[U]

    Definition Classes
    PlantainOps → RDFOps
  47. def makeLang(langString: String): String

    Definition Classes
    PlantainOps → RDFOps
  48. def makeLangTaggedLiteral(lexicalForm: String, lang: String): Literal[U]

    Definition Classes
    PlantainOps → RDFOps
  49. def makeLiteral(lexicalForm: String, datatype: URI[U]): Literal[U]

    Definition Classes
    PlantainOps → RDFOps
  50. def makeTriple(s: Node, p: URI[U], o: Node): Triple[U]

    Definition Classes
    PlantainOps → RDFOps
  51. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef
  56. implicit val ops: RDFOps[Rdf]

  57. lazy val rdf: RDFPrefix[Rdf]

    Definition Classes
    CommonPrefixes
  58. implicit def sparqlSolutionSyntax(solution: Rdf.Solution): SparqlSolutionSyntaxW[Rdf]

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

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

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

    Definition Classes
    AnyRef
  62. implicit def toConcreteNodeMatch(node: Node): NodeMatch

    Definition Classes
    PlantainOps → RDFOps
  63. def toString(): String

    Definition Classes
    AnyRef → Any
  64. implicit def tripleAsTripleMatch(triple: Rdf.Triple): TripleMatch[Rdf]

    Definition Classes
    RDFDSL
  65. implicit def tripleMatchW(tripleMatch: TripleMatch[Rdf]): TripleMatchW[Rdf]

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

    Definition Classes
    TripleSyntax
  67. implicit def triplesAsTripleMatches(triples: Iterable[Rdf.Triple]): Iterable[TripleMatch[Rdf]]

    Definition Classes
    RDFDSL
  68. def union(graphs: Seq[Graph[U]]): Graph[U]

    Definition Classes
    PlantainOps → RDFOps
  69. implicit def uriW(uri: Rdf.URI): URIW[Rdf]

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. lazy val xsd: XSDPrefix[Rdf]

    Definition Classes
    CommonPrefixes
  74. def [B](y: B): (PlantainOps[U, Rdf], B)

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

Inherited from RDFOps[Rdf]

Inherited from RDFSyntax[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 GraphSyntax[Rdf]

Inherited from CommonPrefixes[Rdf]

Inherited from RDFDSL[Rdf]

Inherited from URIOps[Rdf]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from PlantainOps[U, Rdf] to any2stringadd[PlantainOps[U, Rdf]]

Inherited by implicit conversion StringFormat from PlantainOps[U, Rdf] to StringFormat[PlantainOps[U, Rdf]]

Inherited by implicit conversion Ensuring from PlantainOps[U, Rdf] to Ensuring[PlantainOps[U, Rdf]]

Inherited by implicit conversion ArrowAssoc from PlantainOps[U, Rdf] to ArrowAssoc[PlantainOps[U, Rdf]]

Ungrouped