Uses of Class
org.apache.jena.sparql.util.graph.GNode
-
Packages that use GNode Package Description org.apache.jena.sparql.util.graph -
-
Uses of GNode in org.apache.jena.sparql.util.graph
Methods in org.apache.jena.sparql.util.graph that return GNode Modifier and Type Method Description static GNodeGNode. create(Graph graph, Node node)static GNodeGNode. object(Graph graph, Triple triple)static GNodeGNode. predicate(Graph graph, Triple triple)static GNodeGNode. subject(Graph graph, Triple triple)Methods in org.apache.jena.sparql.util.graph with parameters of type GNode Modifier and Type Method Description static java.util.List<Triple>GraphList. allTriples(GNode gnode)static voidGraphList. allTriples(GNode gnode, java.util.Collection<Triple> acc)static booleanGraphList. contains(GNode gnode, Node item)static NodeGraphList. get(GNode gnode, int idx)static intGraphList. index(GNode gnode, Node value)static java.util.List<java.lang.Integer>GraphList. indexes(GNode gnode, Node value)static booleanGraphList. isListNode(GNode gnode)static intGraphList. length(GNode gnode)static java.util.List<Node>GraphList. listFromMember(GNode gnode)Starting at a list element, find the heads of lists it is instatic voidGraphList. listFromMember(GNode gnode, java.util.Collection<Node> acc)static java.util.List<Node>GraphList. members(GNode gnode)static voidGraphList. members(GNode gnode, java.util.Collection<Node> acc)static intGraphList. occurs(GNode gnode, Node item)static voidGraphList. triples(GNode gnode, java.util.Collection<Triple> acc)Constructors in org.apache.jena.sparql.util.graph with parameters of type GNode Constructor Description GNode(GNode other, Node node)
-