Package | Description |
---|---|
sparql.base | |
sparql.convert |
Modifier and Type | Method and Description |
---|---|
java.util.LinkedList<Edge> |
BGP.getE()
Get entire list of edges.
|
java.util.LinkedList<Edge> |
Node.getIncommingEdges()
Get entire list of incoming edges of node.
|
java.util.LinkedList<Edge> |
Node.getOutGoingEdges()
Get entire list of outgoing edges of node.
|
Modifier and Type | Method and Description |
---|---|
void |
Node.addIncomingEdges(Edge e)
Add an edge to incoming edge list.
|
void |
Node.addOutGoingEdge(Edge e)
Add an edge to outgoing edge list.
|
void |
BGP.addToE(Edge e)
Add an edge to edge list.
|
Modifier and Type | Method and Description |
---|---|
Edge |
SelectConverter.getEdgeByPredicate(Node predicate) |