State
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
State.type
Members list
Type members
Classlikes
Represents state flags of a graph for dump purposes.
Represents state flags of a graph for dump purposes.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Types
Word of flags, that is unit of bitwise boolean state information. These flags are mainly used to store whether a node counts as visited with respect to a given traversal where each traversal is represented by a Handle.
Word of flags, that is unit of bitwise boolean state information. These flags are mainly used to store whether a node counts as visited with respect to a given traversal where each traversal is represented by a Handle.
Attributes
Growable collection for storing bitwise boolean state information as an extension of FlagsWord.
Growable collection for storing bitwise boolean state information as an extension of FlagsWord.
Attributes
Value members
Concrete methods
Dumps the state flags of a node.
Dumps the state flags of a node.
Attributes
Dumps the state flags of a graph.
Dumps the state flags of a graph.