Description: Builder design pattern model. In some cases, a complex object has some important properties, they do not have the appropriate value in the former,
Object can not be used as a complete product. In some cases, some properties of an object must be assigned only interested in a particular order
Meaning. These circumstances make it very nature involves the construction of complex business logic. Construction of models using a directed and specific builders who object to the
One by one as to make all the parts, thus the construction of a complete product object. Model Builder product structure and product of the construction process
Hidden on the client, the command of the responsibility of the construction process and the specific responsibilities of the construction of separate parts are to achieve the division of responsibilities and sealed
The purpose of loading
To Search:
File list (Check if you may need any files):
Builder\.classpath
.......\.project
.......\Builder\BusBuilder.class
.......\.......\BusBuilder.java
.......\.......\Car.class
.......\.......\Car.java
.......\.......\CarBuilder.class
.......\.......\CarBuilder.java
.......\.......\CarDirector.class
.......\.......\CarDirector.java
.......\.......\Client.class
.......\.......\Client.java
.......\.......\JeepBuilder.class
.......\.......\JeepBuilder.java
.......\.......\TruckBuilder.class
.......\.......\TruckBuilder.java
.......\Builder
Builder