This class is a thin wrapper around a {@link GraphD2RQ} and provides onlyconvenience constructors.
2223242526272829
*/ public class ModelAPITest extends TestCase { private ModelD2RQ model; protected void setUp() throws Exception { this.model = new ModelD2RQ(D2RQTestSuite.ISWC_MAP, "TURTLE", "http://test/"); // this.model.enableDebug(); }
144145146147148149150151152
{ zipInputStream.close(); } } hsqlDataModel = new ModelD2RQ(CURR_DIR + "/" + CONFIG_DIR + "/" + MAPPING_FILE_HSQL, "N3", "http://test/"); System.out.println("Loaded SQL-Data in HSQL-DATABASE!"); }