com.hp.hpl.jena.eyeball.inspectors
Class AllTypedInspector
java.lang.Object
com.hp.hpl.jena.eyeball.inspectors.InspectorBase
com.hp.hpl.jena.eyeball.inspectors.AllTypedInspector
- All Implemented Interfaces:
- Inspector
public class AllTypedInspector
- extends InspectorBase
|
Method Summary |
void |
begin(Report r,
com.hp.hpl.jena.ontology.OntModel assume)
Initialise this Inspector, given the assumed ontologies and the
report object which will hold the reports from this inspection. |
void |
inspectStatement(Report r,
com.hp.hpl.jena.rdf.model.Statement s)
Inspect a single statement s from the model being
inspected. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
checkLiteralTypes
protected final boolean checkLiteralTypes
checkObjectTypes
protected final boolean checkObjectTypes
seen
protected final java.util.Set<com.hp.hpl.jena.rdf.model.RDFNode> seen
AllTypedInspector
public AllTypedInspector()
AllTypedInspector
public AllTypedInspector(com.hp.hpl.jena.rdf.model.Resource r)
begin
public void begin(Report r,
com.hp.hpl.jena.ontology.OntModel assume)
- Description copied from interface:
Inspector
- Initialise this Inspector, given the assumed ontologies and the
report object which will hold the reports from this inspection.
This method should declare the report properties this inspector
uses -- see the
Report documentation.
- Specified by:
begin in interface Inspector- Overrides:
begin in class InspectorBase
inspectStatement
public void inspectStatement(Report r,
com.hp.hpl.jena.rdf.model.Statement s)
- Description copied from interface:
Inspector
- Inspect a single statement
s from the model being
inspected. The order of the statements is not specified.
- Specified by:
inspectStatement in interface Inspector- Overrides:
inspectStatement in class InspectorBase