Newer
Older
DesignCraft / models / designPattern / Flyweight.Json
@c-okada c-okada 6 hours ago 482 bytes デザインパターン再現
{
  "name": "Flyweight",
  "contexts": [
    {
      "relations": [
        {
          "src": "Main.PotionFactory.{Potion}",
          "dst": "Main.AlchemistShop",
          "multiplicity": "1:1"
        }
      ],
      "transfer": {
        "src": "Main.PotionFactory.{Potion}",
        "dst": "Main.AlchemistShop.TopShelf",
        "data": {
          "type": "Data",
          "name": "data"
        },
        "style": "PULL",
        "multiplicity": "1:1"
      }
    }
  ]
}