trait
Jena extends RDF
Type Members
-
type
AskQuery = com.hp.hpl.jena.query.Query
-
type
BNode = Node_Blank
-
type
ConstructQuery = com.hp.hpl.jena.query.Query
-
type
Graph = com.hp.hpl.jena.graph.Graph
-
type
Lang = String
-
type
LangLiteral = Node_Literal
-
type
Literal = Node_Literal
-
type
Node = com.hp.hpl.jena.graph.Node
-
type
NodeAny = Node_ANY
-
type
NodeMatch = com.hp.hpl.jena.graph.Node
-
type
Query = com.hp.hpl.jena.query.Query
-
type
SelectQuery = com.hp.hpl.jena.query.Query
-
type
Solution = QuerySolution
-
type
Solutions = ResultSet
-
type
Triple = com.hp.hpl.jena.graph.Triple
-
type
TypedLiteral = Node_Literal
-
type
URI = Node_URI
-
type
UpdateQuery = UpdateRequest
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from RDF
Inherited from AnyRef
Inherited from Any