feat: +source -> use case -> sequence view

This commit is contained in:
莘权 马 2024-01-26 19:39:06 +08:00
parent 633c772529
commit 67bf89996b
5 changed files with 251 additions and 206 deletions

View file

@ -37,8 +37,10 @@ class GraphKeyword:
HAS_PAGE_INFO = "has_page_info"
HAS_CLASS_VIEW = "has_class_view"
HAS_SEQUENCE_VIEW = "has_sequence_view"
HAS_CLASS_USE_CASE = "has_class_use_case"
IS_COMPOSITE_OF = "is_composite_of"
IS_AGGREGATE_OF = "is_aggregate_of"
HAS_PARTICIPANT = "has_participant"
class SPO(BaseModel):