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
new
( name = self.object_id )
Public Instance methods
reset
()
[Validate]