Uses of Interface
org.eclipse.rdf4j.model.Statement
-
Packages that use Statement Package Description org.eclipse.rdf4j.model The RDF Model APIorg.eclipse.rdf4j.model.base Abstract base classes for RDF Model API interfaces. -
-
Uses of Statement in org.eclipse.rdf4j.model
Methods in org.eclipse.rdf4j.model that return Statement Modifier and Type Method Description StatementValueFactory. createStatement(Resource subject, IRI predicate, Value object)Creates a new statement with the supplied subject, predicate and object.StatementValueFactory. createStatement(Resource subject, IRI predicate, Value object, Resource context)Creates a new statement with the supplied subject, predicate and object and associated context.Methods in org.eclipse.rdf4j.model that return types with arguments of type Statement Modifier and Type Method Description default Iterable<Statement>Model. getStatements(Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of Statement in org.eclipse.rdf4j.model.base
Classes in org.eclipse.rdf4j.model.base that implement Statement Modifier and Type Class Description classAbstractStatementBase class forStatement, offering common functionality.Methods in org.eclipse.rdf4j.model.base that return Statement Modifier and Type Method Description StatementAbstractValueFactory. createStatement(Resource subject, IRI predicate, Value object)StatementAbstractValueFactory. createStatement(Resource subject, IRI predicate, Value object, Resource context)
-