@itwin/ecschema-editing 4.6.0-dev.10 → 4.6.0-dev.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/lib/cjs/Differencing/SchemaConflicts.js.map +1 -1
  3. package/lib/cjs/Differencing/SchemaDiagnosticVisitor.js.map +1 -1
  4. package/lib/cjs/Differencing/SchemaDifference.js.map +1 -1
  5. package/lib/cjs/Editing/Constants.js.map +1 -1
  6. package/lib/cjs/Editing/CustomAttributes.js.map +1 -1
  7. package/lib/cjs/Editing/ECClasses.js.map +1 -1
  8. package/lib/cjs/Editing/Editor.js.map +1 -1
  9. package/lib/cjs/Editing/Entities.js.map +1 -1
  10. package/lib/cjs/Editing/Enumerations.js.map +1 -1
  11. package/lib/cjs/Editing/Formats.js.map +1 -1
  12. package/lib/cjs/Editing/InvertedUnits.js.map +1 -1
  13. package/lib/cjs/Editing/KindOfQuantities.js.map +1 -1
  14. package/lib/cjs/Editing/Mixins.js.map +1 -1
  15. package/lib/cjs/Editing/Mutable/MutableArrayProperty.js.map +1 -1
  16. package/lib/cjs/Editing/Mutable/MutableCAClass.js.map +1 -1
  17. package/lib/cjs/Editing/Mutable/MutableClass.js.map +1 -1
  18. package/lib/cjs/Editing/Mutable/MutableConstant.js.map +1 -1
  19. package/lib/cjs/Editing/Mutable/MutableEntityClass.js.map +1 -1
  20. package/lib/cjs/Editing/Mutable/MutableEnumeration.js.map +1 -1
  21. package/lib/cjs/Editing/Mutable/MutableFormat.js.map +1 -1
  22. package/lib/cjs/Editing/Mutable/MutableInvertedUnit.js.map +1 -1
  23. package/lib/cjs/Editing/Mutable/MutableKindOfQuantity.js.map +1 -1
  24. package/lib/cjs/Editing/Mutable/MutableMixin.js.map +1 -1
  25. package/lib/cjs/Editing/Mutable/MutablePhenomenon.js.map +1 -1
  26. package/lib/cjs/Editing/Mutable/MutablePrimitiveOrEnumProperty.js.map +1 -1
  27. package/lib/cjs/Editing/Mutable/MutableProperty.js.map +1 -1
  28. package/lib/cjs/Editing/Mutable/MutablePropertyCategory.js.map +1 -1
  29. package/lib/cjs/Editing/Mutable/MutableRelationshipClass.js.map +1 -1
  30. package/lib/cjs/Editing/Mutable/MutableSchema.js.map +1 -1
  31. package/lib/cjs/Editing/Mutable/MutableUnit.js.map +1 -1
  32. package/lib/cjs/Editing/Mutable/MutableUnitSystem.js.map +1 -1
  33. package/lib/cjs/Editing/Phenomena.js.map +1 -1
  34. package/lib/cjs/Editing/PropertyCategories.js.map +1 -1
  35. package/lib/cjs/Editing/RelationshipClasses.js.map +1 -1
  36. package/lib/cjs/Editing/SchemaItems.js.map +1 -1
  37. package/lib/cjs/Editing/Structs.js.map +1 -1
  38. package/lib/cjs/Editing/UnitSystems.js.map +1 -1
  39. package/lib/cjs/Editing/Units.js.map +1 -1
  40. package/lib/cjs/Merging/CAClassMerger.js.map +1 -1
  41. package/lib/cjs/Merging/ClassMerger.js.map +1 -1
  42. package/lib/cjs/Merging/ConstantMerger.js.map +1 -1
  43. package/lib/cjs/Merging/CustomAttributeMerger.js.map +1 -1
  44. package/lib/cjs/Merging/EntityClassMerger.js.map +1 -1
  45. package/lib/cjs/Merging/EnumerationMerger.js.map +1 -1
  46. package/lib/cjs/Merging/KindOfQuantityMerger.js.map +1 -1
  47. package/lib/cjs/Merging/MixinMerger.js.map +1 -1
  48. package/lib/cjs/Merging/PhenomenonMerger.js.map +1 -1
  49. package/lib/cjs/Merging/PropertyCategoryMerger.js.map +1 -1
  50. package/lib/cjs/Merging/PropertyMerger.js.map +1 -1
  51. package/lib/cjs/Merging/RelationshipClassMerger.js.map +1 -1
  52. package/lib/cjs/Merging/SchemaItemMerger.js.map +1 -1
  53. package/lib/cjs/Merging/SchemaMerger.js.map +1 -1
  54. package/lib/cjs/Merging/SchemaReferenceMerger.js.map +1 -1
  55. package/lib/cjs/Merging/UnitSystemMerger.js.map +1 -1
  56. package/lib/cjs/Validation/Diagnostic.js.map +1 -1
  57. package/lib/cjs/Validation/DiagnosticReporter.js.map +1 -1
  58. package/lib/cjs/Validation/ECRules.js.map +1 -1
  59. package/lib/cjs/Validation/LoggingDiagnosticReporter.js.map +1 -1
  60. package/lib/cjs/Validation/RuleSuppressionSet.js.map +1 -1
  61. package/lib/cjs/Validation/Rules.js.map +1 -1
  62. package/lib/cjs/Validation/SchemaChanges.d.ts +38 -6
  63. package/lib/cjs/Validation/SchemaChanges.d.ts.map +1 -1
  64. package/lib/cjs/Validation/SchemaChanges.js +96 -26
  65. package/lib/cjs/Validation/SchemaChanges.js.map +1 -1
  66. package/lib/cjs/Validation/SchemaCompareDiagnostics.js.map +1 -1
  67. package/lib/cjs/Validation/SchemaCompareReporter.js.map +1 -1
  68. package/lib/cjs/Validation/SchemaCompareResultDelegate.js.map +1 -1
  69. package/lib/cjs/Validation/SchemaCompareVisitor.js +1 -1
  70. package/lib/cjs/Validation/SchemaCompareVisitor.js.map +1 -1
  71. package/lib/cjs/Validation/SchemaComparer.d.ts +1 -0
  72. package/lib/cjs/Validation/SchemaComparer.d.ts.map +1 -1
  73. package/lib/cjs/Validation/SchemaComparer.js +237 -259
  74. package/lib/cjs/Validation/SchemaComparer.js.map +1 -1
  75. package/lib/cjs/Validation/SchemaValidater.js.map +1 -1
  76. package/lib/cjs/Validation/SchemaValidationVisitor.js.map +1 -1
  77. package/lib/cjs/Validation/SchemaWalker.js.map +1 -1
  78. package/lib/cjs/ecschema-editing.js.map +1 -1
  79. package/package.json +9 -9
  80. package/public/locales/en/ECSchemaEditing.json +26 -26
