51 lines
3.5 KiB
XML
51 lines
3.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<method>
|
||
<basic>
|
||
<!-- methodId -->
|
||
<id>aris.processActivity</id>
|
||
<!-- 建模方法标题(通过该值从国际化文件中获取) -->
|
||
<title>aris.processActivity</title>
|
||
<!-- 建模方法描述 -->
|
||
<desc>流程活动图</desc>
|
||
<!-- 建模方法类型,normal:普通建模方法,image:图片库类型建模方法 -->
|
||
<type>normal</type>
|
||
<!-- 图标,文件夹图标不处理 -->
|
||
<icon>
|
||
<code>&#xe6e2;</code>
|
||
<color>#4E7FF9</color>
|
||
</icon>
|
||
<!-- 默认主题,内容是theme标签中的key值 -->
|
||
<theme>theme1</theme>
|
||
<!-- 建模方法所属的建模分类 -->
|
||
<categorys>
|
||
<category>aris</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.processActivity/schema.png"/>
|
||
</themes>
|
||
<shapeDesc>
|
||
<endEvent_arisAct cn="用于表明活动执行结束规则" en="Used to indicate the rules for the end of activity execution" big5="用於表明活動執行結束規則"/>
|
||
<subProcessTask_arisAct cn="表达上下游流程、子流程" en="Expresses upstream and downstream processes, sub-processes" big5="表達上下游流程、子流程"/>
|
||
<cycleTask_arisAct cn="重复执行相同任务" en="Repeatedly performs the same task" big5="重復執行相同任務"/>
|
||
<serviceTask_arisAct cn="调用某种类型服务或程序处理的任务" en="A task that involves calling a certain type of service or program processing" big5="調用某種類型服務或程序處理的任務"/>
|
||
<manualTask_arisAct cn="没有任何应用程序协助的纯手工任务" en="A purely manual task without any application assistance" big5="沒有任何應用程序協助的純手工任務"/>
|
||
<userTask_arisAct cn="在应用程序协助下完成的人工任务" en="A manual task completed with the assistance of an application" big5="在應用程序協助下完成的人工任務"/>
|
||
<parallelGateway_arisAct cn="用于表明活动并行执行路径分支执行条件" en="Used to indicate the conditions for parallel execution path branches of activities" big5="用於表明活動並行執行路徑分支執行條件"/>
|
||
<startEvent_arisAct cn="用于表明活动执行开始规则" en="Used to indicate the rules for the start of activity execution" big5="用於表明活動執行開始規則"/>
|
||
<exclusiveGateway_arisAct cn="用于表明活动单一路径分支执行条件" en="Used to indicate the conditions for the execution of a single path branch of activities" big5="用於表明活動單一路徑分支執行條件"/>
|
||
</shapeDesc>
|
||
</method> |