Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Role played by another role #35

Open
BFergerson opened this issue Jun 23, 2018 · 0 comments
Open

Role played by another role #35

BFergerson opened this issue Jun 23, 2018 · 0 comments

Comments

@BFergerson
Copy link
Owner

BFergerson commented Jun 23, 2018

Thinks role (has_defines/is_defines) isn't played but it's played by another role extending it:

defines is-abstract sub relationship
    relates has_defines, relates is_defines
    has create_date
    has start_offset
    has end_offset;
has_defines sub role;
is_defines sub role;

defines_file sub defines
    relates has_defines_file, relates is_defines_file;
has_defines_file sub has_defines;
is_defines_file sub is_defines;

defines_function sub defines
    relates has_defines_function, relates is_defines_function;
has_defines_function sub has_defines;
is_defines_function sub is_defines;
@BFergerson BFergerson self-assigned this Jun 23, 2018
@BFergerson BFergerson removed their assignment Dec 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant