relation.sct

来自「c#设计模式WithCla」· SCT 代码 · 共 44 行

SCT
44
字号
SCRIPT_NOREPEAT_HEADER_BEGIN
Report Listing Relationship Information
SCRIPT_NOREPEAT_HEADER_END

------------ Relationships for the Source Class INVERSE_RELATION_CLASS--------------------
SELECT_WHEN_ONCE RELATION_TYPE == Generalization [
Generalization - Source Class/Superclass: INVERSE_RELATION_CLASS  Destination Class/Subclass: RELATION_CLASS]
SELECT_WHEN_ONCE RELATION_TYPE == Aggregation [
Aggregation - Source Class/Assembly Class:  INVERSE_RELATION_CLASS  Destination Class/Part Class: RELATION_CLASS ]
SELECT_WHEN_ONCE RELATION_TYPE == Association [
Association - Source Class/Association Class: INVERSE_RELATION_CLASS  Destination Class/Associated Class: RELATION_CLASS ]
SELECT_RESET


-------------Relationship for RELATION_ROLE_NAME-----------------------------------------

Relationship Name: RELATION_ROLE_NAME
Source Class: INVERSE_RELATION_CLASS
Destination Class: RELATION_CLASS      
Relationship Stereotype: RELATION_STEREOTYPE
Relationship Description: RELATION_DESCRIPTION
Source Class Multiplicity: INVERSE_RELATION_CARDINALITY
Source Class Multiplicity Number: INVERSE_RELATION_LENGTH
Destination Class Multiplicity: RELATION_CARDINALITY
Destination Class Multiplicity Number: RELATION_LENGTH

*****One Way Relationship Information from Source INVERSE_RELATION_CLASS to Destination RELATION_CLASS
By Value Strong Aggregation?: RELATION_BYVAL
By Reference Weak Aggregation?: RELATION_BYREF
Static?: RELATION_STATIC        
Friend?: RELATION_FRIEND
Visibility: RELATION_VISIBILITY         
Qualifier: RELATION_QUALIFIER         

**** Inverse Relationship from Destination RELATION_CLASS to Source INVERSE_RELATION_CLASS****************
Inverse By Value Strong Aggregation?: INVERSE_RELATION_BYVAL         
Inverse By Reference Weak Aggregation: INVERSE_RELATION_BYREF  
Inverse Static?: INVERSE_RELATION_STATIC  
Inverse Friend?: INVERSE_RELATION_FRIEND     
Inverse Visibility: INVERSE_RELATION_VISIBILITY   
Inverse Qualifier: INVERSE_RELATION_QUALIFIER  


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?