Interface: IUserSampling

IUserSampling defines a collection of properties reflecting both the attributes of the sampling, as defined in the extension's xml file, and the current values for the corresponding properties. For instance, it provides the value of the capability MaximumNumberOfInputParameters which can be checked against the actual number of defined input parameters in the Design of Experiments (property NumberOfInputParametersDefined). An object implementing IUserSampling is passed to each callback declared in the extension.

Implemented types

Methods

Name Description
NotifyChange() Notify the application object that something has changed and that an update is required.

Properties

Name Description
AllProperties Gets all properties (flat view).
Attributes Gets the collection of attributes.
Caption Gets the caption of the object.
Controller Gets the controller associated to the object.
Extension Gets the extension associated to the object.
Icon Gets the icon name of the object.
Id Gets the identifier of the object.
InternalCaption Gets the Internal caption of the object.
LogFile Value of the LogFile attribute of the sampling. Indicates if the sampling provides messages to generate a log file.
MaximumNumberOfDoubleListParameters Value of the MaximumNumberOfDoubleListParameters attribute of the sampling. Indicates the maximum number of double list parameters supported.
MaximumNumberOfDoubleParameters Value of the MaximumNumberOfDoubleParameters attribute of the sampling. Indicates the maximum number of double parameters supported.
MaximumNumberOfInputParameters Value of the MaximumNumberOfInputParameters attribute of the sampling. Indicates the maximum number of input parameters supported.
MaximumNumberOfIntegerListParameters Value of the MaximumNumberOfIntegerListParameters attribute of the sampling. Indicates the maximum number of integer list parameters supported.
Name Gets the internal name of the object.
NumberOfDoubleListParametersDefined Actual number of double list parameters defined in the design of experiments.
NumberOfDoubleParametersDefined Actual number of double parameters defined in the design of experiments.
NumberOfInputParametersDefined Actual number of input parameters defined in the design of experiments.
NumberOfIntegerListParametersDefined Actual number of integer list parameters defined in the design of experiments.
ObjectLocation Gets the location of the object within his parent.
ObjectType Gets the type of the object.
Parent Gets the parent object.
Properties Gets the collection of properties.
State Gets the state of the object.
SupportedLocations Gets the locations supported by the object.
Version Gets the version of the object.