Class SGPNode
java.lang.Object
se.liu.ida.hefquin.engine.wrappers.graphql.utils.SGPNode
Helper class representing the nodes used to check for cyclic bindings between SGPs
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAdjacentNode
(TriplePattern tp, SGPNode sgpNode) boolean
boolean
void
setFinished
(boolean value) void
setVisited
(boolean value)
-
Constructor Details
-
SGPNode
public SGPNode()
-
-
Method Details
-
isVisited
public boolean isVisited() -
isFinished
public boolean isFinished() -
setVisited
public void setVisited(boolean value) -
setFinished
public void setFinished(boolean value) -
addAdjacentNode
-
getAdjacentNodes
-