- G - Interface in slib.sglib.model.graph
-
Interface of a multi directed Graph defined as a set of vertices and a set of
oriented edges.
- getAcceptedPredicates() - Method in interface slib.sglib.model.graph.utils.WalkConstraint
-
Access to a view of the set of predicates (edge types) the walk consider
during edge evaluation.
- getAcceptedWalks_DIR_BOTH() - Method in interface slib.sglib.model.graph.utils.WalkConstraint
-
- getAcceptedWalks_DIR_IN() - Method in interface slib.sglib.model.graph.utils.WalkConstraint
-
Access to a view of the set of predicates which can be traversed from
target to source, i.e.
- getAcceptedWalks_DIR_OUT() - Method in interface slib.sglib.model.graph.utils.WalkConstraint
-
Access to a view of the set of predicates which can be traversed from
source to target i.e.
- getAssociatedDirection(URI) - Method in interface slib.sglib.model.graph.utils.WalkConstraint
-
Return the direction associated to the given predicate the object admits
- getDefaultWeight() - Method in interface slib.sglib.model.graph.weight.GWS
-
The default weight associated to an edge
- getE() - Method in interface slib.sglib.model.graph.G
-
Access to a view of the set of edges contained in the graph.
- getE(URI, Direction) - Method in interface slib.sglib.model.graph.G
-
Access to a view of all edges involving a specific vertex considering a
particular direction.
- getE(URI) - Method in interface slib.sglib.model.graph.G
-
Retrieve a view of all edges characterized by the specified URI
predicate.
- getE(Set<URI>) - Method in interface slib.sglib.model.graph.G
-
Retrieve a view of all edges characterized by one of specified predicate
URIs.
- getE(URI, URI, Direction) - Method in interface slib.sglib.model.graph.G
-
Retrieve a view of all edges of the graph characterized by the specified
constraint.
- getE(Set<URI>, URI, Direction) - Method in interface slib.sglib.model.graph.G
-
Retrieve a view of all edges of the graph characterized by the
constraint.
- getE(URI, WalkConstraint) - Method in interface slib.sglib.model.graph.G
-
Retrieve a view of all edges of the graph which can be reached from a
given vertex respecting the given constraint.
- getGraph(URI) - Method in interface slib.sglib.model.repo.GraphRepository
-
Retrieve a graph according to its URI.
- getNamespace(String) - Method in interface slib.sglib.model.repo.URIFactory
-
- getNumberEdges() - Method in interface slib.sglib.model.graph.G
-
- getNumberVertices() - Method in interface slib.sglib.model.graph.G
-
Return the number of vertices
- getOpposite() - Method in enum slib.sglib.model.graph.utils.Direction
-
Return the opposite direction of a particular Direction.
- getSource() - Method in interface slib.sglib.model.graph.elements.E
-
- getTarget() - Method in interface slib.sglib.model.graph.elements.E
-
- getURI() - Method in interface slib.sglib.model.graph.elements.E
-
- getURI() - Method in interface slib.sglib.model.graph.G
-
- getURI(String) - Method in interface slib.sglib.model.repo.URIFactory
-
- getURI(String, boolean) - Method in interface slib.sglib.model.repo.URIFactory
-
- getURI(String, String) - Method in interface slib.sglib.model.repo.URIFactory
-
- getURIPrefixes() - Method in interface slib.sglib.model.repo.URIFactory
-
- getV(URI, WalkConstraint) - Method in interface slib.sglib.model.graph.G
-
Retrieve view of all vertices of the graph which can be reached from a
given vertex respecting the given constraint.
- getV() - Method in interface slib.sglib.model.graph.G
-
- getV(URI, URI, Direction) - Method in interface slib.sglib.model.graph.G
-
Return all neighbors vertices of a given vertex considering a particular
direction and URI predicate.
- getWeight(E) - Method in interface slib.sglib.model.graph.weight.GWS
-
Access to the weight of the edge.
- getWeight(URI) - Method in interface slib.sglib.model.graph.weight.GWS
-
Access to the weight defined for a specific predicate.
- GraphRepository - Interface in slib.sglib.model.repo
-
Interface defining a repository for the graphs.
- GWS - Interface in slib.sglib.model.graph.weight
-
Object representing a Graph Weighting Scheme containing :
a default weight which is return each time a non specified weight is
queried (e.g.