Ravi Teja wrote:
(snip)
>>>More theoretical question is if I create classes on the fly, how UML can
> 
> reflect that?
> 
> "On the fly" usually means "at runtime". I guess you mean if you
> "change code" will my diagram stay in sync?.

Nope, the OP really meant "on the fly", as in "at runtime". In python,
it is possible to create new classes at runtime. Remember,
everything-is-an-object implies that classes are objects too.

-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in '[EMAIL PROTECTED]'.split('@')])"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to