ГОСТ Р 55346—2012
space and namespaces that are inherited from this:</li> <li>pubtic: Specifies that the Oo_component can be accessed
from other elements including those outside the namespace of the Oo_component.<,‘1i></ul> ’)
visibility : label;
END_ENTITY:
(‘ An Oo_component_altocation is the mechanism for allocating a Oo_component object to a PhysicalJnstance_refer-
ence object. *)
ENTITY oo_component_allocation;
(* The deptoymentjocation specifies the Physical_instance_reference object on which the Oo_component object spec
ified by resident resides. *)
deptoymentjocation : physicaljnstance_reference;
(* The description specifies additional information about the Oo_component_altocation. ’ )
description ; OPTIONAL text_select;
(* The resident specifies the deployed Oo_component object. *)
resident; oo_component:
END_ENTITY:
(*An Oo_constraint specifies a semantic condition or restriction. *)
ENTITY oo_constraint;
(* The body specifies the Textual_specification object that defines the specification and the specification language for
the Oo constraint. *)
body ; textual_specification;
END_ENTITY;
(*An Oo_constraint_model_element_relationship is the allocation of an Oo_constraint to an element. *)
ENTITY oo_constraint_model_element_relationship;
(* The constraint specifies the constraining Oo_constraint. *)
constraint; oo_constraint;
(* The model_element specifies the constrained element. *)
model_element; oo_model_element_select;
END_ENTITY:
(*An Oo_create_action is a type of Oo_action that specifies the creation of a classifier. *)
ENTITY oo_create_action
SUBTYPE OF (oo_action);
(* The instantiation specifies that the classifier has been created by the Oo_create_action.’)
instantiation; oo_dassifier_select;
END_ENTITY:
(*An Oo_dependency is a relationshipbetween two elements, in which a change to the supplier element will effect the
client element. *)
ENTITY oo_dependency;
(* The client specifies the dependent element of the Oo_dependency.’)
client; oo_model_element_select;
(* The description specifies additional information about the Oo_dependency. *)
description: text_select;
(* The supplier specifies the independent element of the Oo_dependency. *)
supplier: oo_model_element_select;
END_ENTITY:
(’ An Oo_elementJmport is the use of a modet_element in an Oo_package. *)
ENTITY oo_elementJmport:
(* The alias_name specifies an alternative name for the imported model_element that can be used to reference the
model_element. “)
alias_name; OPTIONAL label;
(* The container specifies the Oo_package that imports the model_element through the container. *)
container; oo_package;
(‘ The model_element specifies the element that is imported. ’)
model_element; oo_model_element_select;
(* The name specifies the word, or words, that are used to refer to the Oo_elementJmport. *)
name; label;
354