log.info("Inspecting "+sd.getName());
for( MigrationPath path : sd.getPaths() ) {
ServiceRecordBean srb = new ServiceRecordBean(sd);
FormatBean in = new FormatBean( ServiceBrowser.fr.getFormatForUri( path.getInputFormat() ) );
FormatBean out = new FormatBean( ServiceBrowser.fr.getFormatForUri( path.getOutputFormat() ) );
PathwayBean pb = new PathwayBean( srb, in, out );
paths.add(pb);
}
}
return paths;
}