Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Below is the code i wanted to model

  Class1 = class
  public
     type
       Class2 = class
       type
         Class3 = class
  end;
  end;
    end;

Below is the model RAD Studio IDE generated from the code

I want to edit the inner classes using UML but there is no any options to do that , Even if i drag and drop a new class into an existing class , It resides inside correctly but there is no any proper way to define associations between the inner classes

share|improve this question
is that only one level of Nested class are supported – VRC Nov 9 '11 at 10:52

1 Answer

up vote 5 down vote accepted

Drag and drop class2 and class3 from Model View to diagram. Then you are able to edit the inner classes.

share|improve this answer
1  
thanks , I think my problem is over – VRC Nov 9 '11 at 12:19

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.