@param root the name of the directory in which the backing files are held
@param style the desired reification style
@return a ModelMaker linked to the files in the root
*/
public static ModelMaker createFileModelMaker( String root, ReificationStyle style )
{ return new ModelMakerImpl( new FileGraphMaker( root, style ) ); }