|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Edge
attribute of the MutableGraph
object
Edge
attribute of the MutableDirectedGraph
object.
Edge
attribute of the MutableGraph
object
Vertex
attribute of the MutableGraph
object.
Vertex
attribute of the MutableDirectedGraph
object.
Vertex
attribute of the MutableGraph
object.
Graph
implementation.GraphVisitHandler
implementation.Graph
implementation.DirectedGraph
or digraph is an ordered pair D = ( V, E )
with
V
a set whose elements are called vertices or nodes, and
E
a set of ordered pairs of vertices, called arcs, directed edges, or arrows.Edge
is the link that connect a pair of Vertex
.Edge
s which are inbound to the Vertex
.
Edge
s which are inbound to the Vertex
.
Labeled
object.
Edge
s which lead away from the Vertex
.
Edge
s which lead away from the Vertex
.
Vertex
on the input Edge
(2 for normal edges, > 2 for HyperEdges)
Vertex
on the input Edge
(2 for normal edges, > 2 for HyperEdges)
WeightedPath
object.
WeightedPath
object.
Edge
s or arcs, of certain entities called Vertex
or node.WeightedPath
implementation, optimized for algorithms (such Dijkstra's) that need to rebuild the path
traversing the predecessor list bottom-up.Label
is an identifier to be assigned to a Vertex
or to an Edge
.Edge
s of a Graph
to a set of labels.Vertex
of a Graph
to a set of labels.LabeledEdge
with weight.MutableDirectedGraph
is a directed graph that supports the addition and removal of
Vertex
and Edge
s.MutableGraph
is a graph that supports the addition and removal of Vertex
and Edge
s.Path
in a Graph
is a sequence of Vertex
such that from each of its vertices there is an
Edge
to the next Vertex
in the sequence.Edge
from the MutableGraph
object.
Edge
attribute of the MutableDirectedGraph
object
Edge
from the MutableGraph
object.
Vertex
from the MutableGraph
object.
Vertex
from the MutableGraph
object.
Vertex
from the MutableGraph
object.
UndirectedGraph
is a graph in which edges have no orientation, i.e., they are not ordered pairs,
but sets {u, v}
(or 2-multisets) of vertices.Edge
where a number (weight) is assigned to represent, for example,
costs, lengths or capacities, etc.WeightedGraph
if a number (weight) is assigned to each edge.Path
where Edge
are weighted.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |