Sumesh, Please see my comments inline:
On the Object model, I probably have around 70-80 objects some having
different relationships between them and some are stand-alone. Is there an
easy way to track an object on this huge logical data model?
For eg.
1) If I create my 83rd object and I want to link it with an object that I
created long ago, is there a way to reach the other object easily?
<Vishu>
You could do an Edit->Find to find model elements in a model. Also, there
is an undocumented method called SelectObjectInBrowser that you can use in a
script to select a given class in the browser . I have attached an example
of such a script.
</Vishu>
2) If I need to get the structure of an object (or know the parent object)
from the child object. What is the easiest way? Obviously, scrolling and
finding the object are the
options I use now, but are there any short-cuts, undocumented features
or am I asking for too much...:)
<Vishu>
Drop a class on a diagram, select it and do a Query->Expand Selected
Elements. You can opt to expand to as many levels as you want. This will
bring all classes that are related to this class on to the diagram for you.
Have you used this feature?
</Vishu>
Regards
Vishu
**********
Annamalai "Vishu" Viswanathan -- [EMAIL PROTECTED]
Senior Technical Support Engineer
Rational Customer Service - Committed to Service Excellence
SCP Certified: http://www.rational.com/support/scp.jsp
Rational User Conference 2002.....Freedom to Create!
Call for Papers Now Open at http://www.rational.com/ruc
August 18-22, 2002
Lake Buena Vista, Florida
**********
SelectObjectInBrowser.ebs
Description: Binary data
