Uses of Interface
org.apache.jena.graph.GraphMaker
Packages that use GraphMaker
Package
Description
This package provides basic implementations of Graph interfaces
such as EventManager and Capabilities.
A package for creating and manipulating RDF graphs.
This package contains implementations of the interfaces defined
in the .model package, eg ModelCom for Model, ResourceImpl
for Resource, and so on.
-
Uses of GraphMaker in org.apache.jena.graph.impl
Classes in org.apache.jena.graph.impl that implement GraphMakerModifier and TypeClassDescriptionclassThis base class provides convenience functions for the three "usual" graph makers and a place to hold the reification style for the graphs it constructs.classA SimpleGraphFactory produces memory-based graphs and records them in a local map. -
Uses of GraphMaker in org.apache.jena.rdf.model
Methods in org.apache.jena.rdf.model that return GraphMakerModifier and TypeMethodDescriptionModelMaker.getGraphMaker()Answer a GraphMaker that makes graphs the same way this ModelMaker makes models. -
Uses of GraphMaker in org.apache.jena.rdf.model.impl
Methods in org.apache.jena.rdf.model.impl that return GraphMakerConstructors in org.apache.jena.rdf.model.impl with parameters of type GraphMaker