Subject | English | Russian |
progr. | algorithm object: An object that encapsulates an algorithm used in the problem domain | объект-алгоритм: объект, инкапсулирующий определённый алгоритм, который применяется в предметной области (см. Designing Concurrent, Distributed, and Real-time Applications with UML Object Technology Series by Hassan Gomaa ssn) |
progr. | business logic object: An object that encapsulates the business rules business-specific application logic for processing a client request | объект бизнес-логики: объект, инкапсулирующий бизнес-правила бизнес-логику конкретного приложения обработки запроса клиента (см. Hassan Gomaa: Designing Concurrent, Distributed, and Real-Time Applications with UML ssn) |
progr. | encapsulate data within an object | инкапсулировать данные в объекте (Alex_Odeychuk) |
progr. | encapsulated object | объект, поддерживающий инкапсуляцию данных (Alex_Odeychuk) |
progr. | Other objects may only indirectly access the encapsulated data structure by calling the operations of the object | другие объекты получат опосредованный доступ к инкапсулированной структуре данных путём вызова операций объекта (см. Designing Concurrent, Distributed, and Real-Time Applications with UML by Hassan Gomaa) |