Leaf

class Leaf(val name: String) : Node

Leaf node in a directed graph.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard