class JenaOps extends RDFOps[Jena]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JenaOps
- RDFOps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new JenaOps()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val __rdfLangStringURI: Node_URI
- val __xsdString: RDFDatatype
- val __xsdStringURI: Node_URI
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val emptyGraph: Graph
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def foldNode[T](node: Node)(funURI: (Node_URI) ⇒ T, funBNode: (Node_Blank) ⇒ T, funLiteral: (Node_Literal) ⇒ T): T
- def fromBNode(bn: Node_Blank): String
- def fromLang(lang: String): String
- def fromTriple(t: Triple): (Node, Node_URI, Node)
- def fromUri(node: Node_URI): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getTriples(graph: Graph): Iterable[Triple]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def makeBNode(): Node_Blank
- def makeBNodeLabel(label: String): Node_Blank
- def makeGraph(triples: Iterable[Triple]): Graph
- def makeLang(langString: String): String
- def makeLangTaggedLiteral(lexicalForm: String, lang: String): Node_Literal
- def makeLiteral(lexicalForm: String, datatype: Node_URI): Node_Literal
- def makeTriple(s: Node, p: Node_URI, o: Node): Triple
- def makeUri(iriStr: String): Node_URI
- lazy val mapper: TypeMapper
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()