apps/com.actionsoft.apps.coe.method.nqms/method/nqms.efe/method.config.xml

41 lines
1.6 KiB
XML
Raw Permalink Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<method>
<basic>
<!-- methodId -->
<id>nqms.efe</id>
<!-- 建模方法标题(通过该值从国际化文件中获取) -->
<title>nqms.efe</title>
<!-- 建模方法描述 -->
<desc>外部因素评价矩阵,是一种对外部环境进行分析的工具</desc>
<!-- 图标,文件夹图标不处理 -->
<icon>
<code/>
<color/>
</icon>
<!-- 默认主题内容是theme标签中的key值 -->
<theme>theme1</theme>
<!-- 建模方法所属的建模分类 -->
<categorys>
<category>data</category>
<category>nqms</category>
</categorys>
<!-- 建模方法分类 -->
<methodType>strategyLayer</methodType>
<!-- 支持的建模方式 graphModeling图形建模 tableModeling表格建模 -->
<modelingMode>tableModeling</modelingMode>
<!-- 默认建模方式 graphModeling or tableModeling -->
<defaultModelingMode>tableModeling</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/nqms.straPest/schema.png"/>
</themes>
</method>