DfsVisitor

org.encalmo.data.Graph.DfsVisitor
trait DfsVisitor[N]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def after(node: N): Unit
def before(node: N): Unit
def edge(edge: (N, N)): Unit
def start(node: N): Unit