Class CycleDetector::Node
In: lib/kwala/lib/cycle_detector.rb
Parent: Object

Methods

new   reset  

Constants

DONE = "DONE"
INPROGRESS = "INPROGRESS"
UNVISITED = "UNVISITED"

Attributes

edges  [RW] 
name  [RW] 
state  [RW] 

Public Class methods

Public Instance methods

[Validate]