| Capability (C077):— assigning_process_properties | Date: 2007/06/22 12:22:09 Revision: 1.46 |
This section describes the EXPRESS information model for the capability.
TYPE characterized_activity_definition =
EXTENSIBLE
SELECT
(Activity,
Activity_method);
END_TYPE;
ENTITY Activity_property;
name : STRING;
description : STRING;
described_element : characterized_activity_definition;
END_ENTITY;
name: the words by which the Activity_property is known.
description: the text that provides further information about the Activity_property.
described_element: the object of which the Activity_property identifies a characteristic.
Activity_property_representation
An Activity_property_representation is an association between an Activity_property and one of its representations.
ENTITY Activity_property_representation;
description :
OPTIONAL
STRING;
property : Activity_property;
rep : Representation;
role : STRING;
END_ENTITY;
description: the text that provides further information about the Activity_property_representation. The value of this attribute need not be specified.
property: the represented Activity_property.
rep: the Representation.
role:
the string that specifies the meaning of the representation with respect to the property.
EXAMPLE 'numerical representation' and 'text representation' are examples of role.