コード例 #1
0
 @Override
 protected GraphStore getEmptyGraphStore() {
   GraphStore gStore = GraphStoreFactory.create();
   return gStore;
 }