Subject | English | Russian |
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. | call of a method of the own class instance | вызов метода из экземпляра собственного класса (ssn) |
progr. | current instance of the class | текущий экземпляр класса (ssn) |
progr. | declarations of the instance and class methods | объявления методов экземпляров и классов (ssn) |
progr. | if the referenced instance is of a class or function block type that implements the interface, the result is a valid reference to this instance | если экземпляр, на который дана ссылка, принадлежит классу или типу функционального блока, реализующего интерфейс, то результат является действительной ссылкой на данный экземпляр (см. IEC 61131-3:2013 ed. 3.0 Programmable Controllers – Programming Languages ssn) |
progr. | in programs written in the Java programming language, an instance of a class is created using the new operator followed by the class name | в программах на языке Java экземпляр класса создаётся с помощью оператора new, за которым следует имя класса |
progr. | individual objects, which are instances of the class, are instantiated as required at execution time | индивидуальные объекты, являющиеся экземплярами класса, создаются при необходимости во время выполнения (ssn) |
progr. | initialize an instance of the aspect class | инициализировать экземпляр класса-аспекта (Alex_Odeychuk) |
progr. | instance methods of the class metaclass | метод экземпляра класса метакласса (Alex_Odeychuk) |
automat. | instance of the class | элементы класса (напр., при моделировании ГПС) |
progr. | instance of the class | экземпляр класса (ssn) |
progr. | instance variable of the class metaclass | переменная экземпляра класса метакласса (Alex_Odeychuk) |
progr. | instances of the class | экземпляры класса (ssn) |
progr. | internal call of a method of the own class instance | внутренний вызов метода из экземпляра собственного класса (ssn) |
progr. | name of the external class instance | имя экземпляра внешнего класса (ssn) |
progr. | new instance of the class | созданный экземпляр класса (ssn) |
progr. | the object is said to be an instance of the class | Говорят, что объект является экземпляром класса (см. Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides) |
Makarov. | the object is said to be an instance of the class | говорят, что объект является экземпляром класса |