|
ENTITY analytical_model_port SUBTYPE OF (property_definition, property_definition_representation, representation); DERIVE SELF\property_definition_representation.definition : property_definition := SELF; SELF\property_definition_representation.used_representation : representation := SELF; END_ENTITY; -- analytical_model_port |
Entity data types and their attributesproperty_definitionname: label; (OPT) description: text; definition: characterized_definition; (DER) id: identifier; property_definition_representation definition: represented_definition; used_representation: representation; (DER) description: text; (DER) name: label; representation name: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; analytical_model_port (RT) (DER) definition: property_definition; (RT) (DER) used_representation: representation; |
| analog_analytical_model_port (Analytical_model_mim) |
| analytical_model_vector_port (Analytical_model_mim) |
| digital_analytical_model_port (Analytical_model_mim) |
Global rules for this entity data type- |