Is there option to show attributes of operations in Rational Software Architect?
I'm fairly new to Rational Software Architect and it annoys the hell out of me that I can't see attributes of operations (methods) in UML diagrams. If I add method called get()
with attributes att1
and att2
, I'd like to see get(In att1, In att2)
on diagram.
Is there a possibility to show this by default?
uml rational-rsa
add a comment |
I'm fairly new to Rational Software Architect and it annoys the hell out of me that I can't see attributes of operations (methods) in UML diagrams. If I add method called get()
with attributes att1
and att2
, I'd like to see get(In att1, In att2)
on diagram.
Is there a possibility to show this by default?
uml rational-rsa
add a comment |
I'm fairly new to Rational Software Architect and it annoys the hell out of me that I can't see attributes of operations (methods) in UML diagrams. If I add method called get()
with attributes att1
and att2
, I'd like to see get(In att1, In att2)
on diagram.
Is there a possibility to show this by default?
uml rational-rsa
I'm fairly new to Rational Software Architect and it annoys the hell out of me that I can't see attributes of operations (methods) in UML diagrams. If I add method called get()
with attributes att1
and att2
, I'd like to see get(In att1, In att2)
on diagram.
Is there a possibility to show this by default?
uml rational-rsa
uml rational-rsa
edited Nov 22 '18 at 14:06
Sneftel
23.7k64278
23.7k64278
asked Feb 1 '11 at 18:43
Ondrej SlintákOndrej Slinták
22.2k1883123
22.2k1883123
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Click on the class diagram background and then use the show hide compartment option. You have attributes and methods compartments which need to selected in order to be displayed graphically.
It worked pretty well last time I evaluated the Rational tools.
I'm talking about attributes of operations (aka methods) tho. So if I add method called get() with attributes att1 and att2, I'd like to see get(In att1, In att2) on diagram.
– Ondrej Slinták
Feb 7 '11 at 9:27
It also work well if I remember. I did the test. Try the class diagram contextual menu (e.g. click on the class diagram background and be sure that no element are selected at the time of the click by the mouse otherwise it would be another menu) and try preferences or filter submenu.
– UML GURU
Feb 7 '11 at 14:10
add a comment |
Right click on a class -> "Filters" -> "Show Signature".
Thanks Sannidhi - this worked very nicely for me in 8.0.2.
– Robert
Sep 27 '11 at 15:14
Lovely; with RSA 9.1 ... there is no "Show Signature" any more.
– GhostCat
May 6 '15 at 8:48
But you can right click on a class instead of a diagram, and then you have it. But only for this class.
– Arek
Jun 10 '16 at 8:56
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f4866609%2fis-there-option-to-show-attributes-of-operations-in-rational-software-architect%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Click on the class diagram background and then use the show hide compartment option. You have attributes and methods compartments which need to selected in order to be displayed graphically.
It worked pretty well last time I evaluated the Rational tools.
I'm talking about attributes of operations (aka methods) tho. So if I add method called get() with attributes att1 and att2, I'd like to see get(In att1, In att2) on diagram.
– Ondrej Slinták
Feb 7 '11 at 9:27
It also work well if I remember. I did the test. Try the class diagram contextual menu (e.g. click on the class diagram background and be sure that no element are selected at the time of the click by the mouse otherwise it would be another menu) and try preferences or filter submenu.
– UML GURU
Feb 7 '11 at 14:10
add a comment |
Click on the class diagram background and then use the show hide compartment option. You have attributes and methods compartments which need to selected in order to be displayed graphically.
It worked pretty well last time I evaluated the Rational tools.
I'm talking about attributes of operations (aka methods) tho. So if I add method called get() with attributes att1 and att2, I'd like to see get(In att1, In att2) on diagram.
– Ondrej Slinták
Feb 7 '11 at 9:27
It also work well if I remember. I did the test. Try the class diagram contextual menu (e.g. click on the class diagram background and be sure that no element are selected at the time of the click by the mouse otherwise it would be another menu) and try preferences or filter submenu.
– UML GURU
Feb 7 '11 at 14:10
add a comment |
Click on the class diagram background and then use the show hide compartment option. You have attributes and methods compartments which need to selected in order to be displayed graphically.
It worked pretty well last time I evaluated the Rational tools.
Click on the class diagram background and then use the show hide compartment option. You have attributes and methods compartments which need to selected in order to be displayed graphically.
It worked pretty well last time I evaluated the Rational tools.
answered Feb 3 '11 at 10:10
UML GURUUML GURU
1,479197
1,479197
I'm talking about attributes of operations (aka methods) tho. So if I add method called get() with attributes att1 and att2, I'd like to see get(In att1, In att2) on diagram.
– Ondrej Slinták
Feb 7 '11 at 9:27
It also work well if I remember. I did the test. Try the class diagram contextual menu (e.g. click on the class diagram background and be sure that no element are selected at the time of the click by the mouse otherwise it would be another menu) and try preferences or filter submenu.
– UML GURU
Feb 7 '11 at 14:10
add a comment |
I'm talking about attributes of operations (aka methods) tho. So if I add method called get() with attributes att1 and att2, I'd like to see get(In att1, In att2) on diagram.
– Ondrej Slinták
Feb 7 '11 at 9:27
It also work well if I remember. I did the test. Try the class diagram contextual menu (e.g. click on the class diagram background and be sure that no element are selected at the time of the click by the mouse otherwise it would be another menu) and try preferences or filter submenu.
– UML GURU
Feb 7 '11 at 14:10
I'm talking about attributes of operations (aka methods) tho. So if I add method called get() with attributes att1 and att2, I'd like to see get(In att1, In att2) on diagram.
– Ondrej Slinták
Feb 7 '11 at 9:27
I'm talking about attributes of operations (aka methods) tho. So if I add method called get() with attributes att1 and att2, I'd like to see get(In att1, In att2) on diagram.
– Ondrej Slinták
Feb 7 '11 at 9:27
It also work well if I remember. I did the test. Try the class diagram contextual menu (e.g. click on the class diagram background and be sure that no element are selected at the time of the click by the mouse otherwise it would be another menu) and try preferences or filter submenu.
– UML GURU
Feb 7 '11 at 14:10
It also work well if I remember. I did the test. Try the class diagram contextual menu (e.g. click on the class diagram background and be sure that no element are selected at the time of the click by the mouse otherwise it would be another menu) and try preferences or filter submenu.
– UML GURU
Feb 7 '11 at 14:10
add a comment |
Right click on a class -> "Filters" -> "Show Signature".
Thanks Sannidhi - this worked very nicely for me in 8.0.2.
– Robert
Sep 27 '11 at 15:14
Lovely; with RSA 9.1 ... there is no "Show Signature" any more.
– GhostCat
May 6 '15 at 8:48
But you can right click on a class instead of a diagram, and then you have it. But only for this class.
– Arek
Jun 10 '16 at 8:56
add a comment |
Right click on a class -> "Filters" -> "Show Signature".
Thanks Sannidhi - this worked very nicely for me in 8.0.2.
– Robert
Sep 27 '11 at 15:14
Lovely; with RSA 9.1 ... there is no "Show Signature" any more.
– GhostCat
May 6 '15 at 8:48
But you can right click on a class instead of a diagram, and then you have it. But only for this class.
– Arek
Jun 10 '16 at 8:56
add a comment |
Right click on a class -> "Filters" -> "Show Signature".
Right click on a class -> "Filters" -> "Show Signature".
answered Mar 17 '11 at 10:46
lupchiazoemlupchiazoem
5,87442736
5,87442736
Thanks Sannidhi - this worked very nicely for me in 8.0.2.
– Robert
Sep 27 '11 at 15:14
Lovely; with RSA 9.1 ... there is no "Show Signature" any more.
– GhostCat
May 6 '15 at 8:48
But you can right click on a class instead of a diagram, and then you have it. But only for this class.
– Arek
Jun 10 '16 at 8:56
add a comment |
Thanks Sannidhi - this worked very nicely for me in 8.0.2.
– Robert
Sep 27 '11 at 15:14
Lovely; with RSA 9.1 ... there is no "Show Signature" any more.
– GhostCat
May 6 '15 at 8:48
But you can right click on a class instead of a diagram, and then you have it. But only for this class.
– Arek
Jun 10 '16 at 8:56
Thanks Sannidhi - this worked very nicely for me in 8.0.2.
– Robert
Sep 27 '11 at 15:14
Thanks Sannidhi - this worked very nicely for me in 8.0.2.
– Robert
Sep 27 '11 at 15:14
Lovely; with RSA 9.1 ... there is no "Show Signature" any more.
– GhostCat
May 6 '15 at 8:48
Lovely; with RSA 9.1 ... there is no "Show Signature" any more.
– GhostCat
May 6 '15 at 8:48
But you can right click on a class instead of a diagram, and then you have it. But only for this class.
– Arek
Jun 10 '16 at 8:56
But you can right click on a class instead of a diagram, and then you have it. But only for this class.
– Arek
Jun 10 '16 at 8:56
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f4866609%2fis-there-option-to-show-attributes-of-operations-in-rational-software-architect%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown