Package | Description |
---|---|
org.apache.jena.graph.impl |
This package provides basic implementations of Graph interfaces
such as EventManager and Capabilities.
|
org.apache.jena.rdf.model |
A package for creating and manipulating RDF graphs.
|
org.apache.jena.rdf.model.impl |
This package contains implementations of the interfaces defined
in the .model package, eg ModelCom for Model, ResourceImpl
for Resource, and so on.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseGraphMaker
This base class provides convenience functions for the three "usual" graph
makers and a place to hold the reification style for the graphs it constructs.
|
class |
SimpleGraphMaker
A SimpleGraphFactory produces memory-based graphs and records them
in a local map.
|
Modifier and Type | Method and Description |
---|---|
GraphMaker |
ModelMaker.getGraphMaker()
Answer a GraphMaker that makes graphs the same way this ModelMaker
makes models.
|
Modifier and Type | Method and Description |
---|---|
GraphMaker |
ModelMakerImpl.getGraphMaker() |
Constructor and Description |
---|
ModelMakerImpl(GraphMaker maker) |
Licenced under the Apache License, Version 2.0