• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Data Model Design Q: Translation
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Data Model Design Q: Translation


  • Subject: Data Model Design Q: Translation
  • From: Ben Lachman <email@hidden>
  • Date: Tue, 11 Jul 2006 16:38:10 -0400

I'm wondering how to design my data model so that I can include a substitution/translation object in my model. Basically I want an object that says 3 of this thing is equal to 4 of that thing, where the things are of the same class. A basic example would be substituting change: 5 pennies are equal to 1 nickel, 4 nickels are equal to 2 dimes, etc. The inverse of these is always true as well. This makes sense and seems pretty simple, but I can't figure out a decent way of doing this within the xcode data modeler. What I'd like is something like this:

[ Coin ] <---->> [ Substitution ] <<----> [ Coin ]

where [ Coin ] has a substitutions to-many relationship and [ Substitution ] has a pair of amounts (5 and 1 for instance) and relationships (to the nickel and penny coin objects).

Does anyone have an idea of how to do this in xcode?

Thanks,

->Ben
--
The user's going to pick dancing pigs over security every time. — Bruce Schneier


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Data Model Design Q: Translation
      • From: "I. Savant" <email@hidden>
    • Re: Data Model Design Q: Translation
      • From: "I. Savant" <email@hidden>
  • Prev by Date: Re: Debugging: do CFZombieLevel and objc_exception_throw() work for you?
  • Next by Date: Re: Best way to discover resource forks?
  • Previous by thread: Re: Debugging: do CFZombieLevel and objc_exception_throw() work for you?
  • Next by thread: Re: Data Model Design Q: Translation
  • Index(es):
    • Date
    • Thread