Class CypherUnionQueryImpl
java.lang.Object
se.liu.ida.hefquin.engine.wrappers.lpg.query.impl.CypherUnionQueryImpl
- All Implemented Interfaces:
CypherQuery
,CypherUnionQuery
-
Constructor Summary
ConstructorsConstructorDescriptionCypherUnionQueryImpl
(List<CypherMatchQuery> result) CypherUnionQueryImpl
(CypherMatchQuery... queries) -
Method Summary
-
Constructor Details
-
CypherUnionQueryImpl
public CypherUnionQueryImpl() -
CypherUnionQueryImpl
-
CypherUnionQueryImpl
-
-
Method Details
-
getSubqueries
Description copied from interface:CypherUnionQuery
Returns the list of MATCH Cypher queries that are part of the union of the modelled query. For the example query, this method returns a list with two elements, one representing each MATCH query.- Specified by:
getSubqueries
in interfaceCypherUnionQuery
- Returns:
- a List of CypherMatchQuery objects
-
getMatchVars
Description copied from interface:CypherQuery
Returns the set of variables that are defined in the MATCH clauses of this query.- Specified by:
getMatchVars
in interfaceCypherQuery
-
toString
Description copied from interface:CypherQuery
Returns a Cypher expression representing this query.- Specified by:
toString
in interfaceCypherQuery
- Overrides:
toString
in classObject
-
equals
-
hashCode
public int hashCode()
-