Uses of Class
org.apache.jena.sparql.util.graph.GNode
Packages that use GNode
-
Uses of GNode in org.apache.jena.sparql.util.graph
Methods in org.apache.jena.sparql.util.graph that return GNodeMethods in org.apache.jena.sparql.util.graph with parameters of type GNodeModifier and TypeMethodDescriptionGraphList.allTriples
(GNode gnode) static void
GraphList.allTriples
(GNode gnode, Collection<Triple> acc) static boolean
static Node
static int
static boolean
GraphList.isListNode
(GNode gnode) static int
GraphList.listFromMember
(GNode gnode) Starting at a list element, find the heads of lists it is instatic void
GraphList.listFromMember
(GNode gnode, Collection<Node> acc) static void
GraphList.members
(GNode gnode, Collection<Node> acc) static int
static void
GraphList.triples
(GNode gnode, Collection<Triple> acc) Constructors in org.apache.jena.sparql.util.graph with parameters of type GNode