StrongComponentImpl
Attributes
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Component
Attributes
- Inherited from:
- Component
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)
Concrete fields
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
The properties controlling subsequent traversals.
The properties controlling subsequent traversals.
Attributes
The node where subsequent graph traversals start.
The node where subsequent graph traversals start.
Attributes
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
Restricts subsequent graph traversals to visit only nodes holding this predicate.
Restricts subsequent graph traversals to visit only nodes holding this predicate.