I'm drawing the class diagram in TJB6.1 .
The code below is generated automatically when I drag the link called
'Generalization/Implementation'
from 'Class1' to 'IDataAccessObject'
public interface IDataAccessObject {
String GetData();
}
public class Class1 implements IDataAccessObject {
}
My question is why TJB doesn't generate the method 'GetData()' in
'Class1' for me ?
your help is
"leon" <leon...@163.com> wrote in message
news:40f8a5bf$1...@newsgroups.borland.com...
This function is automatically occurred in visio 2002. it's very convenient
"ElenaA" <Elena.A...@borland.com> wrote in message
news:40fb882b$1...@newsgroups.borland.com...