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

49 lines
2.9 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.businessProcess</id>
<!-- 建模方法标题(通过该值从国际化文件中获取) -->
<title>aris.businessProcess</title>
<!-- 建模方法描述 -->
<desc>业务流程图</desc>
<!-- 建模方法类型normal普通建模方法image图片库类型建模方法 -->
<type>normal</type>
<!-- 图标,文件夹图标不处理 -->
<icon>
<code>&amp;#xe665;</code>
<color>#4E7FF9</color>
</icon>
<!-- 默认主题内容是theme标签中的key值 -->
<theme>theme1</theme>
<!-- 建模方法所属的建模分类 -->
<categorys>
<category>aris</category>
<category>process</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.businessProcess/schema.png"/>
</themes>
<shapeDesc>
<XORRule_aris cn="用于有且仅有一项活动发生时的逻辑判断" en="Used for logical judgement when only one activity occurs" big5="用於有且僅有一項活動發生時的邏輯判斷"/>
<event_aris cn="表明组织的特点状态或其变化" en="Indicates the characteristic state or changes of an organization" big5="表明組織的特點狀態或其變化"/>
<ANDRule_aris cn="用于多项活动同时发生时的逻辑判断" en="Used for logical judgement when multiple activities occur simultaneously" big5="用於多項活動同時發生時的邏輯判斷"/>
<ORRule_aris cn="用于不止一项活动发生时的逻辑判断" en="Used for logical judgement when more than one activity occurs" big5="用於不止一項活動發生時的邏輯判斷"/>
<function_aris cn="用于完成特定任务的活动" en="Activity used to complete a specific task" big5="用於完成特定任務的活動"/>
<processInterface_aris cn="用于展示流程上下游驱动关系" en="Used to display the upstream and downstream driving relationship of processes" big5="用於展示流程上下游驅動關係"/>
</shapeDesc>
</method>