Class Neo4jRequestImpl
java.lang.Object
se.liu.ida.hefquin.engine.federation.access.impl.req.Neo4jRequestImpl
- All Implemented Interfaces:
DataRetrievalRequest
,Neo4jRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cypherQuery
-
-
Constructor Details
-
Neo4jRequestImpl
-
-
Method Details
-
equals
-
hashCode
-
getExpectedVariables
Description copied from interface:DataRetrievalRequest
Returns the query variables for which this data retrieval request aims to fetch data (if any), where some of these variables may be 'certain variables' whereas others are 'possible variables'. For the distinction between these two types of variables, refer toExpectedVariables.getCertainVariables()
and toinvalid @link
{@link ExpectedVariables#getPossibleVariables())
- Specified by:
getExpectedVariables
in interfaceDataRetrievalRequest
-
getCypherQuery
- Specified by:
getCypherQuery
in interfaceNeo4jRequest
-
toString
- Specified by:
toString
in interfaceDataRetrievalRequest
- Overrides:
toString
in classObject
-