25 virtual void act()
override;
bool addRelationshipManagers(Moose::RelationshipManagerType when_type, const InputParameters &moose_object_pars)
Method to add a relationship manager for the objects being added to the system.
Action for creating component actions.
InputParameters & getComponentParams()
Return the parameters of the component.
virtual void addRelationshipManagers(Moose::RelationshipManagerType when_type) override
Method to add a relationship manager for the objects being added to the system.
static InputParameters validParams()
virtual void act() override
Method to add objects to the simulation or perform other setup tasks.
InputParameters _component_params
The parameters for the component to be created.
std::string _component_type
The Component type that is being created.
RelationshipManagerType
Main types of Relationship Managers.