36373839404142
* @param graph the graph used by the proxies created by this factory to * read/write there data * @return the created factory */ public static RdfEntityFactory createInstance(MGraph graph){ return new SimpleRdfEntityFactory(graph); }