@@ -1 +1 @@
1
- {"version":3,"file":"DiagnosticReporter.js","sourceRoot":"","sources":["../../../src/Validation/DiagnosticReporter.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAKH,iCAAkC;AAElC,MAAM,oBAAoB,GAAG,kBAAkB,CAAC;AAChD,MAAM,uBAAuB,GAAG,aAAa,CAAC;AAC9C,MAAM,kBAAkB,GAAG,GAAG,oBAAoB,IAAI,uBAAuB,EAAE,CAAC;AAwBhF;;;;;GAKG;AACH,MAAsB,6BAA6B;IAGjD;;;OAGG;IACH,YAAY,YAAoC;QAC9C,IAAI,CAAC,aAAa,GAAG,YAAY,CAAC;IACpC,CAAC;IAED;;;OAGG;IACH,IAAW,YAAY;QACrB,OAAO,IAAI,CAAC,aAAa,CAAC;IAC5B,CAAC;IAED;;;;OAIG;IACI,MAAM,CAAC,UAAyB;QACrC,IAAI,IAAI,CAAC,aAAa,IAAI,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE;YAC5E,MAAM,eAAe,GAAG,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC;YAC3E,IAAI,eAAgB,CAAC,QAAQ,CAAC,UAAU,CAAC,IAAI,CAAC;gBAC5C,OAAO;SACV;QAED,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC;IAClC,CAAC;CAQF;AAxCD,sEAwCC;AAED;;;;;GAKG;AACH,MAAsB,wBAAyB,SAAQ,6BAA6B;IAClF;;;;OAIG;IACH,YAAY,YAAoC,EAAE,YAA2B;QAC3E,KAAK,CAAC,YAAY,CAAC,CAAC;QACpB,IAAI,CAAC,YAAY,GAAG,YAAY,CAAC;IACnC,CAAC;IAKD;;;;OAIG;IACI,cAAc,CAAC,UAAyB;QAC7C,MAAM,OAAO,GAAG,IAAI,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;QAC/C,IAAI,CAAC,gBAAgB,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;IAC7C,CAAC;IAUD;;;;;;OAMG;IACO,oBAAoB,CAAC,IAAY,EAAE,IAAuB,EAAE,SAAS,GAAG,CAAC;QACjF,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,EAAE,CAAC,MAAM,EAAE,KAAa,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC,KAAK,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;IAC3G,CAAC;IAEO,aAAa,CAAC,UAAyB;QAC7C,IAAI,iBAAiB,GAAG,IAAI,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC;QAE1D,IAAI,UAAU,CAAC,WAAW,IAAI,UAAU,CAAC,WAAW,CAAC,MAAM,GAAG,CAAC;YAC7D,iBAAiB,GAAG,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC;QAC3F,OAAO,iBAAiB,CAAC;IAC3B,CAAC;IAEO,gBAAgB,CAAC,UAAyB;QAChD,IAAI,CAAC,IAAI,CAAC,YAAY;YACpB,OAAO,UAAU,CAAC,WAAW,CAAC;QAEhC,OAAO,IAAI,CAAC,YAAY,CAAC,kBAAkB,CAAC,IAAI,CAAC,iBAAiB,CAAC,UAAU,CAAC,CAAC,CAAC;IAClF,CAAC;IAEO,iBAAiB,CAAC,UAAyB;QACjD,OAAO,GAAG,kBAAkB,IAAI,UAAU,CAAC,IAAI,EAAE,CAAC;IACpD,CAAC;IAEO,aAAa,CAAI,KAA2B,EAAE,OAAgB;QACpE,IAAI,KAAK,KAAK,SAAS,IAAI,KAAK,KAAK,IAAI;YACvC,OAAO,MAAM,CAAC,KAAK,EAAE,OAAO,CAAU,CAAC;QAEzC,OAAO,KAAK,CAAC;IACf,CAAC;CACF;AApED,4DAoEC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Diagnostic\r\n */\r\n\r\nimport { Localization } from \"@itwin/core-common\";\r\nimport { AnyDiagnostic } from \"./Diagnostic\";\r\n\r\nimport assert = require(\"assert\");\r\n\r\nconst translationNamespace = \"ECSchemaMetaData\";\r\nconst subTranslationNamespace = \"Diagnostics\";\r\nconst baseTranslationKey = `${translationNamespace}:${subTranslationNamespace}`;\r\n\r\n/**\r\n * Interface used to report [[IDiagnostic]] objects created during schema validation.\r\n * @beta\r\n */\r\nexport interface IDiagnosticReporter {\r\n /**\r\n * A map where the key is a schema full name and the value is a collection\r\n * of diagnostics codes identifying which rules violations to ignore during validation.\r\n */\r\n suppressions?: Map<string, string[]>;\r\n\r\n /** The localization object to use for message translation. */\r\n localization?: Localization;\r\n\r\n /**\r\n * Handles the given [[IDiagnostic]] based on the implementation requirements for a\r\n * given reporter.\r\n * @param diagnostic The diagnostic to report.\r\n */\r\n report(diagnostic: AnyDiagnostic): void;\r\n}\r\n\r\n/**\r\n * An abstract base class for [[IDiagnosticReporter]] implementation that used the\r\n * provided Map to suppress certain rule violations from being reported. The Map's key\r\n * a schema full name, and the Map's value is a collection of rule codes to suppress.\r\n * @beta\r\n */\r\nexport abstract class SuppressionDiagnosticReporter implements IDiagnosticReporter {\r\n private _suppressions?: Map<string, string[]>;\r\n\r\n /**\r\n * Initializes a new SuppressionDiagnosticReporter\r\n * @param suppressions A Map where the key is a schema full name and the value is collection of diagnostic codes to suppress.\r\n */\r\n constructor(suppressions?: Map<string, string[]>) {\r\n this._suppressions = suppressions;\r\n }\r\n\r\n /**\r\n * Gets the collection of ISchemaDiagnosticSuppression objects that identify\r\n * rules violations to ignore during validation.\r\n */\r\n public get suppressions(): Map<string, string[]> | undefined {\r\n return this._suppressions;\r\n }\r\n\r\n /**\r\n * Prior to reporting the [[IDiagnostic]], the diagnostic message is formatted (with translations)\r\n * base on arguments contained in the diagnostic. Calls reportDiagnostic after the message is formatted.\r\n * @param diagnostic The diagnostic to report.\r\n */\r\n public report(diagnostic: AnyDiagnostic) {\r\n if (this._suppressions && this._suppressions.has(diagnostic.schema.fullName)) {\r\n const suppressedCodes = this._suppressions.get(diagnostic.schema.fullName);\r\n if (suppressedCodes!.includes(diagnostic.code))\r\n return;\r\n }\r\n\r\n this.reportInternal(diagnostic);\r\n }\r\n\r\n /**\r\n * Handles the given [[IDiagnostic]] based on the implementation requirements for a\r\n * given reporter.\r\n * @param diagnostic The diagnostic to report.\r\n */\r\n protected abstract reportInternal(diagnostic: AnyDiagnostic): void;\r\n}\r\n\r\n/**\r\n * An abstract [[SuppressionDiagnosticReporter]] implementation that formats the\r\n * diagnostic message with the message args. If a Localization implementation is specified,\r\n * the message will also be translated.\r\n * @beta\r\n */\r\nexport abstract class FormatDiagnosticReporter extends SuppressionDiagnosticReporter {\r\n /**\r\n * Initializes a new FormatDiagnosticReporter\r\n * @param suppressions A Map where the key is a schema full name and the value is collection of diagnostic codes to suppress.\r\n * @param localization The Localization instance to use to translate validation messages.\r\n */\r\n constructor(suppressions?: Map<string, string[]>, localization?: Localization) {\r\n super(suppressions);\r\n this.localization = localization;\r\n }\r\n\r\n /** The Localization object to use for message translation. If undefined, no translation will occur. */\r\n public localization?: Localization;\r\n\r\n /**\r\n * Prior to reporting the [[IDiagnostic]], the diagnostic message is formatted (with translations)\r\n * base on arguments contained in the diagnostic. Calls reportDiagnostic after the message is formatted.\r\n * @param diagnostic The diagnostic to report.\r\n */\r\n public reportInternal(diagnostic: AnyDiagnostic) {\r\n const message = this.formatMessage(diagnostic);\r\n this.reportDiagnostic(diagnostic, message);\r\n }\r\n\r\n /**\r\n * Handles the given [[IDiagnostic]] based on the implementation requirements for a\r\n * given reporter.\r\n * @param diagnostic The diagnostic to report.\r\n * @param messageText The formatted message.\r\n */\r\n protected abstract reportDiagnostic(diagnostic: AnyDiagnostic, messageText: string): void;\r\n\r\n /**\r\n * Helper method that formats string with provided arguments where the place holders\r\n * are in the the format '{0}', '{1}', etc.\r\n * @param text The text to format.\r\n * @param args The arguments to place in the text.\r\n * @param baseIndex The base index for the args, used for validation (typically 0, which is the default).\r\n */\r\n protected formatStringFromArgs(text: string, args: ArrayLike<string>, baseIndex = 0): string {\r\n return text.replace(/{(\\d+)}/g, (_match, index: string) => this.assertDefined(args[+index + baseIndex]));\r\n }\r\n\r\n private formatMessage(diagnostic: AnyDiagnostic): string {\r\n let translatedMessage = this.translateMessage(diagnostic);\r\n\r\n if (diagnostic.messageArgs && diagnostic.messageArgs.length > 0)\r\n translatedMessage = this.formatStringFromArgs(translatedMessage, diagnostic.messageArgs);\r\n return translatedMessage;\r\n }\r\n\r\n private translateMessage(diagnostic: AnyDiagnostic): string {\r\n if (!this.localization)\r\n return diagnostic.messageText;\r\n\r\n return this.localization.getLocalizedString(this.getTranslationKey(diagnostic));\r\n }\r\n\r\n private getTranslationKey(diagnostic: AnyDiagnostic): string {\r\n return `${baseTranslationKey}.${diagnostic.code}`;\r\n }\r\n\r\n private assertDefined<T>(value: T | null | undefined, message?: string): T {\r\n if (value === undefined || value === null)\r\n return assert(false, message) as never;\r\n\r\n return value;\r\n }\r\n}\r\n"]}
1
+ {"version":3,"file":"DiagnosticReporter.js","sourceRoot":"","sources":["../../../src/Validation/DiagnosticReporter.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAKH,iCAAkC;AAElC,MAAM,oBAAoB,GAAG,kBAAkB,CAAC;AAChD,MAAM,uBAAuB,GAAG,aAAa,CAAC;AAC9C,MAAM,kBAAkB,GAAG,GAAG,oBAAoB,IAAI,uBAAuB,EAAE,CAAC;AAwBhF;;;;;GAKG;AACH,MAAsB,6BAA6B;IAGjD;;;OAGG;IACH,YAAY,YAAoC;QAC9C,IAAI,CAAC,aAAa,GAAG,YAAY,CAAC;IACpC,CAAC;IAED;;;OAGG;IACH,IAAW,YAAY;QACrB,OAAO,IAAI,CAAC,aAAa,CAAC;IAC5B,CAAC;IAED;;;;OAIG;IACI,MAAM,CAAC,UAAyB;QACrC,IAAI,IAAI,CAAC,aAAa,IAAI,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE;YAC5E,MAAM,eAAe,GAAG,IAAI,CAAC,aAAa,CAAC,GAAG,CAAC,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC;YAC3E,IAAI,eAAgB,CAAC,QAAQ,CAAC,UAAU,CAAC,IAAI,CAAC;gBAC5C,OAAO;SACV;QAED,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC;IAClC,CAAC;CAQF;AAxCD,sEAwCC;AAED;;;;;GAKG;AACH,MAAsB,wBAAyB,SAAQ,6BAA6B;IAClF;;;;OAIG;IACH,YAAY,YAAoC,EAAE,YAA2B;QAC3E,KAAK,CAAC,YAAY,CAAC,CAAC;QACpB,IAAI,CAAC,YAAY,GAAG,YAAY,CAAC;IACnC,CAAC;IAKD;;;;OAIG;IACI,cAAc,CAAC,UAAyB;QAC7C,MAAM,OAAO,GAAG,IAAI,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;QAC/C,IAAI,CAAC,gBAAgB,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;IAC7C,CAAC;IAUD;;;;;;OAMG;IACO,oBAAoB,CAAC,IAAY,EAAE,IAAuB,EAAE,SAAS,GAAG,CAAC;QACjF,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,EAAE,CAAC,MAAM,EAAE,KAAa,EAAE,EAAE,CAAC,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC,KAAK,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;IAC3G,CAAC;IAEO,aAAa,CAAC,UAAyB;QAC7C,IAAI,iBAAiB,GAAG,IAAI,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC;QAE1D,IAAI,UAAU,CAAC,WAAW,IAAI,UAAU,CAAC,WAAW,CAAC,MAAM,GAAG,CAAC;YAC7D,iBAAiB,GAAG,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC;QAC3F,OAAO,iBAAiB,CAAC;IAC3B,CAAC;IAEO,gBAAgB,CAAC,UAAyB;QAChD,IAAI,CAAC,IAAI,CAAC,YAAY;YACpB,OAAO,UAAU,CAAC,WAAW,CAAC;QAEhC,OAAO,IAAI,CAAC,YAAY,CAAC,kBAAkB,CAAC,IAAI,CAAC,iBAAiB,CAAC,UAAU,CAAC,CAAC,CAAC;IAClF,CAAC;IAEO,iBAAiB,CAAC,UAAyB;QACjD,OAAO,GAAG,kBAAkB,IAAI,UAAU,CAAC,IAAI,EAAE,CAAC;IACpD,CAAC;IAEO,aAAa,CAAI,KAA2B,EAAE,OAAgB;QACpE,IAAI,KAAK,KAAK,SAAS,IAAI,KAAK,KAAK,IAAI;YACvC,OAAO,MAAM,CAAC,KAAK,EAAE,OAAO,CAAU,CAAC;QAEzC,OAAO,KAAK,CAAC;IACf,CAAC;CACF;AApED,4DAoEC","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Diagnostic\n */\n\nimport { Localization } from \"@itwin/core-common\";\nimport { AnyDiagnostic } from \"./Diagnostic\";\n\nimport assert = require(\"assert\");\n\nconst translationNamespace = \"ECSchemaMetaData\";\nconst subTranslationNamespace = \"Diagnostics\";\nconst baseTranslationKey = `${translationNamespace}:${subTranslationNamespace}`;\n\n/**\n * Interface used to report [[IDiagnostic]] objects created during schema validation.\n * @beta\n */\nexport interface IDiagnosticReporter {\n /**\n * A map where the key is a schema full name and the value is a collection\n * of diagnostics codes identifying which rules violations to ignore during validation.\n */\n suppressions?: Map<string, string[]>;\n\n /** The localization object to use for message translation. */\n localization?: Localization;\n\n /**\n * Handles the given [[IDiagnostic]] based on the implementation requirements for a\n * given reporter.\n * @param diagnostic The diagnostic to report.\n */\n report(diagnostic: AnyDiagnostic): void;\n}\n\n/**\n * An abstract base class for [[IDiagnosticReporter]] implementation that used the\n * provided Map to suppress certain rule violations from being reported. The Map's key\n * a schema full name, and the Map's value is a collection of rule codes to suppress.\n * @beta\n */\nexport abstract class SuppressionDiagnosticReporter implements IDiagnosticReporter {\n private _suppressions?: Map<string, string[]>;\n\n /**\n * Initializes a new SuppressionDiagnosticReporter\n * @param suppressions A Map where the key is a schema full name and the value is collection of diagnostic codes to suppress.\n */\n constructor(suppressions?: Map<string, string[]>) {\n this._suppressions = suppressions;\n }\n\n /**\n * Gets the collection of ISchemaDiagnosticSuppression objects that identify\n * rules violations to ignore during validation.\n */\n public get suppressions(): Map<string, string[]> | undefined {\n return this._suppressions;\n }\n\n /**\n * Prior to reporting the [[IDiagnostic]], the diagnostic message is formatted (with translations)\n * base on arguments contained in the diagnostic. Calls reportDiagnostic after the message is formatted.\n * @param diagnostic The diagnostic to report.\n */\n public report(diagnostic: AnyDiagnostic) {\n if (this._suppressions && this._suppressions.has(diagnostic.schema.fullName)) {\n const suppressedCodes = this._suppressions.get(diagnostic.schema.fullName);\n if (suppressedCodes!.includes(diagnostic.code))\n return;\n }\n\n this.reportInternal(diagnostic);\n }\n\n /**\n * Handles the given [[IDiagnostic]] based on the implementation requirements for a\n * given reporter.\n * @param diagnostic The diagnostic to report.\n */\n protected abstract reportInternal(diagnostic: AnyDiagnostic): void;\n}\n\n/**\n * An abstract [[SuppressionDiagnosticReporter]] implementation that formats the\n * diagnostic message with the message args. If a Localization implementation is specified,\n * the message will also be translated.\n * @beta\n */\nexport abstract class FormatDiagnosticReporter extends SuppressionDiagnosticReporter {\n /**\n * Initializes a new FormatDiagnosticReporter\n * @param suppressions A Map where the key is a schema full name and the value is collection of diagnostic codes to suppress.\n * @param localization The Localization instance to use to translate validation messages.\n */\n constructor(suppressions?: Map<string, string[]>, localization?: Localization) {\n super(suppressions);\n this.localization = localization;\n }\n\n /** The Localization object to use for message translation. If undefined, no translation will occur. */\n public localization?: Localization;\n\n /**\n * Prior to reporting the [[IDiagnostic]], the diagnostic message is formatted (with translations)\n * base on arguments contained in the diagnostic. Calls reportDiagnostic after the message is formatted.\n * @param diagnostic The diagnostic to report.\n */\n public reportInternal(diagnostic: AnyDiagnostic) {\n const message = this.formatMessage(diagnostic);\n this.reportDiagnostic(diagnostic, message);\n }\n\n /**\n * Handles the given [[IDiagnostic]] based on the implementation requirements for a\n * given reporter.\n * @param diagnostic The diagnostic to report.\n * @param messageText The formatted message.\n */\n protected abstract reportDiagnostic(diagnostic: AnyDiagnostic, messageText: string): void;\n\n /**\n * Helper method that formats string with provided arguments where the place holders\n * are in the the format '{0}', '{1}', etc.\n * @param text The text to format.\n * @param args The arguments to place in the text.\n * @param baseIndex The base index for the args, used for validation (typically 0, which is the default).\n */\n protected formatStringFromArgs(text: string, args: ArrayLike<string>, baseIndex = 0): string {\n return text.replace(/{(\\d+)}/g, (_match, index: string) => this.assertDefined(args[+index + baseIndex]));\n }\n\n private formatMessage(diagnostic: AnyDiagnostic): string {\n let translatedMessage = this.translateMessage(diagnostic);\n\n if (diagnostic.messageArgs && diagnostic.messageArgs.length > 0)\n translatedMessage = this.formatStringFromArgs(translatedMessage, diagnostic.messageArgs);\n return translatedMessage;\n }\n\n private translateMessage(diagnostic: AnyDiagnostic): string {\n if (!this.localization)\n return diagnostic.messageText;\n\n return this.localization.getLocalizedString(this.getTranslationKey(diagnostic));\n }\n\n private getTranslationKey(diagnostic: AnyDiagnostic): string {\n return `${baseTranslationKey}.${diagnostic.code}`;\n }\n\n private assertDefined<T>(value: T | null | undefined, message?: string): T {\n if (value === undefined || value === null)\n return assert(false, message) as never;\n\n return value;\n }\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"ECRules.js","sourceRoot":"","sources":["../../../src/Validation/ECRules.ts"],"names":[],"mappings":"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","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Validation\r\n */\r\n\r\nimport {\r\n AnyClass, AnyProperty, CustomAttribute, CustomAttributeContainerProps, ECClass, ECClassModifier,\r\n ECStringConstants, EntityClass, Enumeration, PrimitiveProperty, PrimitiveType, primitiveTypeToString,\r\n Property, RelationshipClass, RelationshipConstraint, RelationshipMultiplicity, Schema, SchemaGraph, SchemaItemType,\r\n StrengthDirection, strengthDirectionToString,\r\n} from \"@itwin/ecschema-metadata\";\r\nimport {\r\n ClassDiagnostic, createClassDiagnosticClass, createCustomAttributeContainerDiagnosticClass, createPropertyDiagnosticClass,\r\n createRelationshipConstraintDiagnosticClass, createSchemaDiagnosticClass, createSchemaItemDiagnosticClass, CustomAttributeContainerDiagnostic,\r\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\r\n DiagnosticType, PropertyDiagnostic, RelationshipConstraintDiagnostic, SchemaDiagnostic, SchemaItemDiagnostic,\r\n} from \"./Diagnostic\";\r\nimport { IRuleSet } from \"./Rules\";\r\n\r\nconst ruleSetName = \"ECObjects\";\r\n\r\nfunction getCode(code: number): string {\r\n return `${ruleSetName}-${code}`;\r\n}\r\n\r\n/**\r\n * The unique diagnostic codes for ECObjects rules.\r\n *\r\n * To provide meaning to code values, with anticipation\r\n * of future rules for all current EC Types, the following\r\n * value ranges should be used:\r\n *\r\n * - Schema: 000-099\r\n * - Class: 100-199\r\n * - Constant: 200-299\r\n * - CustomAttribute 300-399\r\n * - CustomAttributeClass: 400-499\r\n * - CustomAttributeContainer: 500-599\r\n * - EntityClass: 600-699\r\n * - Enumeration: 700-799\r\n * - Format: 800-899\r\n * - InvertedUnit: 900-999\r\n * - KindOfQuantity: 1000-1099\r\n * - Mixin: 1100-1199\r\n * - Phenomenon: 1200-1299\r\n * - Property: 1300-1399\r\n * - PropertyCategory: 1400-1499\r\n * - RelationshipClass: 1500-1599\r\n * - RelationshipConstraint: 1600-1699\r\n * - StructClass: 1700-1799\r\n * - Unit: 1800-1899\r\n * - UnitSystem: 1900-1999\r\n * @beta\r\n */\r\n/* eslint-disable @typescript-eslint/naming-convention */\r\nexport const DiagnosticCodes = {\r\n // Class Rule Codes (100-199)\r\n BaseClassIsSealed: getCode(100),\r\n BaseClassOfDifferentType: getCode(101),\r\n // EC-102 has been deprecated. Leaving the code here to prevent re-use.\r\n AbstractClassWithNonAbstractBase: getCode(102),\r\n\r\n // CA Container Rule Codes (500-599)\r\n CustomAttributeNotOfConcreteClass: getCode(500),\r\n CustomAttributeSchemaMustBeReferenced: getCode(501),\r\n CustomAttributeClassNotFound: getCode(502),\r\n\r\n // Enumeration Rule Codes (700-799)\r\n EnumerationTypeUnsupported: getCode(700),\r\n\r\n // Mixin Rule Codes (1100-1199)\r\n MixinAppliedToClassMustDeriveFromConstraint: getCode(1100),\r\n\r\n // Property Rule Codes (1300-1399)\r\n IncompatibleValueTypePropertyOverride: getCode(1300),\r\n IncompatibleTypePropertyOverride: getCode(1301),\r\n IncompatibleUnitPropertyOverride: getCode(1302),\r\n\r\n // Relationship Rule Codes (1500-1599)\r\n AbstractConstraintMustNarrowBaseConstraints: getCode(1500),\r\n DerivedConstraintsMustNarrowBaseConstraints: getCode(1501),\r\n ConstraintClassesDeriveFromAbstractConstraint: getCode(1502),\r\n\r\n // Relationship Constraint Rule Codes (1600-1699)\r\n AtLeastOneConstraintClassDefined: getCode(1600),\r\n AbstractConstraintMustExistWithMultipleConstraints: getCode(1601),\r\n};\r\n\r\n/**\r\n * The list of [[IDiagnostic]] implementation classes used by the EC rule implementations.\r\n * @beta\r\n */\r\nexport const Diagnostics = {\r\n /** EC-001: Required message parameters: schema name, referenced schema name */\r\n SupplementalSchemasCannotBeReferenced: createSchemaDiagnosticClass<[string, string]>(getCode(1),\r\n \"Referenced schema '{1}' of schema '{0}' is a supplemental schema. Supplemental schemas are not allowed to be referenced.\"),\r\n\r\n /** EC-002: Required message parameters: schema name, reference schema alias, first schema reference name, second schema reference name. */\r\n SchemaRefAliasMustBeUnique: createSchemaDiagnosticClass<[string, string, string, string]>(getCode(2),\r\n \"Schema '{0}' has multiple schema references ({2}, {3}) with the same alias '{1}', which is not allowed.\"),\r\n\r\n /** EC-003: Required message parameters: schema name, cycle text */\r\n ReferenceCyclesNotAllowed: createSchemaDiagnosticClass<[string, string]>(getCode(3),\r\n \"Schema '{0}' has reference cycles: {1}\"),\r\n\r\n /** EC-100: Required message parameters: childClass.FullName, baseClass.FullName */\r\n BaseClassIsSealed: createClassDiagnosticClass<[string, string]>(DiagnosticCodes.BaseClassIsSealed,\r\n \"Class '{0}' cannot derive from sealed base class '{1}'.\"),\r\n\r\n /** EC-101: Required message parameters: childClass.FullName, baseClass.FullName, baseClass.schemaItemType */\r\n BaseClassIsOfDifferentType: createClassDiagnosticClass<[string, string, string]>(DiagnosticCodes.BaseClassOfDifferentType,\r\n \"Class '{0}' cannot derive from base class '{1}' of type '{2}'.\"),\r\n\r\n /** **DEPRECATED** EC-102: Required message parameters: childClass.FullName, baseClass.FullName */\r\n AbstractClassWithNonAbstractBase: createClassDiagnosticClass<[string, string]>(DiagnosticCodes.AbstractClassWithNonAbstractBase,\r\n \"Abstract Class '{0}' cannot derive from base class '{1}' because it is not an abstract class.\"),\r\n\r\n /** EC-500: Required message parameters: CustomAttribute container name and CustomAttributeClass name. */\r\n CustomAttributeNotOfConcreteClass: createCustomAttributeContainerDiagnosticClass<[string, string]>(DiagnosticCodes.CustomAttributeNotOfConcreteClass,\r\n \"The CustomAttribute container '{0}' has a CustomAttribute with the class '{1}' which is not a concrete class.\"),\r\n\r\n /** EC-501: Required message parameters: CustomAttribute container name, CustomAttributeClass name, CustomAttributeClass Schema name. */\r\n CustomAttributeSchemaMustBeReferenced: createCustomAttributeContainerDiagnosticClass<[string, string]>(DiagnosticCodes.CustomAttributeSchemaMustBeReferenced,\r\n \"The CustomAttribute container '{0}' has a CustomAttribute with the class '{1}' whose schema is not referenced by the container's Schema.\"),\r\n\r\n /** EC-502: Required message parameters: CustomAttribute container name and CustomAttributeClass name. */\r\n CustomAttributeClassNotFound: createCustomAttributeContainerDiagnosticClass<[string, string]>(DiagnosticCodes.CustomAttributeClassNotFound,\r\n \"The CustomAttribute container '{0}' has a CustomAttribute with the class '{1}' which cannot be found.\"),\r\n\r\n /** EC-700: Required message parameters: Enumeration name */\r\n EnumerationTypeUnsupported: createSchemaItemDiagnosticClass<Enumeration, [string]>(DiagnosticCodes.EnumerationTypeUnsupported,\r\n \"Enumeration '{0}' has invalid primitive type.\"),\r\n\r\n /** EC-1100: Required message parameters: mixin class fullName, class fullName, applies to constraint class fullName */\r\n MixinAppliedToClassMustDeriveFromConstraint: createSchemaItemDiagnosticClass<EntityClass, [string, string, string]>(DiagnosticCodes.MixinAppliedToClassMustDeriveFromConstraint,\r\n \"Mixin '{0}' cannot be applied to the class '{1}' because it does not satisfy the applies to constraint '{2}'.\"),\r\n\r\n /** EC-1300: Required message parameters: childClass.FullName, property name, baseClass.FullName, base value type, child value type */\r\n IncompatibleValueTypePropertyOverride: createPropertyDiagnosticClass<[string, string, string, string, string]>(DiagnosticCodes.IncompatibleValueTypePropertyOverride,\r\n \"The ECProperty '{0}.{1}' has a base property '{2}.{1}' with a value type of {3} which is incompatible with the value type of {4}.\"),\r\n\r\n /** EC-1301: Required message parameters: childClass.FullName, property name, baseClass.FullName, base property type, child property type */\r\n IncompatibleTypePropertyOverride: createPropertyDiagnosticClass<[string, string, string, string, string]>(DiagnosticCodes.IncompatibleTypePropertyOverride,\r\n \"The ECProperty '{0}.{1}' has a base property '{2}.{1}' with a type of {3} which is incompatible with the type of {4}.\"),\r\n\r\n /** EC-1302: Required message parameters: childClass.Name, property name, baseClass.Name, baseClass Koq name, baseClass Koq persistence unit name, child class Koq persistence unit name, child class Koq name */\r\n IncompatibleUnitPropertyOverride: createPropertyDiagnosticClass<[string, string, string, string, string, string, string]>(DiagnosticCodes.IncompatibleUnitPropertyOverride,\r\n \"The ECProperty '{0}.{1}' has a base property '{2}.{1}' with KindOfQuantity '{3}' with persistence unit '{4}' which is not the same as the persistence unit '{5}' of the provided KindOfQuantity '{6}'.\"),\r\n\r\n /** EC-1303: Required message parameters: property.fullName, navigation relationship.fullName */\r\n NavigationRelationshipMustBeRoot: createPropertyDiagnosticClass<[string, string]>(getCode(1303),\r\n \"The referenced relationship '{1}', used in NavigationProperty '{0}' is not the root relationship.\"),\r\n\r\n /** EC-1304: Required message parameters: property.fullName, navigation relationship.fullName */\r\n NavigationTargetMustHaveSingularMultiplicity: createPropertyDiagnosticClass<[string, string, string]>(getCode(1304),\r\n \"NavigationProperty '{0}' uses the relationship '{1}' that cannot be traversed in the '{2}' direction due to a max multiplicity greater than 1.\"),\r\n\r\n /** EC-1305: Required message parameters: property.fullName, navigation relationship.fullName */\r\n NavigationRelationshipAbstractConstraintEntityOrMixin: createPropertyDiagnosticClass<[string, string]>(getCode(1305),\r\n \"The NavigationProperty '{0}', using the relationship '{1}', points to a RelationshipClass, which is not allowed. NavigationProperties must point to an EntityClass or Mixin.\"),\r\n\r\n /** EC-1306: Required message parameters: class name, property name, navigation relationship.fullName */\r\n NavigationClassMustBeAConstraintClassOfRelationship: createPropertyDiagnosticClass<[string, string, string, string]>(getCode(1306),\r\n \"The class '{0}' of NavigationProperty '{1}' is not supported by the {3} constraint of the referenced relationship '{2}'.\"),\r\n\r\n /** EC-1500: Required message parameters: abstract constraint class name, relationship end (source/target), relationship name, base relationship name */\r\n AbstractConstraintMustNarrowBaseConstraints: createSchemaItemDiagnosticClass<RelationshipClass, [string, string, string, string]>(DiagnosticCodes.AbstractConstraintMustNarrowBaseConstraints,\r\n \"The abstract constraint class '{0}' on the {1}-Constraint of '{2}' is not supported by the base class constraint in '{3}'.\"),\r\n\r\n /** EC-1501: Required message parameters: constraint class name, relationship end (source/target), relationship name, base relationship name */\r\n DerivedConstraintsMustNarrowBaseConstraints: createSchemaItemDiagnosticClass<RelationshipClass, [string, string, string, string]>(DiagnosticCodes.DerivedConstraintsMustNarrowBaseConstraints,\r\n \"The constraint class '{0}' on the {1}-Constraint of '{2}' is not supported by the base class constraint in '{3}'.\"),\r\n\r\n /** EC-1502: Required message parameters: constraint class name, relationship end (source/target), relationship name, abstract constraint class name */\r\n ConstraintClassesDeriveFromAbstractConstraint: createSchemaItemDiagnosticClass<RelationshipClass, [string, string, string, string]>(DiagnosticCodes.ConstraintClassesDeriveFromAbstractConstraint,\r\n \"The constraint class '{0}' on the {1}-Constraint of '{2}' is not derived from the abstract constraint class '{3}'.\"),\r\n\r\n /** EC-1600: Required message parameters: relationship end (source/target), relationship name */\r\n AtLeastOneConstraintClassDefined: createRelationshipConstraintDiagnosticClass<[string, string]>(DiagnosticCodes.AtLeastOneConstraintClassDefined,\r\n \"The {0}-Constraint of '{1}' does not contain any constraint classes.\"),\r\n\r\n /** EC-1601: Required message parameters: relationship end (source/target), relationship name */\r\n AbstractConstraintMustExistWithMultipleConstraints: createRelationshipConstraintDiagnosticClass<[string, string]>(DiagnosticCodes.AbstractConstraintMustExistWithMultipleConstraints,\r\n \"The {0}-Constraint of '{1}' has multiple constraint classes which requires an abstract constraint to be defined.\"),\r\n};\r\n\r\n/**\r\n * All schema validation rules that fall under the category of ECObjects.\r\n * @beta\r\n */\r\nexport const ECRuleSet: IRuleSet = {\r\n name: ruleSetName,\r\n\r\n schemaRules: [\r\n validateSchemaReferences,\r\n ],\r\n classRules: [\r\n baseClassIsSealed,\r\n baseClassIsOfDifferentType,\r\n ],\r\n propertyRules: [\r\n incompatibleValueTypePropertyOverride,\r\n incompatibleTypePropertyOverride,\r\n incompatibleUnitPropertyOverride,\r\n validateNavigationProperty,\r\n ],\r\n relationshipRules: [\r\n abstractConstraintMustNarrowBaseConstraints,\r\n constraintClassesDeriveFromAbstractConstraint,\r\n derivedConstraintsMustNarrowBaseConstraints,\r\n ],\r\n relationshipConstraintRules: [\r\n atLeastOneConstraintClassDefined,\r\n abstractConstraintMustExistWithMultipleConstraints,\r\n ],\r\n enumerationRules: [\r\n enumerationTypeUnsupported,\r\n ],\r\n entityClassRules: [\r\n mixinAppliedToClassMustDeriveFromConstraint,\r\n ],\r\n customAttributeInstanceRules: [\r\n validateCustomAttributeInstance,\r\n ],\r\n};\r\n\r\n/* eslint-enable @typescript-eslint/naming-convention */\r\n\r\n/**\r\n * Validates schema references against multiple EC rules.\r\n * @param schema The schema to validate.\r\n * @internal\r\n */\r\nexport async function* validateSchemaReferences(schema: Schema): AsyncIterable<SchemaDiagnostic<any[]>> {\r\n yield* validateSchemaReferencesSync(schema);\r\n}\r\n\r\n/**\r\n * Validates schema references against multiple EC rules.\r\n * @param schema The schema to validate.\r\n * @internal\r\n */\r\nexport function* validateSchemaReferencesSync(schema: Schema): Iterable<SchemaDiagnostic<any[]>> {\r\n const aliases = new Map();\r\n for (const schemaRef of schema.references) {\r\n if (schemaRef.customAttributes && schemaRef.customAttributes.has(\"CoreCustomAttributes.SupplementalSchema\"))\r\n yield new Diagnostics.SupplementalSchemasCannotBeReferenced(schema, [schema.name, schemaRef.name]);\r\n\r\n if (schema.schemaKey.matches(schemaRef.schemaKey))\r\n yield new Diagnostics.ReferenceCyclesNotAllowed(schema, [schema.name, `${schema.name} --> ${schemaRef.name}`]);\r\n\r\n if (aliases.has(schemaRef.alias)) {\r\n const currentRef = aliases.get(schemaRef.alias);\r\n yield new Diagnostics.SchemaRefAliasMustBeUnique(schema, [schema.name, schemaRef.alias, currentRef.name, schemaRef.name]);\r\n } else {\r\n aliases.set(schemaRef.alias, schemaRef);\r\n }\r\n }\r\n\r\n const graph = SchemaGraph.generateGraphSync(schema);\r\n const cycles = graph.detectCycles();\r\n if (cycles) {\r\n const result = cycles.map((cycle) => `${cycle.schema.schemaKey.name} --> ${cycle.refSchema.schemaKey.name}`).join(\", \");\r\n yield new Diagnostics.ReferenceCyclesNotAllowed(schema, [schema.name, result]);\r\n }\r\n}\r\n/**\r\n * EC Rule: Sealed classes cannot be a base class.\r\n * @internal\r\n */\r\nexport async function* baseClassIsSealed(ecClass: AnyClass): AsyncIterable<ClassDiagnostic<any[]>> {\r\n if (!ecClass.baseClass)\r\n return;\r\n\r\n const baseClass = await ecClass.baseClass;\r\n // return if rule passed\r\n if (baseClass.modifier !== ECClassModifier.Sealed)\r\n return;\r\n\r\n yield new Diagnostics.BaseClassIsSealed(ecClass, [ecClass.fullName, baseClass.fullName]);\r\n}\r\n\r\n/**\r\n * EC Rule: Base and child class must be of the same type (i.e. Entity, Mixin, Relationship, etc.)\r\n * @internal\r\n */\r\nexport async function* baseClassIsOfDifferentType(ecClass: AnyClass): AsyncIterable<ClassDiagnostic<any[]>> {\r\n if (!ecClass.baseClass)\r\n return;\r\n\r\n const baseClass = await ecClass.baseClass;\r\n // return if rule passed\r\n if (baseClass.schemaItemType === ecClass.schemaItemType)\r\n return;\r\n\r\n const itemType = baseClass.schemaItemType;\r\n yield new Diagnostics.BaseClassIsOfDifferentType(ecClass, [ecClass.fullName, baseClass.fullName, itemType]);\r\n}\r\n\r\n/**\r\n * EC Rule: When overriding a class primitive property, the child and base property must be of the same type (string, number, etc...).\r\n * @internal\r\n*/\r\nexport async function* incompatibleValueTypePropertyOverride(property: AnyProperty): AsyncIterable<PropertyDiagnostic<any[]>> {\r\n if (!property.class.baseClass)\r\n return;\r\n\r\n const primitiveType = getPrimitiveType(property);\r\n if (!primitiveType)\r\n return;\r\n\r\n async function callback(baseClass: ECClass): Promise<PropertyDiagnostic<any[]> | undefined> {\r\n const baseProperty = await baseClass.getProperty(property.name);\r\n if (!baseProperty)\r\n return;\r\n\r\n // Other rules will catch this if false, but we need to make sure\r\n // types match for this rule to be valid.\r\n if (!propertyTypesMatch(property, baseProperty))\r\n return;\r\n\r\n const baseType = getPrimitiveType(baseProperty);\r\n\r\n // Return if rule passed\r\n if (!baseType || primitiveType === baseType)\r\n return;\r\n\r\n return new Diagnostics.IncompatibleValueTypePropertyOverride(property, [property.class.fullName, property.name, baseClass.fullName, primitiveTypeToString(baseType), primitiveTypeToString(primitiveType!)]);\r\n }\r\n\r\n for await (const baseClass of property.class.getAllBaseClasses()) {\r\n const result = await callback(baseClass);\r\n if (result)\r\n yield result;\r\n }\r\n}\r\n\r\n/**\r\n * EC Rule: When overriding a class property, the child and base property must be of the same property type (primitive, struct, enumeration, etc...).\r\n * @internal\r\n */\r\nexport async function* incompatibleTypePropertyOverride(property: AnyProperty): AsyncIterable<PropertyDiagnostic<any[]>> {\r\n if (!property.class.baseClass)\r\n return;\r\n\r\n async function callback(baseClass: ECClass): Promise<PropertyDiagnostic<any[]> | undefined> {\r\n const baseProperty = await baseClass.getProperty(property.name);\r\n if (!baseProperty)\r\n return;\r\n\r\n // Return if rule passed\r\n if (propertyTypesMatch(property, baseProperty))\r\n return;\r\n\r\n return new Diagnostics.IncompatibleTypePropertyOverride(property, [property.class.fullName, property.name, baseClass.fullName, baseProperty.constructor.name, property.constructor.name]);\r\n }\r\n\r\n for await (const baseClass of property.class.getAllBaseClasses()) {\r\n const result = await callback(baseClass);\r\n if (result)\r\n yield result;\r\n }\r\n}\r\n\r\n/**\r\n * EC Rule: When overriding a kindOfQuantity property, the child and base property units must be the same.\r\n * @internal\r\n */\r\nexport async function* incompatibleUnitPropertyOverride(property: AnyProperty): AsyncIterable<PropertyDiagnostic<any[]>> {\r\n if (!property.kindOfQuantity || !property.class.baseClass)\r\n return;\r\n\r\n async function callback(baseClass: ECClass): Promise<PropertyDiagnostic<any[]> | undefined> {\r\n const baseProperty = await baseClass.getProperty(property.name);\r\n if (!baseProperty || !baseProperty.kindOfQuantity)\r\n return;\r\n\r\n // Other rules will catch this if false, but we need to make sure\r\n // types match for this rule to be valid.\r\n if (!propertyTypesMatch(property, baseProperty))\r\n return;\r\n\r\n const koq = await property.kindOfQuantity;\r\n const baseKoq = await baseProperty.kindOfQuantity;\r\n if (!koq || !baseKoq)\r\n return;\r\n\r\n const unit = await koq.persistenceUnit;\r\n const baseUnit = await baseKoq.persistenceUnit;\r\n\r\n if (!unit || !baseUnit)\r\n return;\r\n\r\n // return if rule passed\r\n if (unit.key.matches(baseUnit.key))\r\n return;\r\n\r\n return new Diagnostics.IncompatibleUnitPropertyOverride(property, [\r\n property.class.fullName,\r\n property.name,\r\n baseClass.fullName,\r\n baseKoq.fullName,\r\n baseUnit.fullName,\r\n unit.fullName,\r\n koq.fullName,\r\n ]);\r\n }\r\n\r\n for await (const baseClass of property.class.getAllBaseClasses()) {\r\n const result = await callback(baseClass);\r\n if (result)\r\n yield result;\r\n }\r\n}\r\n\r\n/**\r\n * Validates Navigation Properties. EC Rules: 1303, 1304\r\n * @internal\r\n */\r\nexport async function* validateNavigationProperty(property: AnyProperty): AsyncIterable<PropertyDiagnostic<any[]>> {\r\n if (!property.isNavigation())\r\n return;\r\n\r\n const navProp = property;\r\n const relationship = await navProp.relationshipClass;\r\n\r\n if (relationship.baseClass)\r\n yield new Diagnostics.NavigationRelationshipMustBeRoot(property, [property.fullName, relationship.fullName]);\r\n\r\n let thisConstraint: RelationshipConstraint;\r\n let thatConstraint: RelationshipConstraint;\r\n let navigationClassSide: string;\r\n if (navProp.direction === StrengthDirection.Forward) {\r\n thisConstraint = relationship.source;\r\n thatConstraint = relationship.target;\r\n navigationClassSide = \"source\";\r\n } else {\r\n thisConstraint = relationship.target;\r\n thatConstraint = relationship.source;\r\n navigationClassSide = \"target\";\r\n }\r\n\r\n const thatAbstractConstraint = await thatConstraint.abstractConstraint;\r\n if (thatAbstractConstraint && thatAbstractConstraint.schemaItemType === SchemaItemType.RelationshipClass) {\r\n yield new Diagnostics.NavigationRelationshipAbstractConstraintEntityOrMixin(property, [property.fullName, relationship.fullName]);\r\n }\r\n\r\n const isClassSupported = async (ecClass: ECClass, propertyName: string, constraintName: string): Promise<boolean> => {\r\n if (constraintName === ecClass.fullName && undefined !== await ecClass.getProperty(propertyName))\r\n return true;\r\n\r\n const inheritedProp = await ecClass.getInheritedProperty(propertyName);\r\n if (inheritedProp && constraintName === inheritedProp.class.fullName)\r\n return true;\r\n\r\n const baseClass = await ecClass.baseClass;\r\n if (!baseClass)\r\n return false;\r\n\r\n return isClassSupported(baseClass, propertyName, constraintName);\r\n };\r\n\r\n let classSupported = false;\r\n if (thisConstraint.constraintClasses) {\r\n for (const constraintClass of thisConstraint.constraintClasses) {\r\n classSupported = await isClassSupported(property.class, property.name, constraintClass.fullName);\r\n if (classSupported)\r\n break;\r\n }\r\n }\r\n\r\n if (!classSupported)\r\n yield new Diagnostics.NavigationClassMustBeAConstraintClassOfRelationship(property, [property.class.name, property.name, relationship.fullName, navigationClassSide]);\r\n\r\n if (thatConstraint.multiplicity === RelationshipMultiplicity.oneMany || thatConstraint.multiplicity === RelationshipMultiplicity.zeroMany) {\r\n const direction = strengthDirectionToString(navProp.direction);\r\n yield new Diagnostics.NavigationTargetMustHaveSingularMultiplicity(property, [property.fullName, relationship.fullName, direction]);\r\n }\r\n\r\n return;\r\n}\r\n\r\n/**\r\n * Validates a Relationship class and yields EC-1500, EC-1501, and EC-1502 rule violations.\r\n * @internal\r\n */\r\nexport async function* validateRelationship(ecClass: RelationshipClass): AsyncIterable<SchemaItemDiagnostic<RelationshipClass, any[]>> {\r\n yield* abstractConstraintMustNarrowBaseConstraints(ecClass);\r\n yield* derivedConstraintsMustNarrowBaseConstraints(ecClass);\r\n yield* constraintClassesDeriveFromAbstractConstraint(ecClass);\r\n}\r\n\r\n/**\r\n * EC Rule: When overriding a RelationshipClass, the derived abstract constraint must narrow the base constraint classes.\r\n * @internal\r\n */\r\nexport async function* abstractConstraintMustNarrowBaseConstraints(ecClass: RelationshipClass): AsyncIterable<SchemaItemDiagnostic<RelationshipClass, any[]>> {\r\n if (!ecClass.baseClass)\r\n return;\r\n\r\n const baseRelationship = await ecClass.baseClass as RelationshipClass;\r\n\r\n const sourceResult = await applyAbstractConstraintMustNarrowBaseConstraints(ecClass, ecClass.source, baseRelationship);\r\n if (sourceResult)\r\n yield sourceResult;\r\n const targetResult = await applyAbstractConstraintMustNarrowBaseConstraints(ecClass, ecClass.target, baseRelationship);\r\n if (targetResult)\r\n yield targetResult;\r\n}\r\n\r\n/**\r\n * EC Rule: When overriding a RelationshipClass, derived constraint classes must narrow base constraint classes.\r\n * @internal\r\n */\r\nexport async function* derivedConstraintsMustNarrowBaseConstraints(ecClass: RelationshipClass): AsyncIterable<SchemaItemDiagnostic<RelationshipClass, any[]>> {\r\n if (!ecClass.baseClass)\r\n return;\r\n\r\n const baseRelationship = await ecClass.baseClass as RelationshipClass;\r\n\r\n const sourceResult = await applyDerivedConstraintsMustNarrowBaseConstraints(ecClass, ecClass.source, baseRelationship);\r\n if (sourceResult)\r\n yield sourceResult;\r\n const targetResult = await applyDerivedConstraintsMustNarrowBaseConstraints(ecClass, ecClass.target, baseRelationship);\r\n if (targetResult)\r\n yield targetResult;\r\n}\r\n\r\n/**\r\n * EC Rule: All constraint classes must have a common base class specified in the abstract constraint.\r\n * @internal\r\n */\r\nexport async function* constraintClassesDeriveFromAbstractConstraint(ecClass: RelationshipClass): AsyncIterable<SchemaItemDiagnostic<RelationshipClass, any[]>> {\r\n const sourceResult = await applyConstraintClassesDeriveFromAbstractConstraint(ecClass, ecClass.source);\r\n if (sourceResult)\r\n yield sourceResult;\r\n const targetResult = await applyConstraintClassesDeriveFromAbstractConstraint(ecClass, ecClass.target);\r\n if (targetResult)\r\n yield targetResult;\r\n}\r\n\r\n/**\r\n * Validates a RelationshipConstraint and yields EC-1600 and EC-1601 rule violations.\r\n * @internal\r\n */\r\nexport async function* validateRelationshipConstraint(constraint: RelationshipConstraint): AsyncIterable<RelationshipConstraintDiagnostic<any[]>> {\r\n yield* atLeastOneConstraintClassDefined(constraint);\r\n yield* abstractConstraintMustExistWithMultipleConstraints(constraint);\r\n}\r\n\r\n/**\r\n * EC Rule: At least on concrete constraint class must be defined in the list of constraint classes.\r\n * @internal\r\n */\r\nexport async function* atLeastOneConstraintClassDefined(constraint: RelationshipConstraint): AsyncIterable<RelationshipConstraintDiagnostic<any[]>> {\r\n if (!constraint.constraintClasses || constraint.constraintClasses.length === 0) {\r\n const constraintType = constraint.isSource ? ECStringConstants.RELATIONSHIP_END_SOURCE : ECStringConstants.RELATIONSHIP_END_TARGET;\r\n yield new Diagnostics.AtLeastOneConstraintClassDefined(constraint, [constraintType, constraint.relationshipClass.fullName]);\r\n }\r\n}\r\n\r\n/**\r\n * EC Rule: If multiple constraints exist, an abstract constraint must be defined.\r\n * @internal\r\n */\r\nexport async function* abstractConstraintMustExistWithMultipleConstraints(constraint: RelationshipConstraint): AsyncIterable<RelationshipConstraintDiagnostic<any[]>> {\r\n if (!constraint.constraintClasses || constraint.constraintClasses.length <= 1) {\r\n return;\r\n }\r\n\r\n const abstractConstraint = await getAbstractConstraint(constraint);\r\n if (abstractConstraint)\r\n return;\r\n\r\n const constraintType = constraint.isSource ? ECStringConstants.RELATIONSHIP_END_SOURCE : ECStringConstants.RELATIONSHIP_END_TARGET;\r\n yield new Diagnostics.AbstractConstraintMustExistWithMultipleConstraints(constraint, [constraintType, constraint.relationshipClass.fullName]);\r\n}\r\n\r\nfunction propertyTypesMatch(propertyA: Property, propertyB: Property) {\r\n return propertyA.constructor.name === propertyB.constructor.name;\r\n}\r\n\r\nfunction getPrimitiveType(property: Property): PrimitiveType | undefined {\r\n if (property.isPrimitive())\r\n return (property as PrimitiveProperty).primitiveType;\r\n\r\n return undefined;\r\n}\r\n\r\n/**\r\n * EC Rule: Enumeration type must be a string or integer\r\n * @internal\r\n */\r\nexport async function* enumerationTypeUnsupported(enumeration: Enumeration): AsyncIterable<SchemaItemDiagnostic<Enumeration, any[]>> {\r\n const type = enumeration.type;\r\n if (type === PrimitiveType.Integer || type === PrimitiveType.String)\r\n return;\r\n\r\n yield new Diagnostics.EnumerationTypeUnsupported(enumeration, [enumeration.fullName]);\r\n}\r\n\r\n/**\r\n * EC Rule: Mixin applied to class must derived from the Mixin appliesTo constraint.\r\n * @internal\r\n */\r\nexport async function* mixinAppliedToClassMustDeriveFromConstraint(entityClass: EntityClass): AsyncIterable<SchemaItemDiagnostic<EntityClass, any[]>> {\r\n for (const lazyMixin of entityClass.mixins) {\r\n const mixin = await lazyMixin;\r\n if (!mixin.appliesTo)\r\n continue;\r\n\r\n if (!await entityClass.is(await mixin.appliesTo))\r\n yield new Diagnostics.MixinAppliedToClassMustDeriveFromConstraint(entityClass, [mixin.fullName, entityClass.fullName, mixin.appliesTo.fullName]);\r\n }\r\n\r\n return;\r\n}\r\n\r\n/**\r\n * Validates a custom attribute instance and yields EC-500, EC-501, and EC-502 rule violations.\r\n * @internal\r\n */\r\nexport async function* validateCustomAttributeInstance(container: CustomAttributeContainerProps, customAttribute: CustomAttribute): AsyncIterable<CustomAttributeContainerDiagnostic<any[]>> {\r\n yield* customAttributeNotOfConcreteClass(container, customAttribute);\r\n yield* customAttributeSchemaMustBeReferenced(container, customAttribute);\r\n yield* customAttributeClassMustExist(container, customAttribute);\r\n}\r\n\r\n/** EC Rule: CustomAttribute instance must be of a concrete CustomAttributeClass. */\r\nasync function* customAttributeNotOfConcreteClass(container: CustomAttributeContainerProps, customAttribute: CustomAttribute): AsyncIterable<CustomAttributeContainerDiagnostic<any[]>> {\r\n const schema = container.schema;\r\n const caClass = await schema.lookupItem(customAttribute.className) as ECClass;\r\n if (!caClass)\r\n return;\r\n\r\n if (caClass.modifier !== ECClassModifier.Abstract)\r\n return;\r\n\r\n yield new Diagnostics.CustomAttributeNotOfConcreteClass(container, [container.fullName, caClass.fullName]);\r\n}\r\n\r\n/** EC Rule: CustomAttribute Schema must be referenced by the container's Schema. */\r\nasync function* customAttributeSchemaMustBeReferenced(container: CustomAttributeContainerProps, customAttribute: CustomAttribute): AsyncIterable<CustomAttributeContainerDiagnostic<any[]>> {\r\n const schema = container.schema;\r\n const nameParts = customAttribute.className.split(\".\");\r\n if (nameParts.length === 1 || nameParts[0] === schema.name)\r\n return;\r\n\r\n if (schema.references.some((s) => s.name === nameParts[0]))\r\n return;\r\n\r\n yield new Diagnostics.CustomAttributeSchemaMustBeReferenced(container, [container.fullName, customAttribute.className]);\r\n}\r\n\r\n/** EC Rule: CustomAttribute instance class must exist. */\r\nasync function* customAttributeClassMustExist(container: CustomAttributeContainerProps, customAttribute: CustomAttribute): AsyncIterable<CustomAttributeContainerDiagnostic<any[]>> {\r\n const schema = container.schema;\r\n const caClass = await schema.lookupItem(customAttribute.className) as ECClass;\r\n if (!caClass)\r\n yield new Diagnostics.CustomAttributeClassNotFound(container, [container.fullName, customAttribute.className]);\r\n}\r\n\r\nasync function applyAbstractConstraintMustNarrowBaseConstraints(ecClass: RelationshipClass, constraint: RelationshipConstraint, baseRelationship: RelationshipClass): Promise<SchemaItemDiagnostic<RelationshipClass, any[]> | undefined> {\r\n const baseConstraint = constraint.isSource ? baseRelationship.source : baseRelationship.target;\r\n const abstractConstraint = await constraint.abstractConstraint;\r\n if (!abstractConstraint)\r\n return;\r\n\r\n if (await baseConstraint.supportsClass(abstractConstraint))\r\n return;\r\n\r\n const constraintType = constraint.isSource ? ECStringConstants.RELATIONSHIP_END_SOURCE : ECStringConstants.RELATIONSHIP_END_TARGET;\r\n return new Diagnostics.AbstractConstraintMustNarrowBaseConstraints(ecClass, [abstractConstraint.fullName, constraintType, constraint.relationshipClass.fullName, baseRelationship.fullName]);\r\n}\r\n\r\nasync function applyDerivedConstraintsMustNarrowBaseConstraints(ecClass: RelationshipClass, constraint: RelationshipConstraint, baseRelationship: RelationshipClass): Promise<SchemaItemDiagnostic<RelationshipClass, any[]> | undefined> {\r\n const baseConstraint = constraint.isSource ? baseRelationship.source : baseRelationship.target;\r\n\r\n if (!constraint.constraintClasses)\r\n return;\r\n\r\n for (const classPromise of constraint.constraintClasses) {\r\n const constraintClass = await classPromise;\r\n\r\n if (await baseConstraint.supportsClass(constraintClass))\r\n continue;\r\n\r\n const constraintType = constraint.isSource ? ECStringConstants.RELATIONSHIP_END_SOURCE : ECStringConstants.RELATIONSHIP_END_TARGET;\r\n return new Diagnostics.DerivedConstraintsMustNarrowBaseConstraints(ecClass, [constraintClass.fullName, constraintType, constraint.relationshipClass.fullName, baseRelationship.fullName]);\r\n }\r\n\r\n return;\r\n}\r\n\r\nasync function applyConstraintClassesDeriveFromAbstractConstraint(ecClass: RelationshipClass, constraint: RelationshipConstraint): Promise<SchemaItemDiagnostic<RelationshipClass, any[]> | undefined> {\r\n const abstractConstraint = await getAbstractConstraint(constraint);\r\n if (!abstractConstraint)\r\n return;\r\n\r\n if (!constraint.constraintClasses)\r\n return;\r\n\r\n for (const classPromise of constraint.constraintClasses) {\r\n const constraintClass = await classPromise;\r\n\r\n if (constraintClass.schemaItemType === SchemaItemType.Mixin && abstractConstraint.schemaItemType === SchemaItemType.EntityClass) {\r\n if (!await (constraintClass).applicableTo(abstractConstraint as EntityClass)) {\r\n const constraintType = constraint.isSource ? ECStringConstants.RELATIONSHIP_END_SOURCE : ECStringConstants.RELATIONSHIP_END_TARGET;\r\n return new Diagnostics.ConstraintClassesDeriveFromAbstractConstraint(ecClass, [constraintClass.fullName, constraintType, constraint.relationshipClass.fullName, abstractConstraint.fullName]);\r\n }\r\n continue;\r\n }\r\n\r\n if (!await constraintClass.is(abstractConstraint)) {\r\n const constraintType = constraint.isSource ? ECStringConstants.RELATIONSHIP_END_SOURCE : ECStringConstants.RELATIONSHIP_END_TARGET;\r\n return new Diagnostics.ConstraintClassesDeriveFromAbstractConstraint(ecClass, [constraintClass.fullName, constraintType, constraint.relationshipClass.fullName, abstractConstraint.fullName]);\r\n }\r\n }\r\n\r\n return;\r\n}\r\n\r\nasync function getAbstractConstraint(constraint: RelationshipConstraint): Promise<ECClass | undefined> {\r\n const abstractConstraint = await constraint.abstractConstraint;\r\n if (abstractConstraint)\r\n return abstractConstraint;\r\n\r\n const baseRelationship = await constraint.relationshipClass.baseClass as RelationshipClass;\r\n if (!baseRelationship)\r\n return;\r\n\r\n const baseConstraint = constraint.isSource ? baseRelationship.source : baseRelationship.target;\r\n\r\n return getAbstractConstraint(baseConstraint);\r\n}\r\n"]}
1
+ {"version":3,"file":"ECRules.js","sourceRoot":"","sources":["../../../src/Validation/ECRules.ts"],"names":[],"mappings":"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","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Validation\n */\n\nimport {\n AnyClass, AnyProperty, CustomAttribute, CustomAttributeContainerProps, ECClass, ECClassModifier,\n ECStringConstants, EntityClass, Enumeration, PrimitiveProperty, PrimitiveType, primitiveTypeToString,\n Property, RelationshipClass, RelationshipConstraint, RelationshipMultiplicity, Schema, SchemaGraph, SchemaItemType,\n StrengthDirection, strengthDirectionToString,\n} from \"@itwin/ecschema-metadata\";\nimport {\n ClassDiagnostic, createClassDiagnosticClass, createCustomAttributeContainerDiagnosticClass, createPropertyDiagnosticClass,\n createRelationshipConstraintDiagnosticClass, createSchemaDiagnosticClass, createSchemaItemDiagnosticClass, CustomAttributeContainerDiagnostic,\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n DiagnosticType, PropertyDiagnostic, RelationshipConstraintDiagnostic, SchemaDiagnostic, SchemaItemDiagnostic,\n} from \"./Diagnostic\";\nimport { IRuleSet } from \"./Rules\";\n\nconst ruleSetName = \"ECObjects\";\n\nfunction getCode(code: number): string {\n return `${ruleSetName}-${code}`;\n}\n\n/**\n * The unique diagnostic codes for ECObjects rules.\n *\n * To provide meaning to code values, with anticipation\n * of future rules for all current EC Types, the following\n * value ranges should be used:\n *\n * - Schema: 000-099\n * - Class: 100-199\n * - Constant: 200-299\n * - CustomAttribute 300-399\n * - CustomAttributeClass: 400-499\n * - CustomAttributeContainer: 500-599\n * - EntityClass: 600-699\n * - Enumeration: 700-799\n * - Format: 800-899\n * - InvertedUnit: 900-999\n * - KindOfQuantity: 1000-1099\n * - Mixin: 1100-1199\n * - Phenomenon: 1200-1299\n * - Property: 1300-1399\n * - PropertyCategory: 1400-1499\n * - RelationshipClass: 1500-1599\n * - RelationshipConstraint: 1600-1699\n * - StructClass: 1700-1799\n * - Unit: 1800-1899\n * - UnitSystem: 1900-1999\n * @beta\n */\n/* eslint-disable @typescript-eslint/naming-convention */\nexport const DiagnosticCodes = {\n // Class Rule Codes (100-199)\n BaseClassIsSealed: getCode(100),\n BaseClassOfDifferentType: getCode(101),\n // EC-102 has been deprecated. Leaving the code here to prevent re-use.\n AbstractClassWithNonAbstractBase: getCode(102),\n\n // CA Container Rule Codes (500-599)\n CustomAttributeNotOfConcreteClass: getCode(500),\n CustomAttributeSchemaMustBeReferenced: getCode(501),\n CustomAttributeClassNotFound: getCode(502),\n\n // Enumeration Rule Codes (700-799)\n EnumerationTypeUnsupported: getCode(700),\n\n // Mixin Rule Codes (1100-1199)\n MixinAppliedToClassMustDeriveFromConstraint: getCode(1100),\n\n // Property Rule Codes (1300-1399)\n IncompatibleValueTypePropertyOverride: getCode(1300),\n IncompatibleTypePropertyOverride: getCode(1301),\n IncompatibleUnitPropertyOverride: getCode(1302),\n\n // Relationship Rule Codes (1500-1599)\n AbstractConstraintMustNarrowBaseConstraints: getCode(1500),\n DerivedConstraintsMustNarrowBaseConstraints: getCode(1501),\n ConstraintClassesDeriveFromAbstractConstraint: getCode(1502),\n\n // Relationship Constraint Rule Codes (1600-1699)\n AtLeastOneConstraintClassDefined: getCode(1600),\n AbstractConstraintMustExistWithMultipleConstraints: getCode(1601),\n};\n\n/**\n * The list of [[IDiagnostic]] implementation classes used by the EC rule implementations.\n * @beta\n */\nexport const Diagnostics = {\n /** EC-001: Required message parameters: schema name, referenced schema name */\n SupplementalSchemasCannotBeReferenced: createSchemaDiagnosticClass<[string, string]>(getCode(1),\n \"Referenced schema '{1}' of schema '{0}' is a supplemental schema. Supplemental schemas are not allowed to be referenced.\"),\n\n /** EC-002: Required message parameters: schema name, reference schema alias, first schema reference name, second schema reference name. */\n SchemaRefAliasMustBeUnique: createSchemaDiagnosticClass<[string, string, string, string]>(getCode(2),\n \"Schema '{0}' has multiple schema references ({2}, {3}) with the same alias '{1}', which is not allowed.\"),\n\n /** EC-003: Required message parameters: schema name, cycle text */\n ReferenceCyclesNotAllowed: createSchemaDiagnosticClass<[string, string]>(getCode(3),\n \"Schema '{0}' has reference cycles: {1}\"),\n\n /** EC-100: Required message parameters: childClass.FullName, baseClass.FullName */\n BaseClassIsSealed: createClassDiagnosticClass<[string, string]>(DiagnosticCodes.BaseClassIsSealed,\n \"Class '{0}' cannot derive from sealed base class '{1}'.\"),\n\n /** EC-101: Required message parameters: childClass.FullName, baseClass.FullName, baseClass.schemaItemType */\n BaseClassIsOfDifferentType: createClassDiagnosticClass<[string, string, string]>(DiagnosticCodes.BaseClassOfDifferentType,\n \"Class '{0}' cannot derive from base class '{1}' of type '{2}'.\"),\n\n /** **DEPRECATED** EC-102: Required message parameters: childClass.FullName, baseClass.FullName */\n AbstractClassWithNonAbstractBase: createClassDiagnosticClass<[string, string]>(DiagnosticCodes.AbstractClassWithNonAbstractBase,\n \"Abstract Class '{0}' cannot derive from base class '{1}' because it is not an abstract class.\"),\n\n /** EC-500: Required message parameters: CustomAttribute container name and CustomAttributeClass name. */\n CustomAttributeNotOfConcreteClass: createCustomAttributeContainerDiagnosticClass<[string, string]>(DiagnosticCodes.CustomAttributeNotOfConcreteClass,\n \"The CustomAttribute container '{0}' has a CustomAttribute with the class '{1}' which is not a concrete class.\"),\n\n /** EC-501: Required message parameters: CustomAttribute container name, CustomAttributeClass name, CustomAttributeClass Schema name. */\n CustomAttributeSchemaMustBeReferenced: createCustomAttributeContainerDiagnosticClass<[string, string]>(DiagnosticCodes.CustomAttributeSchemaMustBeReferenced,\n \"The CustomAttribute container '{0}' has a CustomAttribute with the class '{1}' whose schema is not referenced by the container's Schema.\"),\n\n /** EC-502: Required message parameters: CustomAttribute container name and CustomAttributeClass name. */\n CustomAttributeClassNotFound: createCustomAttributeContainerDiagnosticClass<[string, string]>(DiagnosticCodes.CustomAttributeClassNotFound,\n \"The CustomAttribute container '{0}' has a CustomAttribute with the class '{1}' which cannot be found.\"),\n\n /** EC-700: Required message parameters: Enumeration name */\n EnumerationTypeUnsupported: createSchemaItemDiagnosticClass<Enumeration, [string]>(DiagnosticCodes.EnumerationTypeUnsupported,\n \"Enumeration '{0}' has invalid primitive type.\"),\n\n /** EC-1100: Required message parameters: mixin class fullName, class fullName, applies to constraint class fullName */\n MixinAppliedToClassMustDeriveFromConstraint: createSchemaItemDiagnosticClass<EntityClass, [string, string, string]>(DiagnosticCodes.MixinAppliedToClassMustDeriveFromConstraint,\n \"Mixin '{0}' cannot be applied to the class '{1}' because it does not satisfy the applies to constraint '{2}'.\"),\n\n /** EC-1300: Required message parameters: childClass.FullName, property name, baseClass.FullName, base value type, child value type */\n IncompatibleValueTypePropertyOverride: createPropertyDiagnosticClass<[string, string, string, string, string]>(DiagnosticCodes.IncompatibleValueTypePropertyOverride,\n \"The ECProperty '{0}.{1}' has a base property '{2}.{1}' with a value type of {3} which is incompatible with the value type of {4}.\"),\n\n /** EC-1301: Required message parameters: childClass.FullName, property name, baseClass.FullName, base property type, child property type */\n IncompatibleTypePropertyOverride: createPropertyDiagnosticClass<[string, string, string, string, string]>(DiagnosticCodes.IncompatibleTypePropertyOverride,\n \"The ECProperty '{0}.{1}' has a base property '{2}.{1}' with a type of {3} which is incompatible with the type of {4}.\"),\n\n /** EC-1302: Required message parameters: childClass.Name, property name, baseClass.Name, baseClass Koq name, baseClass Koq persistence unit name, child class Koq persistence unit name, child class Koq name */\n IncompatibleUnitPropertyOverride: createPropertyDiagnosticClass<[string, string, string, string, string, string, string]>(DiagnosticCodes.IncompatibleUnitPropertyOverride,\n \"The ECProperty '{0}.{1}' has a base property '{2}.{1}' with KindOfQuantity '{3}' with persistence unit '{4}' which is not the same as the persistence unit '{5}' of the provided KindOfQuantity '{6}'.\"),\n\n /** EC-1303: Required message parameters: property.fullName, navigation relationship.fullName */\n NavigationRelationshipMustBeRoot: createPropertyDiagnosticClass<[string, string]>(getCode(1303),\n \"The referenced relationship '{1}', used in NavigationProperty '{0}' is not the root relationship.\"),\n\n /** EC-1304: Required message parameters: property.fullName, navigation relationship.fullName */\n NavigationTargetMustHaveSingularMultiplicity: createPropertyDiagnosticClass<[string, string, string]>(getCode(1304),\n \"NavigationProperty '{0}' uses the relationship '{1}' that cannot be traversed in the '{2}' direction due to a max multiplicity greater than 1.\"),\n\n /** EC-1305: Required message parameters: property.fullName, navigation relationship.fullName */\n NavigationRelationshipAbstractConstraintEntityOrMixin: createPropertyDiagnosticClass<[string, string]>(getCode(1305),\n \"The NavigationProperty '{0}', using the relationship '{1}', points to a RelationshipClass, which is not allowed. NavigationProperties must point to an EntityClass or Mixin.\"),\n\n /** EC-1306: Required message parameters: class name, property name, navigation relationship.fullName */\n NavigationClassMustBeAConstraintClassOfRelationship: createPropertyDiagnosticClass<[string, string, string, string]>(getCode(1306),\n \"The class '{0}' of NavigationProperty '{1}' is not supported by the {3} constraint of the referenced relationship '{2}'.\"),\n\n /** EC-1500: Required message parameters: abstract constraint class name, relationship end (source/target), relationship name, base relationship name */\n AbstractConstraintMustNarrowBaseConstraints: createSchemaItemDiagnosticClass<RelationshipClass, [string, string, string, string]>(DiagnosticCodes.AbstractConstraintMustNarrowBaseConstraints,\n \"The abstract constraint class '{0}' on the {1}-Constraint of '{2}' is not supported by the base class constraint in '{3}'.\"),\n\n /** EC-1501: Required message parameters: constraint class name, relationship end (source/target), relationship name, base relationship name */\n DerivedConstraintsMustNarrowBaseConstraints: createSchemaItemDiagnosticClass<RelationshipClass, [string, string, string, string]>(DiagnosticCodes.DerivedConstraintsMustNarrowBaseConstraints,\n \"The constraint class '{0}' on the {1}-Constraint of '{2}' is not supported by the base class constraint in '{3}'.\"),\n\n /** EC-1502: Required message parameters: constraint class name, relationship end (source/target), relationship name, abstract constraint class name */\n ConstraintClassesDeriveFromAbstractConstraint: createSchemaItemDiagnosticClass<RelationshipClass, [string, string, string, string]>(DiagnosticCodes.ConstraintClassesDeriveFromAbstractConstraint,\n \"The constraint class '{0}' on the {1}-Constraint of '{2}' is not derived from the abstract constraint class '{3}'.\"),\n\n /** EC-1600: Required message parameters: relationship end (source/target), relationship name */\n AtLeastOneConstraintClassDefined: createRelationshipConstraintDiagnosticClass<[string, string]>(DiagnosticCodes.AtLeastOneConstraintClassDefined,\n \"The {0}-Constraint of '{1}' does not contain any constraint classes.\"),\n\n /** EC-1601: Required message parameters: relationship end (source/target), relationship name */\n AbstractConstraintMustExistWithMultipleConstraints: createRelationshipConstraintDiagnosticClass<[string, string]>(DiagnosticCodes.AbstractConstraintMustExistWithMultipleConstraints,\n \"The {0}-Constraint of '{1}' has multiple constraint classes which requires an abstract constraint to be defined.\"),\n};\n\n/**\n * All schema validation rules that fall under the category of ECObjects.\n * @beta\n */\nexport const ECRuleSet: IRuleSet = {\n name: ruleSetName,\n\n schemaRules: [\n validateSchemaReferences,\n ],\n classRules: [\n baseClassIsSealed,\n baseClassIsOfDifferentType,\n ],\n propertyRules: [\n incompatibleValueTypePropertyOverride,\n incompatibleTypePropertyOverride,\n incompatibleUnitPropertyOverride,\n validateNavigationProperty,\n ],\n relationshipRules: [\n abstractConstraintMustNarrowBaseConstraints,\n constraintClassesDeriveFromAbstractConstraint,\n derivedConstraintsMustNarrowBaseConstraints,\n ],\n relationshipConstraintRules: [\n atLeastOneConstraintClassDefined,\n abstractConstraintMustExistWithMultipleConstraints,\n ],\n enumerationRules: [\n enumerationTypeUnsupported,\n ],\n entityClassRules: [\n mixinAppliedToClassMustDeriveFromConstraint,\n ],\n customAttributeInstanceRules: [\n validateCustomAttributeInstance,\n ],\n};\n\n/* eslint-enable @typescript-eslint/naming-convention */\n\n/**\n * Validates schema references against multiple EC rules.\n * @param schema The schema to validate.\n * @internal\n */\nexport async function* validateSchemaReferences(schema: Schema): AsyncIterable<SchemaDiagnostic<any[]>> {\n yield* validateSchemaReferencesSync(schema);\n}\n\n/**\n * Validates schema references against multiple EC rules.\n * @param schema The schema to validate.\n * @internal\n */\nexport function* validateSchemaReferencesSync(schema: Schema): Iterable<SchemaDiagnostic<any[]>> {\n const aliases = new Map();\n for (const schemaRef of schema.references) {\n if (schemaRef.customAttributes && schemaRef.customAttributes.has(\"CoreCustomAttributes.SupplementalSchema\"))\n yield new Diagnostics.SupplementalSchemasCannotBeReferenced(schema, [schema.name, schemaRef.name]);\n\n if (schema.schemaKey.matches(schemaRef.schemaKey))\n yield new Diagnostics.ReferenceCyclesNotAllowed(schema, [schema.name, `${schema.name} --> ${schemaRef.name}`]);\n\n if (aliases.has(schemaRef.alias)) {\n const currentRef = aliases.get(schemaRef.alias);\n yield new Diagnostics.SchemaRefAliasMustBeUnique(schema, [schema.name, schemaRef.alias, currentRef.name, schemaRef.name]);\n } else {\n aliases.set(schemaRef.alias, schemaRef);\n }\n }\n\n const graph = SchemaGraph.generateGraphSync(schema);\n const cycles = graph.detectCycles();\n if (cycles) {\n const result = cycles.map((cycle) => `${cycle.schema.schemaKey.name} --> ${cycle.refSchema.schemaKey.name}`).join(\", \");\n yield new Diagnostics.ReferenceCyclesNotAllowed(schema, [schema.name, result]);\n }\n}\n/**\n * EC Rule: Sealed classes cannot be a base class.\n * @internal\n */\nexport async function* baseClassIsSealed(ecClass: AnyClass): AsyncIterable<ClassDiagnostic<any[]>> {\n if (!ecClass.baseClass)\n return;\n\n const baseClass = await ecClass.baseClass;\n // return if rule passed\n if (baseClass.modifier !== ECClassModifier.Sealed)\n return;\n\n yield new Diagnostics.BaseClassIsSealed(ecClass, [ecClass.fullName, baseClass.fullName]);\n}\n\n/**\n * EC Rule: Base and child class must be of the same type (i.e. Entity, Mixin, Relationship, etc.)\n * @internal\n */\nexport async function* baseClassIsOfDifferentType(ecClass: AnyClass): AsyncIterable<ClassDiagnostic<any[]>> {\n if (!ecClass.baseClass)\n return;\n\n const baseClass = await ecClass.baseClass;\n // return if rule passed\n if (baseClass.schemaItemType === ecClass.schemaItemType)\n return;\n\n const itemType = baseClass.schemaItemType;\n yield new Diagnostics.BaseClassIsOfDifferentType(ecClass, [ecClass.fullName, baseClass.fullName, itemType]);\n}\n\n/**\n * EC Rule: When overriding a class primitive property, the child and base property must be of the same type (string, number, etc...).\n * @internal\n*/\nexport async function* incompatibleValueTypePropertyOverride(property: AnyProperty): AsyncIterable<PropertyDiagnostic<any[]>> {\n if (!property.class.baseClass)\n return;\n\n const primitiveType = getPrimitiveType(property);\n if (!primitiveType)\n return;\n\n async function callback(baseClass: ECClass): Promise<PropertyDiagnostic<any[]> | undefined> {\n const baseProperty = await baseClass.getProperty(property.name);\n if (!baseProperty)\n return;\n\n // Other rules will catch this if false, but we need to make sure\n // types match for this rule to be valid.\n if (!propertyTypesMatch(property, baseProperty))\n return;\n\n const baseType = getPrimitiveType(baseProperty);\n\n // Return if rule passed\n if (!baseType || primitiveType === baseType)\n return;\n\n return new Diagnostics.IncompatibleValueTypePropertyOverride(property, [property.class.fullName, property.name, baseClass.fullName, primitiveTypeToString(baseType), primitiveTypeToString(primitiveType!)]);\n }\n\n for await (const baseClass of property.class.getAllBaseClasses()) {\n const result = await callback(baseClass);\n if (result)\n yield result;\n }\n}\n\n/**\n * EC Rule: When overriding a class property, the child and base property must be of the same property type (primitive, struct, enumeration, etc...).\n * @internal\n */\nexport async function* incompatibleTypePropertyOverride(property: AnyProperty): AsyncIterable<PropertyDiagnostic<any[]>> {\n if (!property.class.baseClass)\n return;\n\n async function callback(baseClass: ECClass): Promise<PropertyDiagnostic<any[]> | undefined> {\n const baseProperty = await baseClass.getProperty(property.name);\n if (!baseProperty)\n return;\n\n // Return if rule passed\n if (propertyTypesMatch(property, baseProperty))\n return;\n\n return new Diagnostics.IncompatibleTypePropertyOverride(property, [property.class.fullName, property.name, baseClass.fullName, baseProperty.constructor.name, property.constructor.name]);\n }\n\n for await (const baseClass of property.class.getAllBaseClasses()) {\n const result = await callback(baseClass);\n if (result)\n yield result;\n }\n}\n\n/**\n * EC Rule: When overriding a kindOfQuantity property, the child and base property units must be the same.\n * @internal\n */\nexport async function* incompatibleUnitPropertyOverride(property: AnyProperty): AsyncIterable<PropertyDiagnostic<any[]>> {\n if (!property.kindOfQuantity || !property.class.baseClass)\n return;\n\n async function callback(baseClass: ECClass): Promise<PropertyDiagnostic<any[]> | undefined> {\n const baseProperty = await baseClass.getProperty(property.name);\n if (!baseProperty || !baseProperty.kindOfQuantity)\n return;\n\n // Other rules will catch this if false, but we need to make sure\n // types match for this rule to be valid.\n if (!propertyTypesMatch(property, baseProperty))\n return;\n\n const koq = await property.kindOfQuantity;\n const baseKoq = await baseProperty.kindOfQuantity;\n if (!koq || !baseKoq)\n return;\n\n const unit = await koq.persistenceUnit;\n const baseUnit = await baseKoq.persistenceUnit;\n\n if (!unit || !baseUnit)\n return;\n\n // return if rule passed\n if (unit.key.matches(baseUnit.key))\n return;\n\n return new Diagnostics.IncompatibleUnitPropertyOverride(property, [\n property.class.fullName,\n property.name,\n baseClass.fullName,\n baseKoq.fullName,\n baseUnit.fullName,\n unit.fullName,\n koq.fullName,\n ]);\n }\n\n for await (const baseClass of property.class.getAllBaseClasses()) {\n const result = await callback(baseClass);\n if (result)\n yield result;\n }\n}\n\n/**\n * Validates Navigation Properties. EC Rules: 1303, 1304\n * @internal\n */\nexport async function* validateNavigationProperty(property: AnyProperty): AsyncIterable<PropertyDiagnostic<any[]>> {\n if (!property.isNavigation())\n return;\n\n const navProp = property;\n const relationship = await navProp.relationshipClass;\n\n if (relationship.baseClass)\n yield new Diagnostics.NavigationRelationshipMustBeRoot(property, [property.fullName, relationship.fullName]);\n\n let thisConstraint: RelationshipConstraint;\n let thatConstraint: RelationshipConstraint;\n let navigationClassSide: string;\n if (navProp.direction === StrengthDirection.Forward) {\n thisConstraint = relationship.source;\n thatConstraint = relationship.target;\n navigationClassSide = \"source\";\n } else {\n thisConstraint = relationship.target;\n thatConstraint = relationship.source;\n navigationClassSide = \"target\";\n }\n\n const thatAbstractConstraint = await thatConstraint.abstractConstraint;\n if (thatAbstractConstraint && thatAbstractConstraint.schemaItemType === SchemaItemType.RelationshipClass) {\n yield new Diagnostics.NavigationRelationshipAbstractConstraintEntityOrMixin(property, [property.fullName, relationship.fullName]);\n }\n\n const isClassSupported = async (ecClass: ECClass, propertyName: string, constraintName: string): Promise<boolean> => {\n if (constraintName === ecClass.fullName && undefined !== await ecClass.getProperty(propertyName))\n return true;\n\n const inheritedProp = await ecClass.getInheritedProperty(propertyName);\n if (inheritedProp && constraintName === inheritedProp.class.fullName)\n return true;\n\n const baseClass = await ecClass.baseClass;\n if (!baseClass)\n return false;\n\n return isClassSupported(baseClass, propertyName, constraintName);\n };\n\n let classSupported = false;\n if (thisConstraint.constraintClasses) {\n for (const constraintClass of thisConstraint.constraintClasses) {\n classSupported = await isClassSupported(property.class, property.name, constraintClass.fullName);\n if (classSupported)\n break;\n }\n }\n\n if (!classSupported)\n yield new Diagnostics.NavigationClassMustBeAConstraintClassOfRelationship(property, [property.class.name, property.name, relationship.fullName, navigationClassSide]);\n\n if (thatConstraint.multiplicity === RelationshipMultiplicity.oneMany || thatConstraint.multiplicity === RelationshipMultiplicity.zeroMany) {\n const direction = strengthDirectionToString(navProp.direction);\n yield new Diagnostics.NavigationTargetMustHaveSingularMultiplicity(property, [property.fullName, relationship.fullName, direction]);\n }\n\n return;\n}\n\n/**\n * Validates a Relationship class and yields EC-1500, EC-1501, and EC-1502 rule violations.\n * @internal\n */\nexport async function* validateRelationship(ecClass: RelationshipClass): AsyncIterable<SchemaItemDiagnostic<RelationshipClass, any[]>> {\n yield* abstractConstraintMustNarrowBaseConstraints(ecClass);\n yield* derivedConstraintsMustNarrowBaseConstraints(ecClass);\n yield* constraintClassesDeriveFromAbstractConstraint(ecClass);\n}\n\n/**\n * EC Rule: When overriding a RelationshipClass, the derived abstract constraint must narrow the base constraint classes.\n * @internal\n */\nexport async function* abstractConstraintMustNarrowBaseConstraints(ecClass: RelationshipClass): AsyncIterable<SchemaItemDiagnostic<RelationshipClass, any[]>> {\n if (!ecClass.baseClass)\n return;\n\n const baseRelationship = await ecClass.baseClass as RelationshipClass;\n\n const sourceResult = await applyAbstractConstraintMustNarrowBaseConstraints(ecClass, ecClass.source, baseRelationship);\n if (sourceResult)\n yield sourceResult;\n const targetResult = await applyAbstractConstraintMustNarrowBaseConstraints(ecClass, ecClass.target, baseRelationship);\n if (targetResult)\n yield targetResult;\n}\n\n/**\n * EC Rule: When overriding a RelationshipClass, derived constraint classes must narrow base constraint classes.\n * @internal\n */\nexport async function* derivedConstraintsMustNarrowBaseConstraints(ecClass: RelationshipClass): AsyncIterable<SchemaItemDiagnostic<RelationshipClass, any[]>> {\n if (!ecClass.baseClass)\n return;\n\n const baseRelationship = await ecClass.baseClass as RelationshipClass;\n\n const sourceResult = await applyDerivedConstraintsMustNarrowBaseConstraints(ecClass, ecClass.source, baseRelationship);\n if (sourceResult)\n yield sourceResult;\n const targetResult = await applyDerivedConstraintsMustNarrowBaseConstraints(ecClass, ecClass.target, baseRelationship);\n if (targetResult)\n yield targetResult;\n}\n\n/**\n * EC Rule: All constraint classes must have a common base class specified in the abstract constraint.\n * @internal\n */\nexport async function* constraintClassesDeriveFromAbstractConstraint(ecClass: RelationshipClass): AsyncIterable<SchemaItemDiagnostic<RelationshipClass, any[]>> {\n const sourceResult = await applyConstraintClassesDeriveFromAbstractConstraint(ecClass, ecClass.source);\n if (sourceResult)\n yield sourceResult;\n const targetResult = await applyConstraintClassesDeriveFromAbstractConstraint(ecClass, ecClass.target);\n if (targetResult)\n yield targetResult;\n}\n\n/**\n * Validates a RelationshipConstraint and yields EC-1600 and EC-1601 rule violations.\n * @internal\n */\nexport async function* validateRelationshipConstraint(constraint: RelationshipConstraint): AsyncIterable<RelationshipConstraintDiagnostic<any[]>> {\n yield* atLeastOneConstraintClassDefined(constraint);\n yield* abstractConstraintMustExistWithMultipleConstraints(constraint);\n}\n\n/**\n * EC Rule: At least on concrete constraint class must be defined in the list of constraint classes.\n * @internal\n */\nexport async function* atLeastOneConstraintClassDefined(constraint: RelationshipConstraint): AsyncIterable<RelationshipConstraintDiagnostic<any[]>> {\n if (!constraint.constraintClasses || constraint.constraintClasses.length === 0) {\n const constraintType = constraint.isSource ? ECStringConstants.RELATIONSHIP_END_SOURCE : ECStringConstants.RELATIONSHIP_END_TARGET;\n yield new Diagnostics.AtLeastOneConstraintClassDefined(constraint, [constraintType, constraint.relationshipClass.fullName]);\n }\n}\n\n/**\n * EC Rule: If multiple constraints exist, an abstract constraint must be defined.\n * @internal\n */\nexport async function* abstractConstraintMustExistWithMultipleConstraints(constraint: RelationshipConstraint): AsyncIterable<RelationshipConstraintDiagnostic<any[]>> {\n if (!constraint.constraintClasses || constraint.constraintClasses.length <= 1) {\n return;\n }\n\n const abstractConstraint = await getAbstractConstraint(constraint);\n if (abstractConstraint)\n return;\n\n const constraintType = constraint.isSource ? ECStringConstants.RELATIONSHIP_END_SOURCE : ECStringConstants.RELATIONSHIP_END_TARGET;\n yield new Diagnostics.AbstractConstraintMustExistWithMultipleConstraints(constraint, [constraintType, constraint.relationshipClass.fullName]);\n}\n\nfunction propertyTypesMatch(propertyA: Property, propertyB: Property) {\n return propertyA.constructor.name === propertyB.constructor.name;\n}\n\nfunction getPrimitiveType(property: Property): PrimitiveType | undefined {\n if (property.isPrimitive())\n return (property as PrimitiveProperty).primitiveType;\n\n return undefined;\n}\n\n/**\n * EC Rule: Enumeration type must be a string or integer\n * @internal\n */\nexport async function* enumerationTypeUnsupported(enumeration: Enumeration): AsyncIterable<SchemaItemDiagnostic<Enumeration, any[]>> {\n const type = enumeration.type;\n if (type === PrimitiveType.Integer || type === PrimitiveType.String)\n return;\n\n yield new Diagnostics.EnumerationTypeUnsupported(enumeration, [enumeration.fullName]);\n}\n\n/**\n * EC Rule: Mixin applied to class must derived from the Mixin appliesTo constraint.\n * @internal\n */\nexport async function* mixinAppliedToClassMustDeriveFromConstraint(entityClass: EntityClass): AsyncIterable<SchemaItemDiagnostic<EntityClass, any[]>> {\n for (const lazyMixin of entityClass.mixins) {\n const mixin = await lazyMixin;\n if (!mixin.appliesTo)\n continue;\n\n if (!await entityClass.is(await mixin.appliesTo))\n yield new Diagnostics.MixinAppliedToClassMustDeriveFromConstraint(entityClass, [mixin.fullName, entityClass.fullName, mixin.appliesTo.fullName]);\n }\n\n return;\n}\n\n/**\n * Validates a custom attribute instance and yields EC-500, EC-501, and EC-502 rule violations.\n * @internal\n */\nexport async function* validateCustomAttributeInstance(container: CustomAttributeContainerProps, customAttribute: CustomAttribute): AsyncIterable<CustomAttributeContainerDiagnostic<any[]>> {\n yield* customAttributeNotOfConcreteClass(container, customAttribute);\n yield* customAttributeSchemaMustBeReferenced(container, customAttribute);\n yield* customAttributeClassMustExist(container, customAttribute);\n}\n\n/** EC Rule: CustomAttribute instance must be of a concrete CustomAttributeClass. */\nasync function* customAttributeNotOfConcreteClass(container: CustomAttributeContainerProps, customAttribute: CustomAttribute): AsyncIterable<CustomAttributeContainerDiagnostic<any[]>> {\n const schema = container.schema;\n const caClass = await schema.lookupItem(customAttribute.className) as ECClass;\n if (!caClass)\n return;\n\n if (caClass.modifier !== ECClassModifier.Abstract)\n return;\n\n yield new Diagnostics.CustomAttributeNotOfConcreteClass(container, [container.fullName, caClass.fullName]);\n}\n\n/** EC Rule: CustomAttribute Schema must be referenced by the container's Schema. */\nasync function* customAttributeSchemaMustBeReferenced(container: CustomAttributeContainerProps, customAttribute: CustomAttribute): AsyncIterable<CustomAttributeContainerDiagnostic<any[]>> {\n const schema = container.schema;\n const nameParts = customAttribute.className.split(\".\");\n if (nameParts.length === 1 || nameParts[0] === schema.name)\n return;\n\n if (schema.references.some((s) => s.name === nameParts[0]))\n return;\n\n yield new Diagnostics.CustomAttributeSchemaMustBeReferenced(container, [container.fullName, customAttribute.className]);\n}\n\n/** EC Rule: CustomAttribute instance class must exist. */\nasync function* customAttributeClassMustExist(container: CustomAttributeContainerProps, customAttribute: CustomAttribute): AsyncIterable<CustomAttributeContainerDiagnostic<any[]>> {\n const schema = container.schema;\n const caClass = await schema.lookupItem(customAttribute.className) as ECClass;\n if (!caClass)\n yield new Diagnostics.CustomAttributeClassNotFound(container, [container.fullName, customAttribute.className]);\n}\n\nasync function applyAbstractConstraintMustNarrowBaseConstraints(ecClass: RelationshipClass, constraint: RelationshipConstraint, baseRelationship: RelationshipClass): Promise<SchemaItemDiagnostic<RelationshipClass, any[]> | undefined> {\n const baseConstraint = constraint.isSource ? baseRelationship.source : baseRelationship.target;\n const abstractConstraint = await constraint.abstractConstraint;\n if (!abstractConstraint)\n return;\n\n if (await baseConstraint.supportsClass(abstractConstraint))\n return;\n\n const constraintType = constraint.isSource ? ECStringConstants.RELATIONSHIP_END_SOURCE : ECStringConstants.RELATIONSHIP_END_TARGET;\n return new Diagnostics.AbstractConstraintMustNarrowBaseConstraints(ecClass, [abstractConstraint.fullName, constraintType, constraint.relationshipClass.fullName, baseRelationship.fullName]);\n}\n\nasync function applyDerivedConstraintsMustNarrowBaseConstraints(ecClass: RelationshipClass, constraint: RelationshipConstraint, baseRelationship: RelationshipClass): Promise<SchemaItemDiagnostic<RelationshipClass, any[]> | undefined> {\n const baseConstraint = constraint.isSource ? baseRelationship.source : baseRelationship.target;\n\n if (!constraint.constraintClasses)\n return;\n\n for (const classPromise of constraint.constraintClasses) {\n const constraintClass = await classPromise;\n\n if (await baseConstraint.supportsClass(constraintClass))\n continue;\n\n const constraintType = constraint.isSource ? ECStringConstants.RELATIONSHIP_END_SOURCE : ECStringConstants.RELATIONSHIP_END_TARGET;\n return new Diagnostics.DerivedConstraintsMustNarrowBaseConstraints(ecClass, [constraintClass.fullName, constraintType, constraint.relationshipClass.fullName, baseRelationship.fullName]);\n }\n\n return;\n}\n\nasync function applyConstraintClassesDeriveFromAbstractConstraint(ecClass: RelationshipClass, constraint: RelationshipConstraint): Promise<SchemaItemDiagnostic<RelationshipClass, any[]> | undefined> {\n const abstractConstraint = await getAbstractConstraint(constraint);\n if (!abstractConstraint)\n return;\n\n if (!constraint.constraintClasses)\n return;\n\n for (const classPromise of constraint.constraintClasses) {\n const constraintClass = await classPromise;\n\n if (constraintClass.schemaItemType === SchemaItemType.Mixin && abstractConstraint.schemaItemType === SchemaItemType.EntityClass) {\n if (!await (constraintClass).applicableTo(abstractConstraint as EntityClass)) {\n const constraintType = constraint.isSource ? ECStringConstants.RELATIONSHIP_END_SOURCE : ECStringConstants.RELATIONSHIP_END_TARGET;\n return new Diagnostics.ConstraintClassesDeriveFromAbstractConstraint(ecClass, [constraintClass.fullName, constraintType, constraint.relationshipClass.fullName, abstractConstraint.fullName]);\n }\n continue;\n }\n\n if (!await constraintClass.is(abstractConstraint)) {\n const constraintType = constraint.isSource ? ECStringConstants.RELATIONSHIP_END_SOURCE : ECStringConstants.RELATIONSHIP_END_TARGET;\n return new Diagnostics.ConstraintClassesDeriveFromAbstractConstraint(ecClass, [constraintClass.fullName, constraintType, constraint.relationshipClass.fullName, abstractConstraint.fullName]);\n }\n }\n\n return;\n}\n\nasync function getAbstractConstraint(constraint: RelationshipConstraint): Promise<ECClass | undefined> {\n const abstractConstraint = await constraint.abstractConstraint;\n if (abstractConstraint)\n return abstractConstraint;\n\n const baseRelationship = await constraint.relationshipClass.baseClass as RelationshipClass;\n if (!baseRelationship)\n return;\n\n const baseConstraint = constraint.isSource ? baseRelationship.source : baseRelationship.target;\n\n return getAbstractConstraint(baseConstraint);\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"LoggingDiagnosticReporter.js","sourceRoot":"","sources":["../../../src/Validation/LoggingDiagnosticReporter.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,sDAA6C;AAC7C,6CAAiE;AACjE,6DAAgE;AAEhE,MAAM,eAAe,GAAG,mBAAmB,CAAC;AAE5C;;;GAGG;AACH,MAAa,yBAA0B,SAAQ,6CAAwB;IAC9D,gBAAgB,CAAC,UAAyB,EAAE,WAAmB;QACpE,QAAQ,UAAU,CAAC,QAAQ,EAAE;YAC3B,KAAK,+BAAkB,CAAC,KAAK;gBAC3B,qBAAM,CAAC,QAAQ,CAAC,eAAe,EAAE,WAAW,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC,CAAC;gBACrF,OAAO;YACT,KAAK,+BAAkB,CAAC,OAAO;gBAC7B,qBAAM,CAAC,UAAU,CAAC,eAAe,EAAE,WAAW,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC,CAAC;gBACvF,OAAO;YACT,KAAK,+BAAkB,CAAC,OAAO,CAAC;YAChC,KAAK,+BAAkB,CAAC,UAAU;gBAChC,qBAAM,CAAC,OAAO,CAAC,eAAe,EAAE,WAAW,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC,CAAC;gBACpF,OAAO;YACT;gBACE,qBAAM,CAAC,QAAQ,CAAC,eAAe,EAAE,WAAW,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC,CAAC;SACxF;IACH,CAAC;IAEO,cAAc,CAAC,UAAyB;QAC9C,OAAO,EAAE,GAAG,UAAU,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,CAAC,IAAI,EAAE,QAAQ,EAAE,UAAU,CAAC,QAAQ,EAAE,cAAc,EAAE,UAAU,CAAC,cAAc,EAAE,WAAW,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,EAAE,CAAC;IACnL,CAAC;CACF;AArBD,8DAqBC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Diagnostic\r\n */\r\n\r\nimport { Logger } from \"@itwin/core-bentley\";\r\nimport { AnyDiagnostic, DiagnosticCategory } from \"./Diagnostic\";\r\nimport { FormatDiagnosticReporter } from \"./DiagnosticReporter\";\r\n\r\nconst loggingCategory = \"ecschema-metadata\";\r\n\r\n/**\r\n * An [[IDiagnosticReporter]] for logging [[IDiagnostic]] objects.\r\n * @beta\r\n */\r\nexport class LoggingDiagnosticReporter extends FormatDiagnosticReporter {\r\n public reportDiagnostic(diagnostic: AnyDiagnostic, messageText: string) {\r\n switch (diagnostic.category) {\r\n case DiagnosticCategory.Error:\r\n Logger.logError(loggingCategory, messageText, () => this.getLogMetaData(diagnostic));\r\n return;\r\n case DiagnosticCategory.Warning:\r\n Logger.logWarning(loggingCategory, messageText, () => this.getLogMetaData(diagnostic));\r\n return;\r\n case DiagnosticCategory.Message:\r\n case DiagnosticCategory.Suggestion:\r\n Logger.logInfo(loggingCategory, messageText, () => this.getLogMetaData(diagnostic));\r\n return;\r\n default:\r\n Logger.logTrace(loggingCategory, messageText, () => this.getLogMetaData(diagnostic));\r\n }\r\n }\r\n\r\n private getLogMetaData(diagnostic: AnyDiagnostic) {\r\n return { ...diagnostic, ...{ code: diagnostic.code, category: diagnostic.category, diagnosticType: diagnostic.diagnosticType, messageText: undefined, messageArgs: undefined } };\r\n }\r\n}\r\n"]}
1
+ {"version":3,"file":"LoggingDiagnosticReporter.js","sourceRoot":"","sources":["../../../src/Validation/LoggingDiagnosticReporter.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,sDAA6C;AAC7C,6CAAiE;AACjE,6DAAgE;AAEhE,MAAM,eAAe,GAAG,mBAAmB,CAAC;AAE5C;;;GAGG;AACH,MAAa,yBAA0B,SAAQ,6CAAwB;IAC9D,gBAAgB,CAAC,UAAyB,EAAE,WAAmB;QACpE,QAAQ,UAAU,CAAC,QAAQ,EAAE;YAC3B,KAAK,+BAAkB,CAAC,KAAK;gBAC3B,qBAAM,CAAC,QAAQ,CAAC,eAAe,EAAE,WAAW,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC,CAAC;gBACrF,OAAO;YACT,KAAK,+BAAkB,CAAC,OAAO;gBAC7B,qBAAM,CAAC,UAAU,CAAC,eAAe,EAAE,WAAW,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC,CAAC;gBACvF,OAAO;YACT,KAAK,+BAAkB,CAAC,OAAO,CAAC;YAChC,KAAK,+BAAkB,CAAC,UAAU;gBAChC,qBAAM,CAAC,OAAO,CAAC,eAAe,EAAE,WAAW,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC,CAAC;gBACpF,OAAO;YACT;gBACE,qBAAM,CAAC,QAAQ,CAAC,eAAe,EAAE,WAAW,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC,CAAC;SACxF;IACH,CAAC;IAEO,cAAc,CAAC,UAAyB;QAC9C,OAAO,EAAE,GAAG,UAAU,EAAE,GAAG,EAAE,IAAI,EAAE,UAAU,CAAC,IAAI,EAAE,QAAQ,EAAE,UAAU,CAAC,QAAQ,EAAE,cAAc,EAAE,UAAU,CAAC,cAAc,EAAE,WAAW,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,EAAE,EAAE,CAAC;IACnL,CAAC;CACF;AArBD,8DAqBC","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Diagnostic\n */\n\nimport { Logger } from \"@itwin/core-bentley\";\nimport { AnyDiagnostic, DiagnosticCategory } from \"./Diagnostic\";\nimport { FormatDiagnosticReporter } from \"./DiagnosticReporter\";\n\nconst loggingCategory = \"ecschema-metadata\";\n\n/**\n * An [[IDiagnosticReporter]] for logging [[IDiagnostic]] objects.\n * @beta\n */\nexport class LoggingDiagnosticReporter extends FormatDiagnosticReporter {\n public reportDiagnostic(diagnostic: AnyDiagnostic, messageText: string) {\n switch (diagnostic.category) {\n case DiagnosticCategory.Error:\n Logger.logError(loggingCategory, messageText, () => this.getLogMetaData(diagnostic));\n return;\n case DiagnosticCategory.Warning:\n Logger.logWarning(loggingCategory, messageText, () => this.getLogMetaData(diagnostic));\n return;\n case DiagnosticCategory.Message:\n case DiagnosticCategory.Suggestion:\n Logger.logInfo(loggingCategory, messageText, () => this.getLogMetaData(diagnostic));\n return;\n default:\n Logger.logTrace(loggingCategory, messageText, () => this.getLogMetaData(diagnostic));\n }\n }\n\n private getLogMetaData(diagnostic: AnyDiagnostic) {\n return { ...diagnostic, ...{ code: diagnostic.code, category: diagnostic.category, diagnosticType: diagnostic.diagnosticType, messageText: undefined, messageArgs: undefined } };\n }\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"RuleSuppressionSet.js","sourceRoot":"","sources":["../../../src/Validation/RuleSuppressionSet.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Validation\r\n */\r\n\r\nimport { AnyClass, AnyECType, AnyProperty, Constant, CustomAttribute, CustomAttributeClass,\r\n CustomAttributeContainerProps, EntityClass, Enumeration, Format, InvertedUnit, KindOfQuantity, Mixin, Phenomenon,\r\n PropertyCategory, RelationshipClass, RelationshipConstraint, Schema, SchemaItem, StructClass, Unit,\r\n UnitSystem } from \"@itwin/ecschema-metadata\";\r\nimport { AnyDiagnostic } from \"./Diagnostic\";\r\n\r\n/**\r\n * Interface used for all rule suppressions used during schema validation.\r\n * Just telling us whether a rule is suppressed or not.\r\n * @beta\r\n */\r\nexport type ISuppressionRule<T extends AnyECType, U = {}> = (diagnostic: AnyDiagnostic, ecDefinition: T, ...args: U[]) => Promise<boolean>;\r\n\r\n/** @beta */\r\nexport type BaseSuppressionRule<T extends AnyECType, U extends AnyECType> = ISuppressionRule<T, U>;\r\n\r\n/** @internal */\r\nexport type AnyRuleSuppressionMap = IRuleSuppressionMap<AnyECType>;\r\n\r\n/**\r\n * Interface used to represent elements of a rule suppression\r\n * @beta\r\n */\r\nexport interface IRuleSuppressionMap<T extends AnyECType, U = {}> {\r\n ruleCode: string;\r\n rule: ISuppressionRule<T, U>;\r\n}\r\n\r\n/**\r\n * Interface used to represent elements of a rule suppression\r\n * @beta\r\n */\r\nexport interface BaseRuleSuppressionMap<T extends AnyECType, U extends AnyECType> {\r\n ruleCode: string;\r\n rule: BaseSuppressionRule<T, U>;\r\n}\r\n\r\n/**\r\n * Interface used to represent logical collection of [[ISuppressionRule]] instances.\r\n * @beta\r\n */\r\nexport interface IRuleSuppressionSet {\r\n name: string;\r\n schemaRuleSuppressions?: Array<IRuleSuppressionMap<Schema>>;\r\n schemaItemRuleSuppressions?: Array<IRuleSuppressionMap<SchemaItem>>;\r\n classRuleSuppressions?: Array<IRuleSuppressionMap<AnyClass>>;\r\n propertyRuleSuppressions?: Array<IRuleSuppressionMap<AnyProperty>>;\r\n entityRuleSuppressions?: Array<IRuleSuppressionMap<EntityClass>>;\r\n structRuleSuppressions?: Array<IRuleSuppressionMap<StructClass>>;\r\n mixinRuleSuppressions?: Array<IRuleSuppressionMap<Mixin>>;\r\n relationshipRuleSuppressions?: Array<IRuleSuppressionMap<RelationshipClass>>;\r\n relationshipConstraintRuleSuppressions?: Array<IRuleSuppressionMap<RelationshipConstraint>>;\r\n customAttributeRuleSuppressions?: Array<IRuleSuppressionMap<CustomAttributeClass>>;\r\n customAttributeContainerSuppressions?: Array<IRuleSuppressionMap<CustomAttributeContainerProps>>;\r\n customAttributeInstanceSuppressions?: Array<BaseRuleSuppressionMap<CustomAttributeContainerProps, CustomAttribute>>;\r\n enumerationRuleSuppressions?: Array<IRuleSuppressionMap<Enumeration>>;\r\n koqRuleSuppressions?: Array<IRuleSuppressionMap<KindOfQuantity>>;\r\n propertyCategoryRuleSuppressions?: Array<IRuleSuppressionMap<PropertyCategory>>;\r\n formatRuleSuppressions?: Array<IRuleSuppressionMap<Format>>;\r\n unitRuleSuppressions?: Array<IRuleSuppressionMap<Unit>>;\r\n invertedUnitRuleSuppressions?: Array<IRuleSuppressionMap<InvertedUnit>>;\r\n unitSystemRuleSuppressions?: Array<IRuleSuppressionMap<UnitSystem>>;\r\n phenomenonRuleSuppressions?: Array<IRuleSuppressionMap<Phenomenon>>;\r\n constantRuleSuppressions?: Array<IRuleSuppressionMap<Constant>>;\r\n}\r\n"]}
1
+ {"version":3,"file":"RuleSuppressionSet.js","sourceRoot":"","sources":["../../../src/Validation/RuleSuppressionSet.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Validation\n */\n\nimport { AnyClass, AnyECType, AnyProperty, Constant, CustomAttribute, CustomAttributeClass,\n CustomAttributeContainerProps, EntityClass, Enumeration, Format, InvertedUnit, KindOfQuantity, Mixin, Phenomenon,\n PropertyCategory, RelationshipClass, RelationshipConstraint, Schema, SchemaItem, StructClass, Unit,\n UnitSystem } from \"@itwin/ecschema-metadata\";\nimport { AnyDiagnostic } from \"./Diagnostic\";\n\n/**\n * Interface used for all rule suppressions used during schema validation.\n * Just telling us whether a rule is suppressed or not.\n * @beta\n */\nexport type ISuppressionRule<T extends AnyECType, U = {}> = (diagnostic: AnyDiagnostic, ecDefinition: T, ...args: U[]) => Promise<boolean>;\n\n/** @beta */\nexport type BaseSuppressionRule<T extends AnyECType, U extends AnyECType> = ISuppressionRule<T, U>;\n\n/** @internal */\nexport type AnyRuleSuppressionMap = IRuleSuppressionMap<AnyECType>;\n\n/**\n * Interface used to represent elements of a rule suppression\n * @beta\n */\nexport interface IRuleSuppressionMap<T extends AnyECType, U = {}> {\n ruleCode: string;\n rule: ISuppressionRule<T, U>;\n}\n\n/**\n * Interface used to represent elements of a rule suppression\n * @beta\n */\nexport interface BaseRuleSuppressionMap<T extends AnyECType, U extends AnyECType> {\n ruleCode: string;\n rule: BaseSuppressionRule<T, U>;\n}\n\n/**\n * Interface used to represent logical collection of [[ISuppressionRule]] instances.\n * @beta\n */\nexport interface IRuleSuppressionSet {\n name: string;\n schemaRuleSuppressions?: Array<IRuleSuppressionMap<Schema>>;\n schemaItemRuleSuppressions?: Array<IRuleSuppressionMap<SchemaItem>>;\n classRuleSuppressions?: Array<IRuleSuppressionMap<AnyClass>>;\n propertyRuleSuppressions?: Array<IRuleSuppressionMap<AnyProperty>>;\n entityRuleSuppressions?: Array<IRuleSuppressionMap<EntityClass>>;\n structRuleSuppressions?: Array<IRuleSuppressionMap<StructClass>>;\n mixinRuleSuppressions?: Array<IRuleSuppressionMap<Mixin>>;\n relationshipRuleSuppressions?: Array<IRuleSuppressionMap<RelationshipClass>>;\n relationshipConstraintRuleSuppressions?: Array<IRuleSuppressionMap<RelationshipConstraint>>;\n customAttributeRuleSuppressions?: Array<IRuleSuppressionMap<CustomAttributeClass>>;\n customAttributeContainerSuppressions?: Array<IRuleSuppressionMap<CustomAttributeContainerProps>>;\n customAttributeInstanceSuppressions?: Array<BaseRuleSuppressionMap<CustomAttributeContainerProps, CustomAttribute>>;\n enumerationRuleSuppressions?: Array<IRuleSuppressionMap<Enumeration>>;\n koqRuleSuppressions?: Array<IRuleSuppressionMap<KindOfQuantity>>;\n propertyCategoryRuleSuppressions?: Array<IRuleSuppressionMap<PropertyCategory>>;\n formatRuleSuppressions?: Array<IRuleSuppressionMap<Format>>;\n unitRuleSuppressions?: Array<IRuleSuppressionMap<Unit>>;\n invertedUnitRuleSuppressions?: Array<IRuleSuppressionMap<InvertedUnit>>;\n unitSystemRuleSuppressions?: Array<IRuleSuppressionMap<UnitSystem>>;\n phenomenonRuleSuppressions?: Array<IRuleSuppressionMap<Phenomenon>>;\n constantRuleSuppressions?: Array<IRuleSuppressionMap<Constant>>;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"Rules.js","sourceRoot":"","sources":["../../../src/Validation/Rules.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Validation\r\n */\r\n\r\nimport { AnyClass, AnyECType, AnyProperty, Constant, CustomAttribute, CustomAttributeClass,\r\n CustomAttributeContainerProps, EntityClass, Enumeration, Format, InvertedUnit, KindOfQuantity, Mixin, Phenomenon,\r\n PropertyCategory, RelationshipClass, RelationshipConstraint, Schema, SchemaItem, StructClass, Unit,\r\n UnitSystem } from \"@itwin/ecschema-metadata\";\r\nimport { BaseDiagnostic } from \"./Diagnostic\";\r\n\r\n/**\r\n * Interface used for all rule implementations used during schema validation.\r\n * @beta\r\n */\r\nexport type IRule<T extends AnyECType, U = {}> = (ecDefinition: T, ...args: U[]) => AsyncIterable<BaseDiagnostic<T, any[]>>;\r\n\r\n/** @beta */\r\nexport type BaseRule<T extends AnyECType, U extends AnyECType> = IRule<T, U>;\r\n\r\n/**\r\n * Interface used to represent logical collection of [IRule]($ecschema-editing) instances.\r\n * @beta\r\n */\r\nexport interface IRuleSet {\r\n /** The name of the rule set. */\r\n name: string;\r\n\r\n /** A collection of schema names that should be excluded from adhering to the rules defined in this rule set. */\r\n schemaExclusionSet?: string[];\r\n\r\n /** The rules that apply to [Schema]($ecschema-metadata) objects. */\r\n schemaRules?: Array<IRule<Schema>>;\r\n /** The rules that apply to [SchemaItem]($ecschema-metadata) objects. */\r\n schemaItemRules?: Array<IRule<SchemaItem>>;\r\n /** The rules that apply to [ECClass]($ecschema-metadata) objects. */\r\n classRules?: Array<IRule<AnyClass>>;\r\n /** The rules that apply to [Property]($ecschema-metadata) objects. */\r\n propertyRules?: Array<IRule<AnyProperty>>;\r\n /** The rules that apply to [EntityClass]($ecschema-metadata) objects. */\r\n entityClassRules?: Array<IRule<EntityClass>>;\r\n /** The rules that apply to [StructClass]($ecschema-metadata) objects. */\r\n structClassRules?: Array<IRule<StructClass>>;\r\n /** The rules that apply to [Mixin]($ecschema-metadata) objects. */\r\n mixinRules?: Array<IRule<Mixin>>;\r\n /** The rules that apply to [RelationshipClass]($ecschema-metadata) objects. */\r\n relationshipRules?: Array<IRule<RelationshipClass>>;\r\n /** The rules that apply to [RelationshipConstraint]($ecschema-metadata) objects. */\r\n relationshipConstraintRules?: Array<IRule<RelationshipConstraint>>;\r\n /** The rules that apply to [CustomAttributeClass]($ecschema-metadata) objects. */\r\n customAttributeClassRules?: Array<IRule<CustomAttributeClass>>;\r\n /** The rules that apply to [CustomAttributeContainerProps]($ecschema-metadata) objects. */\r\n customAttributeContainerRules?: Array<IRule<CustomAttributeContainerProps>>;\r\n /** The rules that apply to [CustomAttribute]($ecschema-metadata) objects. */\r\n customAttributeInstanceRules?: Array<BaseRule<CustomAttributeContainerProps, CustomAttribute>>;\r\n /** The rules that apply to [Enumeration]($ecschema-metadata) objects. */\r\n enumerationRules?: Array<IRule<Enumeration>>;\r\n /** The rules that apply to [KindOfQuantity]($ecschema-metadata) objects. */\r\n kindOfQuantityRules?: Array<IRule<KindOfQuantity>>;\r\n /** The rules that apply to [PropertyCategory]($ecschema-metadata) objects. */\r\n propertyCategoryRules?: Array<IRule<PropertyCategory>>;\r\n /** The rules that apply to [Format]($ecschema-metadata) objects. */\r\n formatRules?: Array<IRule<Format>>;\r\n /** The rules that apply to [Unit]($ecschema-metadata) objects. */\r\n unitRules?: Array<IRule<Unit>>;\r\n /** The rules that apply to [InvertedUnit]($ecschema-metadata) objects. */\r\n invertedUnitRules?: Array<IRule<InvertedUnit>>;\r\n /** The rules that apply to [UnitSystem]($ecschema-metadata) objects. */\r\n unitSystemRules?: Array<IRule<UnitSystem>>;\r\n /** The rules that apply to [Phenomenon]($ecschema-metadata) objects. */\r\n phenomenonRules?: Array<IRule<Phenomenon>>;\r\n /** The rules that apply to [Constant]($ecschema-metadata) objects. */\r\n constantRules?: Array<IRule<Constant>>;\r\n}\r\n"]}
1
+ {"version":3,"file":"Rules.js","sourceRoot":"","sources":["../../../src/Validation/Rules.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Validation\n */\n\nimport { AnyClass, AnyECType, AnyProperty, Constant, CustomAttribute, CustomAttributeClass,\n CustomAttributeContainerProps, EntityClass, Enumeration, Format, InvertedUnit, KindOfQuantity, Mixin, Phenomenon,\n PropertyCategory, RelationshipClass, RelationshipConstraint, Schema, SchemaItem, StructClass, Unit,\n UnitSystem } from \"@itwin/ecschema-metadata\";\nimport { BaseDiagnostic } from \"./Diagnostic\";\n\n/**\n * Interface used for all rule implementations used during schema validation.\n * @beta\n */\nexport type IRule<T extends AnyECType, U = {}> = (ecDefinition: T, ...args: U[]) => AsyncIterable<BaseDiagnostic<T, any[]>>;\n\n/** @beta */\nexport type BaseRule<T extends AnyECType, U extends AnyECType> = IRule<T, U>;\n\n/**\n * Interface used to represent logical collection of [IRule]($ecschema-editing) instances.\n * @beta\n */\nexport interface IRuleSet {\n /** The name of the rule set. */\n name: string;\n\n /** A collection of schema names that should be excluded from adhering to the rules defined in this rule set. */\n schemaExclusionSet?: string[];\n\n /** The rules that apply to [Schema]($ecschema-metadata) objects. */\n schemaRules?: Array<IRule<Schema>>;\n /** The rules that apply to [SchemaItem]($ecschema-metadata) objects. */\n schemaItemRules?: Array<IRule<SchemaItem>>;\n /** The rules that apply to [ECClass]($ecschema-metadata) objects. */\n classRules?: Array<IRule<AnyClass>>;\n /** The rules that apply to [Property]($ecschema-metadata) objects. */\n propertyRules?: Array<IRule<AnyProperty>>;\n /** The rules that apply to [EntityClass]($ecschema-metadata) objects. */\n entityClassRules?: Array<IRule<EntityClass>>;\n /** The rules that apply to [StructClass]($ecschema-metadata) objects. */\n structClassRules?: Array<IRule<StructClass>>;\n /** The rules that apply to [Mixin]($ecschema-metadata) objects. */\n mixinRules?: Array<IRule<Mixin>>;\n /** The rules that apply to [RelationshipClass]($ecschema-metadata) objects. */\n relationshipRules?: Array<IRule<RelationshipClass>>;\n /** The rules that apply to [RelationshipConstraint]($ecschema-metadata) objects. */\n relationshipConstraintRules?: Array<IRule<RelationshipConstraint>>;\n /** The rules that apply to [CustomAttributeClass]($ecschema-metadata) objects. */\n customAttributeClassRules?: Array<IRule<CustomAttributeClass>>;\n /** The rules that apply to [CustomAttributeContainerProps]($ecschema-metadata) objects. */\n customAttributeContainerRules?: Array<IRule<CustomAttributeContainerProps>>;\n /** The rules that apply to [CustomAttribute]($ecschema-metadata) objects. */\n customAttributeInstanceRules?: Array<BaseRule<CustomAttributeContainerProps, CustomAttribute>>;\n /** The rules that apply to [Enumeration]($ecschema-metadata) objects. */\n enumerationRules?: Array<IRule<Enumeration>>;\n /** The rules that apply to [KindOfQuantity]($ecschema-metadata) objects. */\n kindOfQuantityRules?: Array<IRule<KindOfQuantity>>;\n /** The rules that apply to [PropertyCategory]($ecschema-metadata) objects. */\n propertyCategoryRules?: Array<IRule<PropertyCategory>>;\n /** The rules that apply to [Format]($ecschema-metadata) objects. */\n formatRules?: Array<IRule<Format>>;\n /** The rules that apply to [Unit]($ecschema-metadata) objects. */\n unitRules?: Array<IRule<Unit>>;\n /** The rules that apply to [InvertedUnit]($ecschema-metadata) objects. */\n invertedUnitRules?: Array<IRule<InvertedUnit>>;\n /** The rules that apply to [UnitSystem]($ecschema-metadata) objects. */\n unitSystemRules?: Array<IRule<UnitSystem>>;\n /** The rules that apply to [Phenomenon]($ecschema-metadata) objects. */\n phenomenonRules?: Array<IRule<Phenomenon>>;\n /** The rules that apply to [Constant]($ecschema-metadata) objects. */\n constantRules?: Array<IRule<Constant>>;\n}\n"]}
@@ -151,6 +151,8 @@ export declare class SchemaChanges extends BaseSchemaChanges {
151
151
  private _schemaReferenceDeltas;
152
152
  private _customAttributeChanges;
153
153
  private _classChanges;
154
+ private _entityClassChanges;
155
+ private _relationshipClassChanges;
154
156
  private _schemaItemChanges;
155
157
  private _enumerationChanges;
156
158
  private _kindOfQuantityChanges;
@@ -168,6 +170,10 @@ export declare class SchemaChanges extends BaseSchemaChanges {
168
170
  get customAttributeChanges(): Map<string, CustomAttributeContainerChanges>;
169
171
  /** Gets the ClassChanges Map. */
170
172
  get classChanges(): Map<string, ClassChanges>;
173
+ /** Gets the EntityClassChanges Map. */
174
+ get entityClassChanges(): Map<string, EntityClassChanges>;
175
+ /** Gets the RelationshipClassChanges Map. */
176
+ get relationshipClassChanges(): Map<string, RelationshipClassChanges>;
171
177
  /** Gets the SchemaItemChanges Map. */
172
178
  get schemaItemChanges(): Map<string, SchemaItemChanges>;
173
179
  /** Gets the EnumerationChanges Map. */
@@ -196,6 +202,8 @@ export declare class SchemaChanges extends BaseSchemaChanges {
196
202
  private createChangeFromDiagnostic;
197
203
  private addChangeToSchemaItemMap;
198
204
  private addChangeToClassMap;
205
+ private addChangeToEntityClassMap;
206
+ private addChangeToRelationshipClassMap;
199
207
  private addChangeToEnumerationMap;
200
208
  private addChangeToKOQMap;
201
209
  private addChangeToFormatMap;
@@ -207,7 +215,6 @@ export declare class SchemaChanges extends BaseSchemaChanges {
207
215
  export declare class SchemaItemChanges extends BaseSchemaChanges {
208
216
  private _schemaItemType;
209
217
  private _schemaItemMissing?;
210
- private _customAttributeChanges;
211
218
  /**
212
219
  * Initializes a new SchemaItemChanges instance.
213
220
  * @param schema The Schema containing the change.
@@ -219,8 +226,6 @@ export declare class SchemaItemChanges extends BaseSchemaChanges {
219
226
  get schemaItemType(): SchemaItemType;
220
227
  /** Gets the SchemaItemMissing change. Maybe undefined. */
221
228
  get schemaItemMissing(): SchemaItemMissing | undefined;
222
- /** Gets the Map of CustomAttributeContainerChanges. */
223
- get customAttributeChanges(): Map<string, CustomAttributeContainerChanges>;
224
229
  /**
225
230
  * Adds the change to the appropriate change collection at this level or adds the change
226
231
  * to a Map of child changes will which propagate the change to lower levels.
@@ -236,15 +241,42 @@ export declare class SchemaItemChanges extends BaseSchemaChanges {
236
241
  export declare class ClassChanges extends SchemaItemChanges {
237
242
  private _baseClassDelta?;
238
243
  private _propertyChanges;
239
- private _entityMixinChanges;
240
- private _sourceConstraintChanges;
241
- private _targetConstraintChanges;
244
+ private _customAttributeChanges;
242
245
  /** Gets the BaseClassDelta change. Maybe undefined. */
243
246
  get baseClassDelta(): BaseClassDelta | undefined;
244
247
  /** Gets the PropertyChanges Map. */
245
248
  get propertyChanges(): Map<string, PropertyChanges>;
249
+ /** Gets the Map of CustomAttributeContainerChanges. */
250
+ get customAttributeChanges(): Map<string, CustomAttributeContainerChanges>;
251
+ /**
252
+ * Adds the change to the appropriate change collection at this level or adds the change
253
+ * to a Map of child changes will which propagate the change to lower levels.
254
+ * @param change The ISchemaChange to add.
255
+ */
256
+ addChange(change: ISchemaChange): void;
257
+ }
258
+ /**
259
+ * An ISchemaChanges implementation for managing schema comparison diagnostics at the Class level.
260
+ * @alpha
261
+ */
262
+ export declare class EntityClassChanges extends ClassChanges {
263
+ private _entityMixinChanges;
246
264
  /** Gets the EntityMixinChanges Map. */
247
265
  get entityMixinChanges(): Map<string, EntityMixinChanges>;
266
+ /**
267
+ * Adds the change to the appropriate change collection at this level or adds the change
268
+ * to a Map of child changes will which propagate the change to lower levels.
269
+ * @param change The ISchemaChange to add.
270
+ */
271
+ addChange(change: ISchemaChange): void;
272
+ }
273
+ /**
274
+ * An ISchemaChanges implementation for managing schema comparison diagnostics for RelationshipClasses.
275
+ * @alpha
276
+ */
277
+ export declare class RelationshipClassChanges extends ClassChanges {
278
+ private _sourceConstraintChanges;
279
+ private _targetConstraintChanges;
248
280
  /** Gets the source RelationshipConstraintChanges Map. */
249
281
  get sourceConstraintChanges(): Map<string, RelationshipConstraintChanges>;
250
282
  /** Gets the target RelationshipConstraintChanges Map. */
@@ -1 +1 @@
1
- {"version":3,"file":"SchemaChanges.d.ts","sourceRoot":"","sources":["../../../src/Validation/SchemaChanges.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"SchemaChanges.d.ts","sourceRoot":"","sources":["../../../src/Validation/SchemaChanges.ts"],"names":[],"mappings":"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"}