
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Exam; Class: SOFTWARE ENGINEERING METHODOLOGY; Subject: Computer Science; University: Rice University; Term: Unknown 1989;
Typology: Exams
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Included in the final deliverable: Model:
- abstract interfaces for simulations, agents, and databases - the simulation aka the framework for the game is behind an interface which can be swapped out whenever you want - the database interface affords the ability to swap out whatever database implementation that you want while keeping the rest of the simulation intact - the ability to upload custom agents and entities - behaviors and rules: o abstract behaviors that allow for essentially any manipulation of the world to be possible o abstract rules that can allow, deny, or change the execution of a behavior in any way at all o both behaviors and rules that are not constrained by anything beyond the designer's creativity - a complete database back end in which the behaviors, rules, and entities are stored and accessed, allowing dramatically improved flexibility and scalability over a back end solely residing in memory Network: