10 pts.
 Database design
Hi all, I have a condition and formula generator in my application. I must save this condition and formula in database and calculate formulas for each condition. I want to model these conditions and formulas. For example: Condition: Education=BS AND MaritalStatus=Married AND YearsOfService>10 Formula: Salary=2.5*EducationFactor+BaseSalary I modeled conditions and formula separately and using Interpreter Pattern. *Condition <a href=http://www.freeimagehosting.net/image.php?87d5753b0f.jpg><img src=http://www.freeimagehosting.net/uploads/th.87d5753b0f.jpg alt="Free Image Hosting by FreeImageHosting.net"></a> *Formula <a href=http://www.freeimagehosting.net/image.php?de66e96277.jpg><img src=http://www.freeimagehosting.net/uploads/th.de66e96277.jpg alt="Free Image Hosting by FreeImageHosting.net"></a> Now my questions: 1-Are these model Correct? 2-What are context and client in this pattern? 3-In these models , I have to model Coefficients and Items as subclass of Expression, because of Interpreter Pattern, but naturally they aren't. How can I handle this problem? 4-What are equal tables for these models? Thanks alot

Software/Hardware used:
ASKED: November 16, 2008  9:57 AM
UPDATED: November 17, 2008  6:09 PM

Answer Wiki:
Your image links didn't come through. Attempting to repost here: <a href="http://www.freeimagehosting.net/image.php?87d5753b0f.jpg">Condition</a> <a href="http://www.freeimagehosting.net/image.php?de66e96277.jpg">Formula</a> These are the images: <img src="http://www.freeimagehosting.net/image.php?87d5753b0f.jpg" alt="Condition" /> <img src="http://www.freeimagehosting.net/image.php?de66e96277.jpg" alt="Formula" /> Elham, I really do not see the relation of these models with your description of 'formula' and 'condition'. The models do not seem to use any of the variables mentioned. Could you please explain the models a little, so we can better understand how they are constructed in order to provide some help ? Thanks
Last Wiki Answer Submitted:  November 17, 2008  6:09 pm  by  carlosdl   63,535 pts.
All Answer Wiki Contributors:  carlosdl   63,535 pts. , BrentSheets   6,565 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _