1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| namespace IStation.Server
| {
| /// <summary>
| ///
| /// </summary>
| public class EpEtaAnalyzerFactory
| {
| /// <summary>
| /// 创建分析器
| /// </summary>
| public static IEpEtaAnalyzer CreateAnalyzer(Yw.Model.EtaAnalyConfigure configure)
| {
| IEpEtaAnalyzer analyzer = null;
| if (configure.ObjectType == IStation.DataType.LogicSite && configure.ObjectID == 1724694117545545728)
| {
| analyzer = new EpEtaCustomAnalyzer4长兴输水泵房();
| }
| return analyzer;
| }
| }
| }
|
|