Package | Description |
---|---|
org.apache.jena.graph |
This package defines the Graph and Node family of classes, which
form the underlying datatypes of the Jena system.
|
org.apache.jena.mem |
Various memory-based implementations of interfaces,
specifically GraphMem for memory-based Graphs.
|
Modifier and Type | Field and Description |
---|---|
static Triple.Field |
Triple.Field.fieldObject |
static Triple.Field |
Triple.Field.fieldPredicate |
static Triple.Field |
Triple.Field.fieldSubject |
Constructor and Description |
---|
NodeToTriplesMap(Triple.Field indexField,
Triple.Field f2,
Triple.Field f3) |
NodeToTriplesMapBase(Triple.Field indexField,
Triple.Field f2,
Triple.Field f3) |
NodeToTriplesMapMem(Triple.Field indexField,
Triple.Field f2,
Triple.Field f3) |
Licenced under the Apache License, Version 2.0