org.w3.banana.jena

JenaOps

class JenaOps extends RDFOps[Jena] with DefaultURIOps[Jena]

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

Instance Constructors

  1. new JenaOps()

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 JenaOps to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (JenaOps, B)

    Implicit information
    This member is added by an implicit conversion from JenaOps to ArrowAssoc[JenaOps] 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: Node_ANY

    Definition Classes
    JenaOps → RDFOps
  9. object BNode

    Definition Classes
    RDFDSL
  10. object Lang

    Definition Classes
    RDFDSL
  11. object Literal

    Definition Classes
    RDFDSL
  12. object Triple

    Definition Classes
    RDFDSL
  13. object URI

    Definition Classes
    RDFDSL
  14. val __rdfLangStringURI: Node_URI

  15. val __xsdString: RDFDatatype

  16. val __xsdStringURI: Node_URI

  17. implicit def anyW[T](t: T): AnyW[Jena, T]

    Definition Classes
    AnySyntax
  18. def appendSegment(uri: URI, segment: String): URI

    Definition Classes
    DefaultURIOps → URIOps
  19. final def asInstanceOf[T0]: T0

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

    Definition Classes
    RDFDSL
  21. def bnode(): BNode

    Definition Classes
    RDFDSL
  22. def clone(): AnyRef

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

    Definition Classes
    JenaOps → RDFOps
  24. val emptyGraph: Graph

    Definition Classes
    JenaOps → RDFOps
  25. def ensuring(cond: (JenaOps) ⇒ Boolean, msg: ⇒ Any): JenaOps

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

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

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

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

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

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

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

    Definition Classes
    JenaOps → RDFOps
  33. def foldNode[T](node: Node)(funURI: (Node_URI) ⇒ T, funBNode: (Node_Blank) ⇒ T, funLiteral: (Node_Literal) ⇒ T): T

    Definition Classes
    JenaOps → RDFOps
  34. def foldNodeMatch[T](nodeMatch: Node)(funANY: ⇒ T, funConcrete: (Node) ⇒ T): T

    Definition Classes
    JenaOps → RDFOps
  35. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from JenaOps to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  36. def fromBNode(bn: Node_Blank): String

    Definition Classes
    JenaOps → RDFOps
  37. def fromLang(lang: String): String

    Definition Classes
    JenaOps → RDFOps
  38. def fromLiteral(literal: Node_Literal): (String, Node_URI, Option[String])

    Definition Classes
    JenaOps → RDFOps
  39. def fromTriple(t: Triple): (Node, Node_URI, Node)

    Definition Classes
    JenaOps → RDFOps
  40. def fromUri(node: Node_URI): String

    Definition Classes
    JenaOps → RDFOps
  41. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  42. def getFragment(uri: URI): Option[String]

    Definition Classes
    DefaultURIOps → URIOps
  43. def getObjects(graph: Graph, subject: Node, predicate: URI): Iterable[Node]

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

    Definition Classes
    RDFDSL
  45. def getString(uri: URI): String

    Definition Classes
    DefaultURIOps → URIOps
  46. def getSubjects(graph: Graph, predicate: URI, obj: Node): Iterable[Node]

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

    Definition Classes
    JenaOps → RDFOps
  48. def graphSize(g: Graph): Int

    Definition Classes
    JenaOps → RDFOps
  49. implicit def graphW(graph: Graph): GraphW[Jena]

    Definition Classes
    GraphSyntax
  50. def hashCode(): Int

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

    Definition Classes
    Any
  52. def isPureFragment(uri: URI): Boolean

    Definition Classes
    DefaultURIOps → URIOps
  53. def isURI[T](node: Node): Boolean

    Definition Classes
    RDFOps
  54. def isomorphism(left: Graph, right: Graph): Boolean

    Definition Classes
    JenaOps → RDFOps
  55. def jenaDatatype(datatype: Node_URI): RDFDatatype

  56. def lastSegment(uri: URI): String

    Definition Classes
    DefaultURIOps → URIOps
  57. implicit def literalW(literal: Literal): LiteralW[Jena]

    Definition Classes
    LiteralSyntax
  58. def makeBNode(): Node_Blank

    Definition Classes
    JenaOps → RDFOps
  59. def makeBNodeLabel(label: String): Node_Blank

    Definition Classes
    JenaOps → RDFOps
  60. def makeGraph(triples: Iterable[Triple]): Graph

    Definition Classes
    JenaOps → RDFOps
  61. def makeLang(langString: String): String

    Definition Classes
    JenaOps → RDFOps
  62. def makeLangTaggedLiteral(lexicalForm: String, lang: String): Node_Literal

    Definition Classes
    JenaOps → RDFOps
  63. def makeLiteral(lexicalForm: String, datatype: Node_URI): Node_Literal

    Definition Classes
    JenaOps → RDFOps
  64. def makeTriple(s: Node, p: Node_URI, o: Node): Triple

    Definition Classes
    JenaOps → RDFOps
  65. def makeUri(iriStr: String): Node_URI

    Definition Classes
    JenaOps → RDFOps
  66. lazy val mapper: TypeMapper

  67. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  68. implicit def nodeMatchW(nodeMatch: NodeMatch): NodeMatchW[Jena]

    Definition Classes
    NodeMatchSyntax
  69. implicit def nodeW(node: Node): NodeW[Jena]

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

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

    Definition Classes
    AnyRef
  72. lazy val rdf: RDFPrefix[Jena]

    Definition Classes
    CommonPrefixes
  73. def relativize(uri: URI, other: URI): URI

    Definition Classes
    DefaultURIOps → URIOps
  74. def resolve(uri: URI, against: URI): URI

    Definition Classes
    DefaultURIOps → URIOps
  75. implicit def sparqlSolutionSyntax(solution: Solution): SparqlSolutionSyntaxW[Jena]

    Definition Classes
    SparqlSolutionSyntax
  76. implicit def sparqlSolutionsSyntax(solutions: Solutions): SparqlSolutionsSyntaxW[Jena]

    Definition Classes
    SparqlSolutionsSyntax
  77. implicit def stringW(s: String): StringW[Jena]

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

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

    Definition Classes
    JenaOps → RDFOps
  80. def toString(): String

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

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

    Definition Classes
    TripleMatchSyntax
  83. implicit def tripleSyntax(triple: Triple): TripleW[Jena]

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

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

    Definition Classes
    JenaOps → RDFOps
  86. implicit def uriW(uri: URI): URIW[Jena]

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  90. def withFragment(uri: URI, frag: String): URI

    Definition Classes
    DefaultURIOps → URIOps
  91. def withoutFragment(uri: URI): URI

    Definition Classes
    DefaultURIOps → URIOps
  92. lazy val xsd: XSDPrefix[Jena]

    Definition Classes
    CommonPrefixes
  93. def [B](y: B): (JenaOps, B)

    Implicit information
    This member is added by an implicit conversion from JenaOps to ArrowAssoc[JenaOps] 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 JenaOps 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:
    (jenaOps: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from JenaOps 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:
    (jenaOps: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: JenaOps

    Implicit information
    This member is added by an implicit conversion from JenaOps to ArrowAssoc[JenaOps] 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:
    (jenaOps: ArrowAssoc[JenaOps]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: JenaOps

    Implicit information
    This member is added by an implicit conversion from JenaOps to Ensuring[JenaOps] 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:
    (jenaOps: Ensuring[JenaOps]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from DefaultURIOps[Jena]

Inherited from RDFOps[Jena]

Inherited from RDFSyntax[Jena]

Inherited from SparqlSolutionsSyntax[Jena]

Inherited from SparqlSolutionSyntax[Jena]

Inherited from AnySyntax[Jena]

Inherited from StringSyntax[Jena]

Inherited from LiteralSyntax[Jena]

Inherited from URISyntax[Jena]

Inherited from NodeSyntax[Jena]

Inherited from NodeMatchSyntax[Jena]

Inherited from TripleSyntax[Jena]

Inherited from TripleMatchSyntax[Jena]

Inherited from GraphSyntax[Jena]

Inherited from CommonPrefixes[Jena]

Inherited from RDFDSL[Jena]

Inherited from URIOps[Jena]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from JenaOps to StringAdd

Inherited by implicit conversion any2stringfmt from JenaOps to StringFormat

Inherited by implicit conversion any2ArrowAssoc from JenaOps to ArrowAssoc[JenaOps]

Inherited by implicit conversion any2Ensuring from JenaOps to Ensuring[JenaOps]

Ungrouped