Newer
Older
DesignCraft / models / designPattern / Prototype.Json
@c-okada c-okada 7 days ago 591 bytes デザインパターン再現
{
  "name": "Prototype",
  "contexts": [
    {
      "relations": [],
      "transfer": {
        "src": "FactoryImpl",
        "dst": "Main",
        "data": {
          "type": "OrcConcreteHero",
          "name": "orcConcreteHero"
        },
        "style": "PULL",
        "multiplicity": "1:1"
      }
    },
    {
      "relations": [],
      "transfer": {
        "src": "FactoryImpl.OrcConcreteHero",
        "dst": "Main",
        "data": {
          "type": "Weapon",
          "name": "weapon"
        },
        "style": "PULL",
        "multiplicity": "1:1"
      }
    }
  ]
}