TraversalDecision enum

Decision for traversal control during subgraph extraction

Inheritance
Available extensions

Values

include → const TraversalDecision

Include this triple and continue traversing from its object

skip → const TraversalDecision

Skip this triple entirely and do not descend from its object

skipButDescend → const TraversalDecision

Skip this triple but do descend from its object. This breaks graph connectivity but can be useful to select specific triples, e.g. for finding specific list elements

includeButDontDescend → const TraversalDecision

Include this triple but do not descend from its object

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<TraversalDecision>
A constant List of the values in this enum, in order of their declaration.