12345678910111213141516171819202122 |
- package com.persagy.transfer.constant;
- /**
- * 图类型编码
- *
- * @version 1.0.0
- * @company persagy
- * @author zhangqiankun
- * @date 2021年9月2日 下午4:31:27
- */
- public enum GraphCodeEnum {
- ArchSubset, SpaceNeighborhood, ThroughRelationship, TrafficNetwork, ConvectionNetwork, RadiationNetwork,
- SpaceCorrespond, ArchForArch, MechInArch, MechForArch, MechSubset, LUDistribution, HUDistribution, ChillWaterLoop,
- CoolingWaterLoop, HeatWaterLoop, CondWaterNetwork, ACAirNetwork, FreshAirNetwork, VentNetwork, VRFNetwork,
- DomesticWaterNetwork, DrainingWaterNetwork, RecycleWaterNetwork, DrinkingWaterNetwork, DHWNetwork, GasNetwork,
- FireWaterNetwork, FireVentNetwork, WENetwork, MechCtrl, MechPower, SensorRelationship, ValveRelationship,
- EnergySubMeter, ScheduleRelationship, MeteorologyRelationship, TenentInArch, BlocRelationship, Property2Mech,
- PropertyInArch,
- }
|