Class Node

Hierarchy

  • Node

Implements

Constructors

Properties

Methods

Constructors

Properties

in: Map<NFA.Node, CharSet> = ...
out: Map<NFA.Node, CharSet> = ...

Methods

  • Unlinks all outgoing and incoming transitions of this node.

    Returns void

  • Unlinks all incoming transitions of this node.

    Returns void

  • Unlinks all outgoing transitions of this node.

    Returns void