Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inherited association is not evaluated #422

Open
olivergrimm opened this issue Nov 17, 2024 · 0 comments
Open

Inherited association is not evaluated #422

olivergrimm opened this issue Nov 17, 2024 · 0 comments

Comments

@olivergrimm
Copy link

Ausgangslage:
Validierungsmodell mit einer Multiplizitätsverschärfung für vererbtes Beziehungsobjekt. {1..} anstatt {0..}:

  TOPIC TopicV EXTENDS ModelA.TopicA =
    DEPENDS ON ModelA.TopicA;

    ASSOCIATION ClassA_ClassB (EXTENDED) =
      ClassA (EXTENDED) -- {1..*} ClassA;
      ClassB (EXTENDED) -- {1..*} ClassB;
    END ClassA_ClassB;

Beobachtet:
Die Verschärfung wird nicht evaluiert, wenn im XTF kein Beziehungsobjekt existiert.
Die Validierung ist in beiden Fällen (Bez.Objekt existiert in Transfer / Bez.Objekt existiert nicht in Transfer) gültig.

sample.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant