Class: Calyx::PrefixEdge

Inherits:
Struct
  • Object
show all
Defined in:
lib/calyx/prefix_tree.rb

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



3
4
5
# File 'lib/calyx/prefix_tree.rb', line 3

def label
  @label
end

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



3
4
5
# File 'lib/calyx/prefix_tree.rb', line 3

def node
  @node
end

#wildcard?Object

Returns the value of attribute wildcard?

Returns:

  • (Object)

    the current value of wildcard?



3
4
5
# File 'lib/calyx/prefix_tree.rb', line 3

def wildcard?
  @wildcard?
end