class Rley::GFG::StartVertex
TODO: change definition. Represents a specialized vertex in a grammar flow graph that is associated to a given non-terminal symbol. Responsibilities (in addition to inherited ones):
-
Know its related non-terminal symbol
Public Instance Methods
Source
# File lib/rley/gfg/start_vertex.rb, line 14 def label ".#{non_terminal}" end
@return [String]