UtilityTraversability class final
A set of options controlling what objects are evaluated or returned during a tracing operation.
UtilityTraversability is set in the UtilityTraceConfiguration.
- Implemented types
Constructors
- UtilityTraversability()
-
Creates an UtilityTraversability object with default values.
factory
Properties
- barriers ↔ UtilityTraceCondition?
-
A condition object specifying when to traverse a node or its subnodes.
getter/setter pair
-
functionBarriers
→ List<
UtilityTraceFunctionBarrier> -
A collection of UtilityTraceFunctionBarrier objects. If any of these
objects evaluates to true, further traversal is terminated.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scope ↔ UtilityTraversabilityScope
-
Determines whether traversability criteria are evaluated on edges,
junctions, or both.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited