Methods in com.hp.hpl.jena.sparql.util.graph with parameters of type GNode |
static List<Triple> |
GraphList.allTriples(GNode gnode)
|
static void |
GraphList.allTriples(GNode gnode,
Collection<Triple> acc)
|
static boolean |
GraphList.contains(GNode gnode,
Node item)
|
static Node |
GraphList.get(GNode gnode,
int idx)
|
static int |
GraphList.index(GNode gnode,
Node value)
|
static List<Integer> |
GraphList.indexes(GNode gnode,
Node value)
|
static boolean |
GraphList.isListNode(GNode gnode)
|
static int |
GraphList.length(GNode gnode)
|
static List<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<Node> acc)
|
static List<Node> |
GraphList.members(GNode gnode)
|
static void |
GraphList.members(GNode gnode,
Collection<Node> acc)
|
static int |
GraphList.occurs(GNode gnode,
Node item)
|
static void |
GraphList.triples(GNode gnode,
Collection<Triple> acc)
|