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

[dict-fe] support detailization on superset-subset relations #17

Open
0xffff00 opened this issue Dec 24, 2017 · 0 comments
Open

[dict-fe] support detailization on superset-subset relations #17

0xffff00 opened this issue Dec 24, 2017 · 0 comments
Assignees

Comments

@0xffff00
Copy link
Owner

0xffff00 commented Dec 24, 2017

suppose A contains B, B contains C
if we want to describe C, A is too large, and B is more specific and accurate.
so, it is called detailization of A for C

now dict database only has relation 'A ->C' and we want to insert B into it.
expected actions:
del A->C, add A->B, add B->C,
finally, A is not C's direct parent node.

  • every my superset can be detailized to its ESR subset
  • every my definition can be detailized to its ESR subset
  • my ESR subsets can be batch detailized to my ESR subset and non-detailing will be ignored.
  • my ESR instances can be batch detailized to my ESR subset and non-detailing will be ignored.
@0xffff00 0xffff00 changed the title [dict] support detailization on relations [dict-fe] support detailization on superset-subset relations Dec 25, 2017
@0xffff00 0xffff00 self-assigned this Dec 27, 2017
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