Uses of Interface
org.apache.jena.graph.FrontsTriple
Packages that use FrontsTriple
Package
Description
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 FrontsTriple in org.apache.jena.rdf.model
Subinterfaces of FrontsTriple in org.apache.jena.rdf.model -
Uses of FrontsTriple in org.apache.jena.rdf.model.impl
Classes in org.apache.jena.rdf.model.impl that implement FrontsTripleMethods in org.apache.jena.rdf.model.impl with parameters of type FrontsTripleModifier and TypeMethodDescriptionbooleanModelReifier.isReified(FrontsTriple s) Answer true iff a given statement is reified in this modelModelReifier.listReifiedStatements(FrontsTriple s) Answer an iterator that iterates over all the reified statements in this model that reify a given statement.voidModelReifier.removeAllReifications(FrontsTriple s) Remove all the reifications of a given statement in this model, whatever their associated resources.