Subject | English | Russian |
progr. | A class also referred to as an object class is a collection of objects with the same characteristics | Класс или класс объектов – это набор объектов с одинаковыми характеристиками (см. Designing Concurrent, Distributed, and Real-Time Applications with UML by Hassan Gomaa ssn) |
progr. | A class also referred to as an object class is a collection of objects with the same characteristics | Класс или класс объектов это набор объектов с одинаковыми характеристиками (см. Designing Concurrent, Distributed, and Real-Time Applications with UML by Hassan Gomaa ssn) |
progr. | A class text describes the properties and behavior of objects of a certain type | Текст класса описывает свойства и поведение объектов определённого типа (см. Object-Oriented Software Construction second edition by Bertrand Meyer ssn) |
progr. | A dashed arrowhead line indicates a class that instantiates objects of another class. The arrow points to the class of the instantiated objects | Пунктирная линия со стрелкой обозначает класс, который инстанцирует объекты другого класса. Стрелка направлена в сторону класса инстанцированных объектов (см. Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides ssn) |
progr. | a single object of the source class | один объект исходного класса (ssn) |
progr. | aggregation relationship: The relationship of an aggregate object to its parts. A class defines this relationship for its instances e.g., aggregate objects | отношение агрегирования: отношение агрегата и его частей. Класс определяет такое отношение для своих экземпляров, то есть агрегированных объектов (см. Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides ssn) |
progr. | Association can also be defined on a single class. This is called a unary or singular association. The unary association establishes links between objects of a single class | Ассоциацию можно также определить на единственном классе. Тогда она называется унарной или сингулярной ассоциацией. Унарная ассоциация устанавливает связь между объектами одного класса (см. Maciaszek, L.A.: Requirements Analysis and System Design, 3rd ed. 2007 ssn) |
progr. | Class. A description of a set of objects that share the same features | Класс. Описание набора объектов, обладающих одинаковыми свойствами (см. UML 2 and the Unified Process: Practical Object-Oriented Analysis and Design, Second Edition by Jim Arlow and Ila Neustadt 2005 ssn) |
progr. | establish links between objects of a single class | устанавливать связь между объектами одного класса (ssn) |
progr. | multiple classification: A semantic variation of generalization in which an object may belong directly to more than one class | множественная классификация: семантическая вариация обобщения, при которой объект может непосредственно принадлежать нескольким классам (см. "The UML Reference Manual" by J.Rumbaugh, Ivar Jacobson, Grady Booch 1999 ssn) |
progr. | object of a class | объект класса (ssn) |
progr. | object of a class-wide type | объект надклассового типа (Alex_Odeychuk) |
progr. | object of a subset class | объект класса-подмножества (ssn) |
progr. | objects of a class | объекты класса (ssn) |
progr. | objects of a single class | объекты одного класса (ssn) |
progr. | objects of a target class | объекты целевого класса (ssn) |