この図は、この章に記載された作業ユニット例で使用されているオブジェクト・モデルを示しています。Pet、PetOwnerおよびVetVisitという3つのクラスがあります。PetクラスはInteger id、String name、String typeを提供し、PetOwnerおよびVetVisitを参照します。PetOwnerクラスはInteger id、String nameおよびString phoneNumberを提供します。VetVisitクラスはInteger id、String symptomsおよびString notesを提供し、Petを参照します。