|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use E | |
---|---|
slib.sglib.model.graph | |
slib.sglib.model.graph.utils | |
slib.sglib.model.graph.weight |
Uses of E in slib.sglib.model.graph |
---|
Methods in slib.sglib.model.graph that return types with arguments of type E | |
---|---|
Set<E> |
G.getE()
Access to a view of the set of edges contained in the graph. |
Set<E> |
G.getE(Set<org.openrdf.model.URI> types)
Retrieve a view of all edges characterized by one of specified predicate URIs. |
Set<E> |
G.getE(Set<org.openrdf.model.URI> predicates,
org.openrdf.model.URI source,
Direction dir)
Retrieve a view of all edges of the graph characterized by the constraint. |
Set<E> |
G.getE(org.openrdf.model.URI predicate)
Retrieve a view of all edges characterized by the specified URI predicate. |
Set<E> |
G.getE(org.openrdf.model.URI v,
Direction dir)
Access to a view of all edges involving a specific vertex considering a particular direction. |
Set<E> |
G.getE(org.openrdf.model.URI predicate,
org.openrdf.model.URI v,
Direction dir)
Retrieve a view of all edges of the graph characterized by the specified constraint. |
Set<E> |
G.getE(org.openrdf.model.URI v,
WalkConstraint wc)
Retrieve a view of all edges of the graph which can be reached from a given vertex respecting the given constraint. |
Methods in slib.sglib.model.graph with parameters of type E | |
---|---|
void |
G.addE(E e)
Add the given edge to the graph |
void |
G.removeE(E e)
Used to remove an Edge of the graph |
Method parameters in slib.sglib.model.graph with type arguments of type E | |
---|---|
void |
G.addEdges(Set<E> e)
Add the given set of edges of the graph |
void |
G.removeE(Set<E> e)
Used to remove a set of edges of the graph |
Uses of E in slib.sglib.model.graph.utils |
---|
Methods in slib.sglib.model.graph.utils with parameters of type E | |
---|---|
boolean |
WalkConstraint.respectConstaints(E e,
Direction dir)
The method defines the behavior of a walk reaching the given edge. |
Uses of E in slib.sglib.model.graph.weight |
---|
Methods in slib.sglib.model.graph.weight with parameters of type E | |
---|---|
boolean |
GWS.existsWeight(E e)
Check if a specific weight is specified for this edge. |
double |
GWS.getWeight(E e)
Access to the weight of the edge. |
void |
GWS.setWeight(E e,
double w)
Set the weight for an edge |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |