*)
SCHEMA Distribution_mapping_mim;
USE FROM mathematical_identification_schema -- ISO 10303-5x
(maths_space_context_relationship,
maths_space_context_relationship_description,
property_distribution_description);
USE FROM property_identification_mim -- 10303-1085
(scale);
USE FROM product_activity_and_state_space_parameterisation_mim -- 10303-1084
(parameterisation);
(*
none.
An identification_of_parameterisation_mapping is a maths_space_context_relationship_description that defines a parameterisation_mapping.
EXPRESS specification:
*)
ENTITY identification_of_parameterisation_mapping
SUBTYPE OF (maths_space_context_relationship_description);
SELF\maths_space_context_relationship_description.described_relationship :
parameterisation_mapping;
END_ENTITY;
(*
An identification_of_property_distribution is a property_distribution_description that is an Identification_of_property_distribution.
EXPRESS specification:
*)
ENTITY identification_of_property_distribution
SUBTYPE OF (property_distribution_description);
SELF\physical_maths_function_association.domain_context :
parameterisation;
SELF\physical_maths_function_association.range_context :
scale;
END_ENTITY;
(*
An identification_of_scale_mapping is a maths_space_context_relationship_description that defines a scale_mapping.
EXPRESS specification:
*)
ENTITY identification_of_scale_mapping
SUBTYPE OF (maths_space_context_relationship_description);
SELF\maths_space_context_relationship_description.described_relationship :
scale_mapping;
END_ENTITY;
(*
A parameterisation_mapping is a maths_space_context_relationship that is a Parameterisation_mapping.
EXPRESS specification:
*) ENTITY parameterisation_mapping SUBTYPE OF (maths_space_context_relationship); SELF\maths_space_context_relationship.related_context : parameterisation; SELF\maths_space_context_relationship.relating_context : parameterisation; END_ENTITY; (*
A scale_mapping is a maths_space_context_relationship that is a Scale_mapping.
EXPRESS specification:
*) ENTITY scale_mapping SUBTYPE OF (maths_space_context_relationship); SELF\maths_space_context_relationship.related_context : scale; SELF\maths_space_context_relationship.relating_context : scale; END_ENTITY; (*
*) END_SCHEMA; (*
If you have a comment on this module, please send it to the support team