system_creator¶
- class pyrecodes.system_creator.system_creator.SystemCreator¶
Bases:
ABC
Abstract class for creating a System from a file
- abstract get_damage_input_parameters() dict ¶
- abstract get_damage_input_type() str ¶
- abstract get_resource_distribution_parameters() dict ¶
- abstract setup(component_library: ComponentLibraryCreator, file_name: str) None ¶