Skip to content

Missing notation for relation entities that are the domain/range of some other relation entity. #24

Description

@NicolasRouquette

Here is an example:

concept A

concept B

relation entity C [
  from A
  to B
  forward c
]

concept D

relation entity E [
  from C
  to D
  forward e
]

With Rosetta 1.0.6, the above produces a diagram like this:

image

This diagram is incomplete as it lacks relation entity E. More specifically, relation entity C should be displayed as a box instead of a line so that it should be the source/target of other relation entities like E.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions