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 TypeMethodDescriptionvoidaddAdjacentNode(TriplePattern tp, SGPNode sgpNode) booleanbooleanvoidsetFinished(boolean value) voidsetVisited(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
 
 -