umbrello  2.38.5
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

bool AssocRules::Assoc_Rule::isValid ( ) const

< Structure to help determine association rules.

Here is the call graph for this function:

Member Data Documentation

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


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