Enum Color
Represents the color state used in cycle detection when visiting completed states.
Namespace: EarleyParser
Assembly: EarleyParser.dll
Syntax
public enum Color
Fields
| Name | Description |
|---|---|
| Black | Represents a state that has been fully visited. |
| Gray | Represents a state that is currently being visited. |
| White | Represents an unvisited state. |