객체지향 모델에서 사용범위 기능 도입에 관한 연구

Extending Object-Oriented Models with Scoping Constructs

  • 권기항 (현재 동아대학교 컴퓨터공학과) ;
  • 김지승 (경일대학교 산업시스템공학과)
  • 발행 : 1999.06.01

초록

기존의 객체 지향 모델들은 공유와 재사용 측면에서 효율적이지만, 아쉽게도 객체의 사용 범위를 정의할 수 있는 방법이 결여되어 있다. 본 논문에서는 객체의 사용 범위를 정의할 수 있도록 하는 새로운 객체 지향 모델을 정의한다 즉 객체는 필요할 동안만 프로그램 내에 존재하게 된다 따라서 이 모텔에서 현재 사용중인 객체의 집합은 동적으로 변할 수 있고, 필요한 객체들만이 관리된다 우리는 예제들을 통하여 이 모델의 유용성을 보인다.

While object-oriented models are effective in achieving sharing and code reusability, they unfortunately lack a mechanism for giving scope to objects. We propose an object-oriented model in which each object can be given a scope, i.e., an object becomes available only when it is needed. Thus, the set of currently available objects is dynamically changing and only the needed set of objects is maintained in this model. We illustrate the usefulness of this model through some examples.

키워드