Newer
Older
DesignCraft / models / designPattern / Flyweight.Json
{
  "name": "Flyweight",
  "contexts": [
    {
      "relations": [
        {
          "src": "Main.AlchemistShop.PotionFactory.{Potion}",
          "dst": "Main.AlchemistShop",
          "multiplicity": "*:*"
        }
      ],
      "transfer": {
        "src": "Main.AlchemistShop.PotionFactory.{Potion}",
        "dst": "Main.AlchemistShop.TopShelf.{Potion}",
        "data": {
          "name": "data"
        },
        "style": "PULL",
        "multiplicity": "*:*"
      }
    },
    {
      "relations": [],
      "transfer": {
        "src": "Main.AlchemistShop.TopShelf.{Potion}",
        "dst": "Main.AlchemistShop.{Potion}",
        "data": {
          "name": "potion"
        },
        "style": "PULL",
        "multiplicity": "*:*"
      }
    }
  ]
}