Uses of Class
se.liu.ida.hefquin.engine.wrappers.graphql.utils.SGPNode
Packages that use SGPNode
-
Uses of SGPNode in se.liu.ida.hefquin.engine.wrappers.graphql.utils
Methods in se.liu.ida.hefquin.engine.wrappers.graphql.utils that return types with arguments of type SGPNodeMethods in se.liu.ida.hefquin.engine.wrappers.graphql.utils with parameters of type SGPNodeModifier and TypeMethodDescriptionvoid
SGPNode.addAdjacentNode
(TriplePattern tp, SGPNode sgpNode) protected static boolean
GraphCycleDetector.DFS
(SGPNode node, Set<TriplePattern> removeConnectors) DFS algorithm function to determine which connectors are to be removed laterMethod parameters in se.liu.ida.hefquin.engine.wrappers.graphql.utils with type arguments of type SGPNodeModifier and TypeMethodDescriptionstatic Set<TriplePattern>
GraphCycleDetector.determineCyclicConnectors
(Iterable<SGPNode> sgpNodes) Helper function used to call the DFS function for each SgpNode