GraphCodeEnum.java 882 B

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