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