mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
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:
@@ -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*
|
||||
|
||||
Reference in New Issue
Block a user