Subject |
require |
give to |
be |
relate to |
omit from |
adding and deleting links of associations | several operations but one public operation will be in charge, all others will be private | | complex since there is the need to collaborate with other classes to ensure the bi-directional nature of most associations is maintained properly | | a model because the presence of such responsibilities can largely be inferred from the class diagram |
computing numerical results | several operations but one public operation will be in charge, all others will be private | | | | |
copying, converting, transforming, transmitting or outputting | several operations but one public operation will be in charge, all others will be private | | | | a model because the presence of such responsibilities can largely be inferred from the class diagram |
creating and initializing new instances | several operations but one public operation will be in charge, all others will be private | some other class | | | a model because the presence of such responsibilities can largely be inferred from the class diagram |
destroying instances | collaboration with some other class | | | | from a model because the presence of such responsibilities can largely be inferred from the class diagram |
loading to and saving from persistent storage | several operations but one public operation will be in charge, all others will be private | | | | from a model because the presence of such responsibilities can largely be inferred from the class diagram |
navigating and searching | several operations but one public operation will be in charge, all others will be private | | | | |
responsibility of a class | several operations but one public operation will be in charge, all others will be private | | | all other responsibilities of that class | |
setting and getting values of attributes | several operations but one public operation will be in charge, all others will be private | | | | a model because the presence of such responsibilities can largely be inferred from the class diagram |