12#ifndef COMPONENTANDINSTANTIATIONSPARAMETERFINDER_H
13#define COMPONENTANDINSTANTIATIONSPARAMETERFINDER_H
15#include <KactusAPI/KactusAPIGlobal.h>
76 QSharedPointer<Parameter> searchParameter(QStringView parameterId) const final;
QStringList getAllParameterIds() const final
ComponentAndInstantiationsParameterFinder(const ComponentAndInstantiationsParameterFinder &other)=delete
No copying. No assignment.
~ComponentAndInstantiationsParameterFinder() final=default
int getNumberOfParameters() const final
ComponentAndInstantiationsParameterFinder(QSharedPointer< Component const > component) noexcept
QList< QSharedPointer< Parameter > > allInstantiationsParameters() const
ComponentAndInstantiationsParameterFinder & operator=(const ComponentAndInstantiationsParameterFinder &other)=delete
ComponentParameterFinder(QSharedPointer< Component const > component) noexcept