Catia V5 4us
Factory
한스
2007. 6. 27. 13:16
A Factory is a special object that contains methods dedicated to object Creation. 팩토리는 오브젝트 생성에 기여하는 메소드를 갖고 있는 특별한 오브젝트이다.
The Factory creates an implementation object and returns an interface object on it. 그 팩토리는 implementation object를 생성하고 그것에 접근하는 interface object 를 반환한다.
The factory minimizes the coupling since the client application doesn't manipulate andy implementation instance
The object creation is centeralize which enables a better object management.
The factory object is instantiated when the application (document, container...) is initialized and retreived through method on it.
The Factory creates an implementation object and returns an interface object on it. 그 팩토리는 implementation object를 생성하고 그것에 접근하는 interface object 를 반환한다.
The factory minimizes the coupling since the client application doesn't manipulate andy implementation instance
The object creation is centeralize which enables a better object management.
The factory object is instantiated when the application (document, container...) is initialized and retreived through method on it.