Component
Represents a component of this
graph. Edges and bridges are computed lazily. Components will be instantiated by componentTraverser or strongComponentTraverser.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class StrongComponentImplclass WeakComponentImpl
Members list
Value members
Concrete methods
Inherited methods
An optional maximum weight that limits the scope of the traversal or search. If defined and the sum of edge weights between the root of the traversal and a node exceeds the given maximum, that node will no more be visited.
An optional maximum weight that limits the scope of the traversal or search. If defined and the sum of edge weights between the root of the traversal and a node exceeds the given maximum, that node will no more be visited.
Attributes
- Inherited from:
- Properties (hidden)
If a NodeOrdering
or EdgeOrdering
different from NoOrdering
is supplied neighbor nodes will visited during the traversal according to this ordering.
If a NodeOrdering
or EdgeOrdering
different from NoOrdering
is supplied neighbor nodes will visited during the traversal according to this ordering.
Attributes
- Inherited from:
- Properties (hidden)
The properties controlling subsequent traversals.
The properties controlling subsequent traversals.
Attributes
- Inherited from:
- Properties (hidden)
The node where subsequent graph traversals start.
The node where subsequent graph traversals start.
Attributes
- Inherited from:
- Properties (hidden)
Restricts subsequent graph traversals to walk only along edges that hold this predicate.
Restricts subsequent graph traversals to walk only along edges that hold this predicate.
Attributes
- Inherited from:
- SubgraphProperties (hidden)
Restricts subsequent graph traversals to visit only nodes holding this predicate.
Restricts subsequent graph traversals to visit only nodes holding this predicate.
Attributes
- Inherited from:
- SubgraphProperties (hidden)