umbrello 2.38.4
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
Public Member Functions | |
bool | isValid () const |
< Structure to help determine association rules. | |
Public Attributes | |
Language | language |
language rule applies to | |
Uml::AssociationType::Enum | assoc_type |
association type | |
WidgetBase::WidgetType | widgetA_type |
type of role A widget | |
WidgetBase::WidgetType | widgetB_type |
type of role B widget | |
bool | role |
role text | |
bool | multiplicity |
multiplicity text on association | |
bool | bidirectional |
can have an association of same type going between widget each way | |
bool | self |
association to self | |
Level | level |
UML level. | |
bool AssocRules::Assoc_Rule::isValid | ( | ) | const |
< Structure to help determine association rules.
Uml::AssociationType::Enum AssocRules::Assoc_Rule::assoc_type |
association type
bool AssocRules::Assoc_Rule::bidirectional |
can have an association of same type going between widget each way
Language AssocRules::Assoc_Rule::language |
language rule applies to
Level AssocRules::Assoc_Rule::level |
UML level.
bool AssocRules::Assoc_Rule::multiplicity |
multiplicity text on association
bool AssocRules::Assoc_Rule::role |
role text
bool AssocRules::Assoc_Rule::self |
association to self
WidgetBase::WidgetType AssocRules::Assoc_Rule::widgetA_type |
type of role A widget
WidgetBase::WidgetType AssocRules::Assoc_Rule::widgetB_type |
type of role B widget