Packages
com.hp.hpl.jena.eyeball This package contains the top-level Eyeball classes, defining the Eyeball framework; for the command-line code, see the jena package.
com.hp.hpl.jena.eyeball.bugtests This package contains tests that arose from user bug reports, rather than from test-driven development.
com.hp.hpl.jena.eyeball.cardinality  
com.hp.hpl.jena.eyeball.cardinality.test  
com.hp.hpl.jena.eyeball.inspectors Eyeball inspectors must implement the Inspector interface, and check the model as a whole, or statement-by-statement, looking for implausibilities and reporting them, as RDF, to Report objects.
com.hp.hpl.jena.eyeball.inspectors.test  
com.hp.hpl.jena.eyeball.renderers Eyeball renderers must implement the Renderer interface, and render Report models into suitable formats for user consumption: the default is a simple plain-text renderer, but direct representation of the RDF as RDF/XML or N3 is supported.
com.hp.hpl.jena.eyeball.test This package contains the TDD tests supporting the standard Eyeball codebase.
com.hp.hpl.jena.eyeball.vocabulary This package contains EYE, the Eyeball vocabulary in Java.