Relative Content

Tag Archive for design

Design pattern for configuring objects

Context In a Cocoa application I am developing, I need to load a data model that is defined in plist files. So, I have something like: root (Array) —- item (Dictionary) ——– name : “objects” (string) ——– prefab : “object” (string) ——– children : (Array) … —- item (Dictionary) ——– name : “actions” (string) ——– […]

Design pattern for configuring objects

Context In a Cocoa application I am developing, I need to load a data model that is defined in plist files. So, I have something like: root (Array) —- item (Dictionary) ——– name : “objects” (string) ——– prefab : “object” (string) ——– children : (Array) … —- item (Dictionary) ——– name : “actions” (string) ——– […]

Package diagram for an MVC patterned project?

We are required to make a package diagram for our senior project. Since our project uses MVC patter design, we created an MVC class diagram, now, our problem is in creating the package diagrams from our class diagram.

Package diagram for an MVC patterned project?

We are required to make a package diagram for our senior project. Since our project uses MVC patter design, we created an MVC class diagram, now, our problem is in creating the package diagrams from our class diagram.

Package diagram for an MVC patterned project?

We are required to make a package diagram for our senior project. Since our project uses MVC patter design, we created an MVC class diagram, now, our problem is in creating the package diagrams from our class diagram.