#include "UmlActivityAction.h" #include "UmlCom.h" void UmlActivityAction::html() { UmlCom::message(name()); QCString s = sKind(); s.replace(0, 1, s.left(1).upper()); UmlItem::html(s, (UmlDiagram *) associatedDiagram()); fw.write("

Defined in "); parent()->write(); fw.write("

"); fw.write("

Pre Condition :

"); fw.write("

Post Condition :

"); }