umbrello 2.34.70-5524f40e1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Public Member Functions | Public Attributes | List of all members
AssocRules::Assoc_Rule Class Reference
Collaboration diagram for AssocRules::Assoc_Rule:

Public Member Functions

bool isValid () const
 < Structure to help determine association rules. More...
 

Public Attributes

Language language
 language rule applies to More...
 
Uml::AssociationType::Enum assoc_type
 association type More...
 
WidgetBase::WidgetType widgetA_type
 type of role A widget More...
 
WidgetBase::WidgetType widgetB_type
 type of role B widget More...
 
bool role
 role text More...
 
bool multiplicity
 multiplicity text on association More...
 
bool bidirectional
 can have an association of same type going between widget each way More...
 
bool self
 association to self More...
 
Level level
 UML level. More...
 

Member Function Documentation

◆ isValid()

bool AssocRules::Assoc_Rule::isValid ( ) const

< Structure to help determine association rules.

Here is the call graph for this function:

Member Data Documentation

◆ assoc_type

Uml::AssociationType::Enum AssocRules::Assoc_Rule::assoc_type

association type

◆ bidirectional

bool AssocRules::Assoc_Rule::bidirectional

can have an association of same type going between widget each way

◆ language

Language AssocRules::Assoc_Rule::language

language rule applies to

◆ level

Level AssocRules::Assoc_Rule::level

UML level.

◆ multiplicity

bool AssocRules::Assoc_Rule::multiplicity

multiplicity text on association

◆ role

bool AssocRules::Assoc_Rule::role

role text

◆ self

bool AssocRules::Assoc_Rule::self

association to self

◆ widgetA_type

WidgetBase::WidgetType AssocRules::Assoc_Rule::widgetA_type

type of role A widget

◆ widgetB_type

WidgetBase::WidgetType AssocRules::Assoc_Rule::widgetB_type

type of role B widget


The documentation for this class was generated from the following files: