16 lines
429 B
XML
16 lines
429 B
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|||
|
|
<!--
|
|||
|
|
引入图形设置(非必须),作用范围:该MethodId对象。
|
|||
|
|
被ResourceScanner扫描器检查更新
|
|||
|
|
-->
|
|||
|
|
<shapes>
|
|||
|
|
<!--
|
|||
|
|
|
|||
|
|
methodId 建模方法Id(methodId),多个用逗号隔开
|
|||
|
|
|
|||
|
|
-->
|
|||
|
|
<import methodId="org.normal"/>
|
|||
|
|
<import methodId="data.form"/>
|
|||
|
|
<import methodId="control.policy,control.risk"/>
|
|||
|
|
<import methodId="itsystem.normal"/>
|
|||
|
|
</shapes>
|