Deprecated API

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.syncDatabase()
          Use AllegroGraph.syncTripleStore() instead.