Class: CIAT::Processors::Interpreter
- Inherits:
-
Object
- Object
- CIAT::Processors::Interpreter
- Defined in:
- lib/ciat/processors/interpreter.rb
Instance Method Summary collapse
- #error_name ⇒ Object
- #happy_path_element ⇒ Object
- #input_name ⇒ Object
- #output_name ⇒ Object
- #relevant_elements(color, path) ⇒ Object
Instance Method Details
#error_name ⇒ Object
18 19 20 |
# File 'lib/ciat/processors/interpreter.rb', line 18 def error_name :execution_error end |
#happy_path_element ⇒ Object
6 7 8 |
# File 'lib/ciat/processors/interpreter.rb', line 6 def happy_path_element :execution end |
#input_name ⇒ Object
10 11 12 |
# File 'lib/ciat/processors/interpreter.rb', line 10 def input_name :source end |
#output_name ⇒ Object
14 15 16 |
# File 'lib/ciat/processors/interpreter.rb', line 14 def output_name :execution end |
#relevant_elements(color, path) ⇒ Object
2 3 4 |
# File 'lib/ciat/processors/interpreter.rb', line 2 def relevant_elements(color, path) element_name_hash[path][color] end |