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 any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  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: AnyRef): Boolean

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

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from PlantainOps[U, Rdf] to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. 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 any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. val ANY: model.ANY.type

    Definition Classes
    PlantainOps → RDFOps
  9. object Graph

    Definition Classes
    RDFDSL
  10. val __rdfLangString: Rdf.URI

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

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

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

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

    Definition Classes
    RDFDSL
  15. def clone(): AnyRef

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

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

    Definition Classes
    PlantainOps → RDFOps
  18. 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 any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. 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 any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. 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 any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. 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 any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    GraphSyntax
  41. def hashCode(): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  59. lazy val rdf: RDFPrefix[Rdf]

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  66. implicit def tripleAsTripleMatch(triple: Rdf.Triple): (Rdf.NodeMatch, Rdf.NodeMatch, Rdf.NodeMatch)

    Definition Classes
    RDFDSL
  67. implicit def tripleMatchW(tripleMatch: (Rdf.NodeMatch, Rdf.NodeMatch, Rdf.NodeMatch)): TripleMatchW[Rdf]

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

    Definition Classes
    TripleSyntax
  69. implicit def triplesAsTripleMatches(triples: Iterable[Rdf.Triple]): Iterable[(Rdf.NodeMatch, Rdf.NodeMatch, Rdf.NodeMatch)]

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

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

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

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

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

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

    Definition Classes
    CommonPrefixes
  76. 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 any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from PlantainOps[U, Rdf] to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (plantainOps: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from PlantainOps[U, Rdf] to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (plantainOps: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: PlantainOps[U, Rdf]

    Implicit information
    This member is added by an implicit conversion from PlantainOps[U, Rdf] to ArrowAssoc[PlantainOps[U, Rdf]] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (plantainOps: ArrowAssoc[PlantainOps[U, Rdf]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: 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 any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (plantainOps: Ensuring[PlantainOps[U, Rdf]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

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 StringAdd

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

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

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

Ungrouped