{
OntLoader loader = createLoader();
OntModel m = loader.ontLoad( it.next() );
if ( checked.showModel() )
outputModel( m, "Input model display", "This is the input model", checked.writerLanguage() );
Report r = eye.getEyeball().inspect( new Report(), m );
if ( checked.analyse() || checked.repair() )
{
eye.getEyeball().analyse( r, m );
outputReport( r, "Eyeball Report", "This is the analysed report" );
if ( checked.repair() )