|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Graph
interface.Graph.addEdge(Object, Object)
method.
Graph.addEdge(Object, Object)
method.
Graph.addEdge(Object, Object)
method.
EdgeFactory
for producing edges by using a class as a factory.VertexFactory
for producing vertices by using a class as a factory.v1
and v2
, taking into
account whether ascending or descending order is used.
ModifiableInteger
objects numerically.
ModifiableInteger
object to another object.
Set
s, where each set contains all
vertices that are in the same maximally connected component.
Graph
.GraphListener
s and by
VertexSetListener
s.WeightedGraph
.ClosestFirstIterator
.MaskSubgraph
on another graph.edge
ModifiableInteger.intValue()
.
vertex
Graphs
instead.Graph
.ModifiableInteger
.
true
if and only if self-loops are allowed in this
graph.
true
if and only if multiple edges are allowed in
this graph.
true
if the graph is biconnected (no cutpoint),
false
otherwise.
true
if the vertex is a cutpoint, false
otherwise.
true
if the edge is masked, false
otherwise.
reuseEvents
flag is set.
reuseEvents
flag is set.
StronglyConnectivityInspector
instance is strongly connected.
true
if the vertex is masked, false
otherwise.
ListenableGraph
.ListenableGraph
.ListenableGraph
.ListenableGraph
.ModifiableInteger
class wraps a value of the primitive type
int
in an object, similarly to Integer
.ModifiableInteger
object that
represents the specified int
value.
Graph
,
DirectedGraph
and UndirectedGraph
.next
method.
EdgeSetFactory
to use for this graph.
reuseEvents
flag is set to true
this
class will reuse previously fired events and will not create a new object
for each event.
reuseEvents
flag.
Object.toString()
on them.Object.toString()
on them.ConnectivityInspector
class with
the capability to compute the strongly connected components of a directed
graph.List
of Set
s, where each set contains vertices
which together form a strongly connected component within the given
graph.
DirectedSubgraph
s of the given graph.
Integer
object representing this
ModifiableInteger
's value.
String
object representing this
ModifiableInteger
's value.
TraversalListener
interface
used for subclasses.MaskSubgraph
on another graph.ModifiableInteger
.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |