Class SPARQL2CypherTranslationResultImpl
java.lang.Object
se.liu.ida.hefquin.engine.wrappers.lpg.impl.SPARQL2CypherTranslationResultImpl
- All Implemented Interfaces:
SPARQL2CypherTranslationResult
public class SPARQL2CypherTranslationResultImpl
extends Object
implements SPARQL2CypherTranslationResult
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSPARQL2CypherTranslationResultImpl
(CypherQuery q, Map<CypherVar, org.apache.jena.sparql.core.Var> vm) -
Method Summary
Modifier and TypeMethodDescriptionReturns the Cypher query produced by the translation process.Returns the mapping that maps each variable introduced in the Cypher query (seeSPARQL2CypherTranslationResult.getCypherQuery()
) to the corresponding SPARQL variable in the SPARQL pattern that was translated.
-
Field Details
-
q
-
vm
-
-
Constructor Details
-
SPARQL2CypherTranslationResultImpl
public SPARQL2CypherTranslationResultImpl(CypherQuery q, Map<CypherVar, org.apache.jena.sparql.core.Var> vm)
-
-
Method Details
-
getCypherQuery
Description copied from interface:SPARQL2CypherTranslationResult
Returns the Cypher query produced by the translation process.- Specified by:
getCypherQuery
in interfaceSPARQL2CypherTranslationResult
-
getVariablesMapping
Description copied from interface:SPARQL2CypherTranslationResult
Returns the mapping that maps each variable introduced in the Cypher query (seeSPARQL2CypherTranslationResult.getCypherQuery()
) to the corresponding SPARQL variable in the SPARQL pattern that was translated.- Specified by:
getVariablesMapping
in interfaceSPARQL2CypherTranslationResult
-