Uses of Interface
se.liu.ida.hefquin.engine.wrappers.lpg.query.MatchClause
Packages that use MatchClause
Package
Description
- 
Uses of MatchClause in se.liu.ida.hefquin.engine.wrappers.lpg
Methods in se.liu.ida.hefquin.engine.wrappers.lpg that return types with arguments of type MatchClauseModifier and TypeMethodDescriptionSPARQLStar2CypherTranslator.mergePaths(List<MatchClause> matchClauses) Receives a list ofMatchClauseand merges compatible clauses into longer paths.Method parameters in se.liu.ida.hefquin.engine.wrappers.lpg with type arguments of type MatchClauseModifier and TypeMethodDescriptionSPARQLStar2CypherTranslator.mergePaths(List<MatchClause> matchClauses) Receives a list ofMatchClauseand merges compatible clauses into longer paths. - 
Uses of MatchClause in se.liu.ida.hefquin.engine.wrappers.lpg.impl
Methods in se.liu.ida.hefquin.engine.wrappers.lpg.impl that return types with arguments of type MatchClauseModifier and TypeMethodDescriptionSPARQLStar2CypherTranslatorImpl.mergePaths(List<MatchClause> matchClauses) Method parameters in se.liu.ida.hefquin.engine.wrappers.lpg.impl with type arguments of type MatchClauseModifier and TypeMethodDescriptionSPARQLStar2CypherTranslatorImpl.mergePaths(List<MatchClause> matchClauses)  - 
Uses of MatchClause 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 MatchClauseModifier and TypeMethodDescriptionCypherMatchQuery.getMatches()Obtains the list of the patterns to be matched in the query.Methods in se.liu.ida.hefquin.engine.wrappers.lpg.query with parameters of type MatchClauseModifier and TypeMethodDescriptionbooleanMatchClause.isRedundantWith(MatchClause match) Checks if two match statements are redundant. - 
Uses of MatchClause in se.liu.ida.hefquin.engine.wrappers.lpg.query.impl
Fields in se.liu.ida.hefquin.engine.wrappers.lpg.query.impl with type parameters of type MatchClauseMethods in se.liu.ida.hefquin.engine.wrappers.lpg.query.impl that return types with arguments of type MatchClauseConstructor parameters in se.liu.ida.hefquin.engine.wrappers.lpg.query.impl with type arguments of type MatchClauseModifierConstructorDescriptionCypherMatchQueryImpl(List<MatchClause> matches, List<BooleanCypherExpression> conditions, List<UnwindIterator> iterators, List<AliasedExpression> returnExprs)  - 
Uses of MatchClause in se.liu.ida.hefquin.engine.wrappers.lpg.query.impl.match
Classes in se.liu.ida.hefquin.engine.wrappers.lpg.query.impl.match that implement MatchClauseModifier and TypeClassDescriptionclassRepresents a directed path match statement.classRepresents a node match clause For example, MATCH (x)classMethods in se.liu.ida.hefquin.engine.wrappers.lpg.query.impl.match with parameters of type MatchClauseModifier and TypeMethodDescriptionbooleanEdgeMatchClause.isRedundantWith(MatchClause match) booleanNodeMatchClause.isRedundantWith(MatchClause match) booleanPathMatchClause.isRedundantWith(MatchClause match)  - 
Uses of MatchClause in se.liu.ida.hefquin.engine.wrappers.lpg.utils
Methods in se.liu.ida.hefquin.engine.wrappers.lpg.utils with parameters of type MatchClause