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 voidGraphList.allTriples(GNode gnode, Collection<Triple> acc) static booleanstatic Nodestatic intstatic booleanGraphList.isListNode(GNode gnode) static intGraphList.listFromMember(GNode gnode) Starting at a list element, find the heads of lists it is instatic voidGraphList.listFromMember(GNode gnode, Collection<Node> acc) static voidGraphList.members(GNode gnode, Collection<Node> acc) static intstatic voidGraphList.triples(GNode gnode, Collection<Triple> acc) Constructors in org.apache.jena.sparql.util.graph with parameters of type GNode