Uses of Class
org.apache.jena.ontapi.impl.objects.OntStatementImpl
Packages that use OntStatementImpl
-
Uses of OntStatementImpl in org.apache.jena.ontapi.impl
Methods in org.apache.jena.ontapi.impl that return OntStatementImplModifier and TypeMethodDescriptionOntGraphModelImpl.asStatement(org.apache.jena.graph.Triple triple) OntGraphModelImpl.createStatement(org.apache.jena.rdf.model.Resource s, org.apache.jena.rdf.model.Property p, org.apache.jena.rdf.model.RDFNode o) -
Uses of OntStatementImpl in org.apache.jena.ontapi.impl.objects
Methods in org.apache.jena.ontapi.impl.objects that return OntStatementImplModifier and TypeMethodDescriptionOntStatementImpl.clearAnnotations()static OntStatementImplOntStatementImpl.createNotAnnotatedOntStatementImpl(org.apache.jena.rdf.model.Resource s, org.apache.jena.rdf.model.Property p, org.apache.jena.rdf.model.RDFNode o, OntGraphModelImpl m) Creates an ont-statement that does not support sub-annotations.static OntStatementImplOntStatementImpl.createOntStatementImpl(org.apache.jena.graph.Triple t, OntGraphModelImpl m) Creates an OntStatement impl from the given Triple.static OntStatementImplOntStatementImpl.createOntStatementImpl(org.apache.jena.rdf.model.Resource s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o, OntGraphModelImpl m) Creates an OntStatement impl with the given SPO.static OntStatementImplOntStatementImpl.createOntStatementImpl(org.apache.jena.rdf.model.Resource s, org.apache.jena.rdf.model.Property p, org.apache.jena.graph.Node o, OntGraphModelImpl m) Creates an OntStatement-impl with the given SPO.static OntStatementImplOntStatementImpl.createOntStatementImpl(org.apache.jena.rdf.model.Resource s, org.apache.jena.rdf.model.Property p, org.apache.jena.rdf.model.RDFNode o, OntGraphModelImpl m) Creates an OntStatement impl with the given SPO.OntStatementImpl.deleteAnnotation(OntAnnotationProperty property, org.apache.jena.rdf.model.RDFNode value) Methods in org.apache.jena.ontapi.impl.objects with parameters of type OntStatementImplModifier and TypeMethodDescriptionstatic org.apache.jena.util.iterator.ExtendedIterator<org.apache.jena.rdf.model.Resource>OntStatementImpl.listAnnotationResources(OntGraphModelImpl m, OntStatementImpl s) Lists all (bulk) annotation anonymous resources form the specified model and for the given statement (SPO).