Class MEAL::Variable

template<class T>
class Variable : public Reference::Able

Pure virtual base class of a transformation with an argument.

This pure virtual template base class defines the interface by which a model and its argument can be managed together.

Public Functions

virtual T *get_transformation() = 0

The transformation.

virtual MEAL::Argument *get_argument() = 0

Its argument.