Deprecated API


Contents
Deprecated Methods
com.franz.ag.AllegroGraph.closeDatabase()
          Use AllegroGraph.closeTripleStore() instead. 
com.franz.ag.AllegroGraph.indexAll()
          Use AllegroGraph.indexAllTriples() instead 
com.franz.ag.AllegroGraph.indexTriples()
          Use AllegroGraph.indexNewTriples() instead 
com.franz.ag.AllegroGraph.select(String)
          Use AllegroGraph.selectStatements(String) instead 
com.franz.ag.AllegroGraph.select(String, Object)
          Use AllegroGraph.selectStatements(String,Object) instead 
com.franz.ag.AllegroGraph.select(String, Object, String)
          Use AllegroGraph.selectStatements(String,Object,String) instead 
com.franz.ag.AllegroGraph.setAttribute(String, Object)
          Use AllegroGraph.setAttribute(com.franz.ag.AllegroGraph.StoreAttribute, Object) 
com.franz.ag.AllegroGraph.syncDatabase()
          Use AllegroGraph.syncTripleStore() instead. 
com.franz.ag.AllegroGraph.twinqlAsk(String)
          Use the methods in SPARQLQuery instead. 
com.franz.ag.AllegroGraph.twinqlCount(String, String, int, int)
          Use the methods in SPARQLQuery instead. 
com.franz.ag.AllegroGraph.twinqlFind(String, int, int)
          Use the methods in SPARQLQuery instead. 
com.franz.ag.AllegroGraph.twinqlQuery(String, String, int, int)
          Use the methods in SPARQLQuery instead. 
com.franz.ag.AllegroGraph.twinqlSelect(boolean, String, String, int, int)
          Use the methods in SPARQLQuery instead. 
com.franz.ag.AllegroGraph.twinqlSelect(String, String, int, int)
          Use the methods in SPARQLQuery instead.