Class ParamProvider
Declaration :
C++ : template<class VAL> class ParamProvider
Java : public interface ParamProvider<VAL>
Directly inherited by :
Auto
Artifact :
paramprovider
Relation
param (<association>)
Declaration :
Uml : # param :
Parameter
, multiplicity : 1
C++ : protected:
Parameter
* param
Relation
<unidirectional association>
Declaration :
Uml : # :
Interpolator
, multiplicity : 0..1
C++ : protected:
Interpolator
*
Operation
getValue
Declaration :
Uml : + getValue() : VAL
C++ : public: VAL getValue()
All public operations :
getValue