|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.hp.hpl.jena.eyeball.Inspector.InspectorSet
public static final class Inspector.InspectorSet
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.hp.hpl.jena.eyeball.Inspector |
|---|
Inspector.InspectorSet, Inspector.Operations |
| 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 |
end(Report r)
End the inspection. |
void |
inspectModel(Report r,
com.hp.hpl.jena.ontology.OntModel m)
Inspect the model as a whole. |
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 |
| Method Detail |
|---|
public void begin(Report r,
com.hp.hpl.jena.ontology.OntModel assume)
InspectorReport documentation.
begin in interface Inspector
public void inspectModel(Report r,
com.hp.hpl.jena.ontology.OntModel m)
Inspector
inspectModel in interface Inspector
public void inspectStatement(Report r,
com.hp.hpl.jena.rdf.model.Statement s)
Inspectors from the model being
inspected. The order of the statements is not specified.
inspectStatement in interface Inspectorpublic void end(Report r)
Inspector
end in interface Inspector
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||