```mermaid classDiagram class Book { + string name # int number - List<Page> pages + Page getPages(int index) } class Page { + string title + string body } Book --> Page Book ..> BookService ```
CUI Presenter Model GUI Presenter main Coreロジック Algorithm data Viewロジック Web Presenter run output コーディング時に純 粋なロジック部分に 集中できる 最初は簡単な実装で表 示にして、後からいくら でもリッチ化できる