Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 22 Current »

Command Flow:

  1. CreateGamingEnvironment(workingTitle, firstReleaseYear)
  2. CreateHardwarePlatform(workingTitle)
  3. AddHardwarePlatformToGamingEnvironment(GamingEnvironmentId, HardwarePlatformId)
  4. CreateHardwareModel(workingTitle)
  5. AddHardwareModelToHardwarePlatform(HardwarePlatformId, HardwareModelId)

Exemplary CommandFlow:

  1. CreateGamingEnvironment("Commodore Amiga", 1985) => ID1
  2. CreateHardwarePlatform("Amiga 68k Machine") => ID2
  3. AddHardwarePlatformToGamingEnvironment(ID1, ID2)
  4. CreateHardwareModel("Amiga 500") => ID3
  5. AddHardwareModelToHardwarePlatform(ID2, ID3)
  • No labels