Uses of Interface
org.apache.jena.reasoner.ValidityReport
Package
Description
Provides default implementations for the abstractions defined in the
org.apache.jena.ontology
package.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.
The Jena2 reasoner subsystem is designed to allow a range of inference
engines to be plugged into Jena.
Provides a selection of simple rule engines for Jena inference models.
-
Uses of ValidityReport in org.apache.jena.ontology.impl
Modifier and TypeMethodDescriptionOntModelImpl.validate()
Test the consistency of the underlying data. -
Uses of ValidityReport in org.apache.jena.rdf.model
Modifier and TypeMethodDescriptionInfModel.validate()
Test the consistency of the underlying data. -
Uses of ValidityReport in org.apache.jena.rdf.model.impl
Modifier and TypeMethodDescriptionInfModelImpl.validate()
Test the consistency of the underlying data. -
Uses of ValidityReport in org.apache.jena.reasoner
Modifier and TypeClassDescriptionclass
Default implementation of ValidityReport which simply stores a list of precomputed Report records. -
Uses of ValidityReport in org.apache.jena.reasoner.rulesys