|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TripleFactory | |
---|---|
org.jrdf.graph | This package defines a set of APIs required to implement an RDF Graph and it's associated objects. |
org.jrdf.graph.mem | This package is an implementation of the JRDF Graph API. |
org.jrdf.parser.ntriples |
Uses of TripleFactory in org.jrdf.graph |
---|
Classes in org.jrdf.graph that implement TripleFactory | |
---|---|
class |
AbstractTripleFactory
The base implementation of the Triple Factory which adds to a given graph reified statements, containers and collections. |
Methods in org.jrdf.graph that return TripleFactory | |
---|---|
TripleFactory |
Graph.getTripleFactory()
Returns the triple factory for the graph, or creates one. |
Uses of TripleFactory in org.jrdf.graph.mem |
---|
Methods in org.jrdf.graph.mem that return TripleFactory | |
---|---|
TripleFactory |
GraphImpl.getTripleFactory()
|
Uses of TripleFactory in org.jrdf.parser.ntriples |
---|
Constructors in org.jrdf.parser.ntriples with parameters of type TripleFactory | |
---|---|
NTriplesEventReader(InputStream in,
URI baseURI,
TripleFactory factory,
SubjectParser subjectParser,
PredicateParser predicateParser,
ObjectParser objectParser,
RegexMatcherFactory regexMatcherFactory)
|
|
NTriplesEventReader(Reader reader,
URI baseURI,
TripleFactory factory,
SubjectParser subjectParser,
PredicateParser predicateParser,
ObjectParser objectParser,
RegexMatcherFactory regexMatcherFactory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |