apps/com.actionsoft.apps.coe.method.aris/method/aris.system/method.config.xml
2024-07-15 09:29:52 +08:00

47 lines
2.5 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<method>
<basic>
<!-- methodId -->
<id>aris.system</id>
<!-- 建模方法标题(通过该值从国际化文件中获取) -->
<title>aris.system</title>
<!-- 建模方法描述 -->
<desc>应用系统图</desc>
<!-- 建模方法类型normal普通建模方法image图片库类型建模方法 -->
<type>normal</type>
<!-- 图标,文件夹图标不处理 -->
<icon>
<code>&amp;#xe7ce;</code>
<color>#4E7FF9</color>
</icon>
<!-- 默认主题内容是theme标签中的key值 -->
<theme>theme1</theme>
<!-- 建模方法所属的建模分类 -->
<categorys>
<category>aris</category>
<category>itsystem</category>
</categorys>
<!-- 建模方法分类 -->
<methodType>arisLayer</methodType>
<!-- 支持的建模方式 graphModeling图形建模 tableModeling表格建模 -->
<modelingMode>graphModeling</modelingMode>
<!-- 默认建模方式 graphModeling or tableModeling -->
<defaultModelingMode>graphModeling</defaultModelingMode>
</basic>
<themes>
<!--
key 唯一主键当前文件内key不重复
title 主题名字
schema 形状定义文件名称
customSchema 自定义形状定义文件名称
previewPng 建模方法所有形状预览图的地址
-->
<theme key="theme1" title="默认主题" schema="diagram.schema.tpl" customSchema="diagram.custom.schema.tpl" previewPng="../img/method/aris.system/schema.png"/>
</themes>
<shapeDesc>
<functionModule_aris cn="用于描述较小粒度的应用系统内的功能模块" en="Used to describe smaller granularity functional modules within an application system" big5="用於描述較小粒度的應用系統內的功能模塊"/>
<system_aris cn="应用系统的实例" en="An instance of an application system" big5="應用系統的實例"/>
<moduleType_aris cn="完成一些独立的功能模块的组合分类" en="Combination classification of some independent functional modules" big5="完成一些獨立的功能模塊的組合分類"/>
<systemType_aris cn="将为相同业务域领域服务的信息系统进行归类" en="Classifies information systems serving the same business domain" big5="將為相同業務域領域服務的信息系統進行歸類"/>
</shapeDesc>
</method>