Class: Wongi::Engine::BetaNode::CompilationContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/wongi-engine/beta/beta_node.rb

Instance Attribute Summary collapse

Instance Attribute Details

#alpha_deafObject

Returns the value of attribute alpha_deaf

Returns:

  • (Object)

    the current value of alpha_deaf



99
100
101
# File 'lib/wongi-engine/beta/beta_node.rb', line 99

def alpha_deaf
  @alpha_deaf
end

#earlierObject

Returns the value of attribute earlier

Returns:

  • (Object)

    the current value of earlier



99
100
101
# File 'lib/wongi-engine/beta/beta_node.rb', line 99

def earlier
  @earlier
end

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



99
100
101
# File 'lib/wongi-engine/beta/beta_node.rb', line 99

def node
  @node
end

#parametersObject

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



99
100
101
# File 'lib/wongi-engine/beta/beta_node.rb', line 99

def parameters
  @parameters
end

#reteObject

Returns the value of attribute rete

Returns:

  • (Object)

    the current value of rete



99
100
101
# File 'lib/wongi-engine/beta/beta_node.rb', line 99

def rete
  @rete
end