Help TOC > Instructions for software implementers > Modelling approach | |
Modelling approach | Date: 2008/02/28 21:51:18 Revision: 1.8 |
This section provides general guidance and background on the modelling constructs used in the DEXs. More detail is provided in the capabilities.
Product life cycle support implies holding information about products through their life. This leads to the need to manage change of that information over time. This has the following modelling consequences when compared to supporting the exchange of data sets that reflect a short period in time.
Specific cases of these consequences are described in the following sections.
The domain covered by ISO 10303-239 is large and includes many specific requirements that have not been explicitly modelled in the information model. Instead of providing explicit subtypes for many of the entities, the entity has been made a target for Classification_assignment. Thus one or more classes can be associated with any instance of the entity concerned. These classes refine or augment the meaning of the entity. This is described further in the capability C010: assigning_reference_data.
For example, there are many different types of properties associated with components that are relevant to product life cycle support. The model allows the properties that can be associated with parts to be classified. Such classification is then used to specify the specific type of property. Any set of specific property types, such as mean time to failure, that could have been provided by explicit modelling in the model, is likely to be incomplete. Furthermore, as business practices change, different properties are likely to be required over time and these can be introduced by means of a new class.
Similarly, if it is required to make an assertion about something, this can be achieved by classification. For example, a Task_method that involves risk to the persons who carry out the method can be asserted to be safety critical by means of classification.
This approach relies on the use of a common set of classes between partners in a data exchange, together with a shared understanding of what each class means. It is anticipated that classes will be held in a shared class library.
Classification_assignment
provides the principal mechanism for associating classes with items.
However, an additional mechanism is provided for products, that is
Product_category.
See the
Product categorization and
Product identification
modules.
Product_category
is used to distinguish between the different subtypes of
Product
defined in this part of ISO 10303.
Examples are:
Part,
Requirement
and
Document.
This approach is used by other ISO 10303 Application ProtocolApplication Protocol parts.
More specific types of products, such as Oil filter as a type of
Part
should be specified by means of
Classification_assignment,
thus allowing the use of a class library via
External_class.
The information model defines a set of assignment entities. Examples include:
Such entities have a role attribute that can be used to define the specific meaning of each assignment. Where such assignment entities have a role attribute of type STRING and the entity is also included in the classification_item select, classification is the preferred means by which to assert the meaning of the assignment. The role attribute is then instanced with the value set either to be an empty (zero-length) string or to be '/IGNORE'. The use of '/IGNORE' is recommended.
NOTE In general, attribute values are set to '/IGNORE' when the information that could be held be the attribute is instead assigned to the instance of the entity.
For historical reasons, the information model specified in ISO 10303-239 contains multiple identifier attributes, typically modelled as x.id where x is the entity name. This implies that there is only one identifier for the entity and either it does not change or the model does not allow for any means of recording change except by over-writing the value.
In practice, identifiers can change over time and also there may be more than one identifier that applies to something. The latter case typically arises where organizations assign their own identifiers to things. A consequence of this is that an identifier as a string of characters is not useful without knowing more. At a minimum it is necessary to know which organization is responsible for the identifier.
Therefore all requirements for identifiers are met using the basic structure shown in the Figure 1 below. See capability C001: assigning_identifiers for further details.
Note that both Organization_or_person_in_organization_assignment and Identification_assignment have role attributes that have been given the string '/IGNORE'. The respective roles are 'Id_owner' and, given that the thing being identified in the example is a Part, 'Part_type_code'. These are specified by using Classification_assignment.
A number of entities have a name attribute in addition to the id attribute. Where this is being used to assign a name, then the name should be treated as an identifier and assigned using Identification_assignment using the same basic structure shown in Figure 1 below. See capability C001: assigning_identifiers for further details.
A matrix showing all the population of all the EXPRESS selects in
AP239 is available as an
EXCEL spreadsheet(../../docs/ap239/ap239_select_matrix.xls).