The SEDRIS Data Representation Model
APPENDIX A - Classes
HSV Colour Control Link

Class Name: HSV Colour Control Link

Superclass - <Control Link>

Subclasses

This DRM class is concrete and has no subclasses.

Definition

An instance of this DRM class specifies a specialized <Control Link> instance used to provide the connection between an ordered aggregation of <Expression> instances and the target fields of one or more <HSV Colour> instances.

Primary Page in DRM Diagram:

Secondary Pages in DRM Diagram:

Example

See the example for <CMY Colour Control Link>, which is analogous to how this class is used.

FAQs

No FAQs supplied.

Constraints

Composed of (two-way) (inherited)

Component of (two-way)

Inherited Field Elements

SE_String

description;

1

Field Elements

SE_Integer_Unsigned

hue_expression_index;

2

SE_Integer_Unsigned

saturation_expression_index;

3

SE_Integer_Unsigned

value_expression_index;

4


Notes

Fields Notes

description

The description field specifies a text description of the purpose of the <Control Link> instance.

hue_expression_index

The hue_expression_index field is a one-based index into the ordered aggregation of <Expression> instances and is used to select the specific <Expression> instance (if any) that controls the hue field values of the hsv_data field(s) of the target <HSV Colour> instance(s). If the value is zero, the hue field of those <HSV Colour> instance(s) is not controlled.

saturation_expression_index

The saturation_expression_index field is a one-based index into the ordered aggregation of <Expression> instances and is used to select the specific <Expression> instance (if any) that controls the saturation field values of the hsv_data field(s) of the target <HSV Colour> instance(s). If the value is zero, the saturation field of those <HSV Colour> instance(s) is not controlled.

value_expression_index

The value_expression_index field is a one-based index into the ordered aggregation of <Expression> instances and is used to select the specific <Expression> instance (if any) that controls the value field values of the hsv_data field(s) of the target <HSV Colour> instance(s). If the value is zero, the value field of those <HSV Colour> instance(s) is not controlled.


Prev: HSV Colour. Next: Icon. Up:Index.