Open CASCADE Technology
6.5.4
|
This class is set in the fields of the
MethodInstance class. When a MethodInstance is
done each variable of the definition must be
defined in the instance by a VariableInstance with
the same name as in the definition. If the method
instance is directly used by an application the
user value is directly set into the
VariableInstance. If now the MethodInstance enters
in the definition of a CompositMethod It is
necessary to define the correspondance between the
variables of the CompositMethod definition and the
use throughout the MethodInstance.
#include <Dynamic_VariableInstance.hxx>
Public Member Functions | |
Dynamic_VariableInstance () | |
Returns a new empty instance of this class. | |
virtual void | Variable (const Handle< Dynamic_Variable > &avariable) |
Sets the variable <avariable> into the VariableInstance <me>. | |
Handle_Dynamic_Variable | Variable () const |
Returns the variable contained into the VariableInstance <me>. |
virtual void Dynamic_VariableInstance::Variable | ( | const Handle< Dynamic_Variable > & | avariable | ) | [virtual] |
Implements Dynamic_AbstractVariableInstance.
Handle_Dynamic_Variable Dynamic_VariableInstance::Variable | ( | ) | const |