Interface SPARQL2GraphQLTranslator
- All Known Implementing Classes:
 SPARQL2GraphQLTranslatorImpl
public interface SPARQL2GraphQLTranslator
Translator for SPARQL to GraphQL
- 
Method Summary
Modifier and TypeMethodDescriptiontranslateBGP(BGP bgp, GraphQL2RDFConfiguration config, GraphQLSchema schema) Translates @param bgp into a GraphQL query using information from @param config and @param endpoint 
- 
Method Details
- 
translateBGP
GraphQLQuery translateBGP(BGP bgp, GraphQL2RDFConfiguration config, GraphQLSchema schema) throws QueryTranslatingException Translates @param bgp into a GraphQL query using information from @param config and @param endpoint- Throws:
 QueryTranslatingException- if there was some problem translating the query.
 
 -