物品UML
2017-01-26 11:17:01 0 举报
物品UML(Unified Modeling Language)是一种用于可视化、构建和记录软件系统工件的标准化建模语言。它提供了一种通用的符号表示法,使开发人员能够在不同的开发阶段之间共享和理解系统的设计和实现。物品UML包括用例图、类图、对象图、序列图、活动图等多种图形表示方法,以及用于描述模型元素的文本规范。通过使用物品UML,开发人员可以更好地协作、降低沟通成本、提高软件质量和可维护性。
作者其他创作
大纲/内容
Consumable
HP : int MP : int
Consumable()GetInfo() : string
Item
Id : intName : stringItemType : ItemTypesQuality : QualityTypesDescription : stringCapacity : intBuyPrice : intSellPrice : intSpritePath : string
Item()GetInfo() :string
ItemTypes
MeterialConsumableEquipmentWeapon
Meterial
EuqipmentTypes
None Head ClothesCloak Belt Gloves Shoe Ring Necklace OffHand Horcrux
Weapon
Attack : int WeaponType : WeaponTypesRoleType : RoleTypessuitAttack: intsuitIntellect: intsuitDefense: int
Weapon()GetInfo() : string
WeaponTypes
Equipment
Attack : int Intellect : int Agility : int Defense : int Level : int AddHp: intAddMp: intEuqipmentType : EuqipmentTypessuitAttack: intsuitIntellect: intsuitDefense: int
Equipment()GetInfo() : string
QualityTypes
Common UnCommon Delicate Chaos Perfect God
RoleTypes
AllWarriorArcherMasterAssassin
0 条评论
下一页