33 lines
2.3 KiB
XML
33 lines
2.3 KiB
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|||
|
|
<!--
|
|||
|
|
Linker设置(非必须),(多个app提供该Method Concept时追加定义),作用范围:该MethodId对象。
|
|||
|
|
被ResourceScanner扫描器检查更新
|
|||
|
|
-->
|
|||
|
|
<linker>
|
|||
|
|
<!--
|
|||
|
|
Linker语境上下文设置
|
|||
|
|
|
|||
|
|
methodId 建模方法标识,这是一个隐形属性,读上级目录
|
|||
|
|
|
|||
|
|
conceptCode 代码,methodId+conceptCode的组合不允许重复
|
|||
|
|
|
|||
|
|
fromShapeId 从哪些形状连出时,多个ShapeId用逗号隔开,程序暂不支持逗号隔开
|
|||
|
|
|
|||
|
|
toShapeId 连接到哪些形状连出时,多个ShapeId用逗号隔开
|
|||
|
|
|
|||
|
|
outcomingName 连出对象主动名称,用于提示给用户和生成文档
|
|||
|
|
|
|||
|
|
incomingName 连入对象被动名称,用于提示给用户和生成文档
|
|||
|
|
-->
|
|||
|
|
<concept conceptCode="001" fromShapeId="database" toShapeId="appSystem,cloudServer" outcomingName="为...提供数据" incomingName="从...中读取数据" />
|
|||
|
|
<concept conceptCode="002" fromShapeId="database" toShapeId="device" outcomingName="运行在" incomingName="用作...的平台" />
|
|||
|
|
<concept conceptCode="003" fromShapeId="appSystem" toShapeId="database" outcomingName="写入" incomingName="保存...的数据" />
|
|||
|
|
<concept conceptCode="004" fromShapeId="appSystem" toShapeId="appSystem,cloudServer" outcomingName="包含" incomingName="属于" />
|
|||
|
|
<concept conceptCode="005" fromShapeId="appSystem" toShapeId="device" outcomingName="运行在" incomingName="用作...的平台" />
|
|||
|
|
<concept conceptCode="006" fromShapeId="device" toShapeId="database" outcomingName="用作...的平台" incomingName="运行在" />
|
|||
|
|
<concept conceptCode="007" fromShapeId="device" toShapeId="device" outcomingName="连接" incomingName="被...连接" />
|
|||
|
|
<concept conceptCode="008" fromShapeId="device" toShapeId="appSystem,cloudServer" outcomingName="用作...的平台" incomingName="运行在" />
|
|||
|
|
<concept conceptCode="009" fromShapeId="cloudServer" toShapeId="database" outcomingName="写入" incomingName="保存...的数据" />
|
|||
|
|
<concept conceptCode="010" fromShapeId="cloudServer" toShapeId="appSystem,cloudServer" outcomingName="包含" incomingName="属于" />
|
|||
|
|
<concept conceptCode="011" fromShapeId="cloudServer" toShapeId="device" outcomingName="运行在" incomingName="用作...的平台" />
|
|||
|
|
</linker>
|