name = new String(da.readLine().getBytes("ISO8859-1"));
}
catch (IOException ex) { }
}
/**
* @roseuid 3E9937BC0008
*/
public static void main(String [] args) {
HelloWorld hh=new HelloWorld();
hh.say();
}
/**
* @roseuid 3E9937D30318
*/
public void say()
{
System.out.println(this.hi+name);
}
}
在Jbuilder环境下修改代码以后,选择ToolsàRational Rose Update Model,可以反向更新在Rational Rose环境下的UML类图。 在上述这个非常小的例子中,我们可以看到软件的开发过程为:设计――代码――设计,设计与代码是双向自动更新的,这种设计方法符合开发人员的思维,对软件的源码维护也十分直观,是一种高效的软件开发方法。
文章来源于领测软件测试网 https://www.ltesting.net/