The SEDRIS Data Representation Model
APPENDIX A - Classes Predefined Function |
---|
An instance of this DRM class is a <Function> for which the function being used to determine the value of the expression is one of those enumerated by SE_Predefined_Function.
See <Property Table Reference Control Link>, example 1.
Simple! We didn't think of it. If you'd like to see it, we'd be happy to consider any change request you might offer.
EDCS_Attribute_Value_Type | value_type; | (notes) |
---|
SE_Predefined_Function | function; | (notes) |
---|
The <Expression> components of a <Function>, if any, represent the arguments of the function being represented, so a <Function> has <Expression> components if that <Function> takes arguments. The <Expression> components are ordered so as to unambiguously specify which <Expression> is being supplied for each argument of the given <Function>. The exact interpretation of each argument is defined by the specific function.
The value_type of a <Function> instance returns the type of value produced when the <Function> instance is evaluated for its arguments.
For a <Predefined Function> instance, the function field specifies the function to be used to determine the value of the expression when it is evaluated.
|