system_creator

class pyrecodes.system_creator.system_creator.SystemCreator

Bases: ABC

Abstract class for creating a System from a file

abstract create_components() list[Component]
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