Methods in com.hp.hpl.jena.sparql.util.graph with parameters of type GNode |
static List<com.hp.hpl.jena.graph.Triple> |
GraphList.allTriples(GNode gnode)
|
static void |
GraphList.allTriples(GNode gnode,
Collection<com.hp.hpl.jena.graph.Triple> acc)
|
static boolean |
GraphList.contains(GNode gnode,
com.hp.hpl.jena.graph.Node item)
|
static com.hp.hpl.jena.graph.Node |
GraphList.get(GNode gnode,
int idx)
|
static int |
GraphList.index(GNode gnode,
com.hp.hpl.jena.graph.Node value)
|
static List<Integer> |
GraphList.indexes(GNode gnode,
com.hp.hpl.jena.graph.Node value)
|
static boolean |
GraphList.isListNode(GNode gnode)
|
static int |
GraphList.length(GNode gnode)
|
static List<com.hp.hpl.jena.graph.Node> |
GraphList.listFromMember(GNode gnode)
Starting at a list element, find the heads of lists it is in |
static void |
GraphList.listFromMember(GNode gnode,
Collection<com.hp.hpl.jena.graph.Node> acc)
|
static List<com.hp.hpl.jena.graph.Node> |
GraphList.members(GNode gnode)
|
static void |
GraphList.members(GNode gnode,
Collection<com.hp.hpl.jena.graph.Node> acc)
|
static int |
GraphList.occurs(GNode gnode,
com.hp.hpl.jena.graph.Node item)
|
static void |
GraphList.triples(GNode gnode,
Collection<com.hp.hpl.jena.graph.Triple> acc)
|