Object-Oriented Analysis and Design for Information Systems : Modeling with BPMN, OCL, IFML, and Python(2)

個数:1
紙書籍版価格
¥16,577
  • 電子書籍

Object-Oriented Analysis and Design for Information Systems : Modeling with BPMN, OCL, IFML, and Python(2)

  • 著者名:Wazlawick, Raul Sidnei
  • 価格 ¥13,203 (本体¥12,003)
  • Morgan Kaufmann(2024/03/16発売)
  • ポイント 120pt (実際に付与されるポイントはご注文内容確認画面でご確認下さい)
  • 言語:ENG
  • ISBN:9780443137396
  • eISBN:9780443137402

ファイル: /

Description

Object-Oriented Analysis and Design for Information Systems, Second Edition clearly explains real object-oriented programming in practice. Expert author Raul Sidnei Wazlawick explains concepts such as object responsibility, visibility, and the real need for delegation in detail. The object-oriented code generated by using these concepts in a systematic way is concise, organized and reusable.The patterns and solutions presented in this book are based in research and industrial applications. You will come away with clarity regarding processes and use cases and a clear understanding of how to expand a use case. Wazlawick clearly explains how to build meaningful sequence diagrams. Object-Oriented Analysis and Design for Information Systems illustrates how and why building a class model is not just placing classes into a diagram. You will learn the necessary organizational patterns so that your software architecture will be maintainable. The Second Edition includes all new content shifting the focus of the book to agile software development, including Scrum software project management, BPMN diagrams, user stories, and Python code examples.

  • Provides updates on how to build better class models, which are more maintainable and understandable
  • Explains how to write use cases in a more efficient and standardized way, using more effective and less complex diagrams
  • Updates on how to build true object-oriented code with division of responsibility and delegation
  • Covers contemporary themes such as agile methodologies and BPMN (Business Process Modeling and Notation)

Table of Contents

1. Introduction
2. Business Modeling
3. High Level Requirements
4. Project Planning and Managing
5. Expanded Use Cases
6. Conceptual Modeling - Fundamentals
7. Conceptual Modeling - Patterns
8. Functional Modeling with OCL Contracts
9. Domain Tier Design
10. Code Generation
11. Test
12. Interface Tier Design with IFML
13. Data Persistence