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