unique_module_names for selectively ensuring a scenario doesn't repeat modules (currently only in the scenario for nested under an input)

This commit is contained in:
Z. Cliffe Schreuders
2017-03-18 17:03:47 +00:00
parent 3028e076d9
commit 25771b6344
5 changed files with 54 additions and 17 deletions

View File

@@ -13,6 +13,7 @@ class Module
attr_accessor :write_to_module_with_id # the module instance that this module writes to
attr_accessor :write_to_datastore # the datastore to store the result to
attr_accessor :write_module_path_to_datastore # the datastore to store the result to
attr_accessor :write_output_variable # the variable/fact written to
attr_accessor :output # the result of local processing
attr_accessor :unique_id # the unique id for this module *instance*