Uses of Interface
se.liu.ida.hefquin.engine.wrappers.lpg.query.CypherMatchQuery
Packages that use CypherMatchQuery
Package
Description
-
Uses of CypherMatchQuery in se.liu.ida.hefquin.engine.wrappers.lpg
Methods in se.liu.ida.hefquin.engine.wrappers.lpg that return CypherMatchQueryModifier and TypeMethodDescriptionSPARQLStar2CypherTranslator.rewriteJoins
(CypherMatchQuery query) Receives aCypherMatchQuery
and rewrites explicit variable joins in the WHERE clause as implicit joins in the MATCH clauses.Methods in se.liu.ida.hefquin.engine.wrappers.lpg with parameters of type CypherMatchQueryModifier and TypeMethodDescriptionSPARQLStar2CypherTranslator.rewriteJoins
(CypherMatchQuery query) Receives aCypherMatchQuery
and rewrites explicit variable joins in the WHERE clause as implicit joins in the MATCH clauses. -
Uses of CypherMatchQuery in se.liu.ida.hefquin.engine.wrappers.lpg.impl
Methods in se.liu.ida.hefquin.engine.wrappers.lpg.impl that return CypherMatchQueryModifier and TypeMethodDescriptionSPARQLStar2CypherTranslatorImpl.rewriteJoins
(CypherMatchQuery query) Methods in se.liu.ida.hefquin.engine.wrappers.lpg.impl with parameters of type CypherMatchQueryModifier and TypeMethodDescriptionSPARQLStar2CypherTranslatorImpl.rewriteJoins
(CypherMatchQuery query) -
Uses of CypherMatchQuery in se.liu.ida.hefquin.engine.wrappers.lpg.query
Methods in se.liu.ida.hefquin.engine.wrappers.lpg.query that return types with arguments of type CypherMatchQueryModifier and TypeMethodDescriptionCypherUnionQuery.getSubqueries()
Returns the list of MATCH Cypher queries that are part of the union of the modelled query. -
Uses of CypherMatchQuery in se.liu.ida.hefquin.engine.wrappers.lpg.query.impl
Classes in se.liu.ida.hefquin.engine.wrappers.lpg.query.impl that implement CypherMatchQueryMethods in se.liu.ida.hefquin.engine.wrappers.lpg.query.impl that return types with arguments of type CypherMatchQueryConstructors in se.liu.ida.hefquin.engine.wrappers.lpg.query.impl with parameters of type CypherMatchQueryConstructor parameters in se.liu.ida.hefquin.engine.wrappers.lpg.query.impl with type arguments of type CypherMatchQuery -
Uses of CypherMatchQuery in se.liu.ida.hefquin.engine.wrappers.lpg.utils
Methods in se.liu.ida.hefquin.engine.wrappers.lpg.utils that return CypherMatchQueryMethods in se.liu.ida.hefquin.engine.wrappers.lpg.utils with parameters of type CypherMatchQuery