Uses of Interface
org.apache.commons.rdf.rdf4j.RDF4JBlankNodeOrIRI
-
Packages that use RDF4JBlankNodeOrIRI Package Description org.apache.commons.rdf.rdf4j Commons RDF integration with RDF4J.org.apache.commons.rdf.rdf4j.impl -
-
Uses of RDF4JBlankNodeOrIRI in org.apache.commons.rdf.rdf4j
Subinterfaces of RDF4JBlankNodeOrIRI in org.apache.commons.rdf.rdf4j Modifier and Type Interface Description interfaceRDF4JBlankNodeMarker interface for RDF4J implementations of Commons RDFBlankNode.interfaceRDF4JIRIMarker interface for RDF4J implementations of Commons RDFIRI.Methods in org.apache.commons.rdf.rdf4j that return RDF4JBlankNodeOrIRI Modifier and Type Method Description RDF4JBlankNodeOrIRIRDF4J. asRDFTerm(org.eclipse.rdf4j.model.Resource value)Adapt a RDF4JResourceas a Commons RDFBlankNodeOrIRIMethods in org.apache.commons.rdf.rdf4j that return types with arguments of type RDF4JBlankNodeOrIRI Modifier and Type Method Description java.util.Set<RDF4JBlankNodeOrIRI>RDF4JGraph. getContextMask()Return a copy of the context mask as aSetofRDF4JBlankNodeOrIRIgraph names. -
Uses of RDF4JBlankNodeOrIRI in org.apache.commons.rdf.rdf4j.impl
Classes in org.apache.commons.rdf.rdf4j.impl that implement RDF4JBlankNodeOrIRI Modifier and Type Class Description (package private) classBlankNodeImpl(package private) classIRIImplMethods in org.apache.commons.rdf.rdf4j.impl that return types with arguments of type RDF4JBlankNodeOrIRI Modifier and Type Method Description java.util.Set<RDF4JBlankNodeOrIRI>ModelGraphImpl. getContextMask()java.util.Set<RDF4JBlankNodeOrIRI>RepositoryGraphImpl. getContextMask()
-