metamodel_as_verifier.txt 1.2 KB

123456789101112131415161718192021222324252627282930
  1. Decompose as connected graph of metamodel objects?
  2. Verification of objects in model requires both object-based and instance-based
  3. verification.
  4. - object-based will assume one instance of the object.
  5. - object-based doesn't need to follow chains into process models.
  6. Since subtyping doesn't use referential attributes, these connections will have
  7. their own explicit category. Connected graph should align.
  8. Objects can be end-of-chain, never-end-of-chain, possibly-end-of-chain, and
  9. middle-of-chain.
  10. Identifier chain is always a loop.
  11. Active and Passive perspectives are the relationship phrases. Must have both.
  12. Object-based will check if referential is on right side
  13. - pair instance(s) and relationship to multiplicity and conditional
  14. information. i.e., collect relationship end information.
  15. - collect referential attribute for relationship and attached instance.
  16. - run against where-to-put-referential rules.
  17. How to 'collect and verify'?
  18. - generate templates from metamodel as bridges where every required
  19. parameter needs to have a value. (Does this require externally published
  20. user data types?)
  21. - verification would require collecting the elements from the model editor
  22. in a metamodel buildable order.