json_subsystem_creator

class pyrecodes.subsystem_creator.json_subsystem_creator.JSONSubsystemCreator(component_library: dict, locality: dict, parameters: dict, constants={}, damage_input={})

Bases: SubsystemCreator

Subsystem Creator where all components are explicitly specified in a JSON system configuration file.

create_components_between_localities() None

Implement this method in subclasses if needed.

create_components_in_localities() None

Implement this method in subclasses if needed.