TrafficLight

scalation.database.graph_pm.TrafficLight

The TrafficLight object is an enumeration type for traffic light colors. Vertices are marked Green (unvisited), Yellow (processing), or Red (done with).

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case Green extends TrafficLight
case Red extends TrafficLight
case Yellow extends TrafficLight