• 제목/요약/키워드: Object-Oriented Paradigm System

검색결과 92건 처리시간 0.021초

Development of Flexible Manufacturing System using Virtual Manufacturing Paradigm

  • Kim, Sung-Chung;Park, Kyung-Hyun
    • International Journal of Precision Engineering and Manufacturing
    • /
    • 제1권1호
    • /
    • pp.84-90
    • /
    • 2000
  • The importance of Virtual Manufacturing System is increasing in the area of developing new manufacturing processes, implementing automated workcells, designing plant facility layouts and workplace ergonomics. Virtual manufacturing system is a computer system that can generate the same information about manufacturing system structure, states, and behaviors as is observed in a real manufacturing. In this research, a virtual manufacturing system for flexible manufacturing cells (VFMC), (which is a useful tool for building Computer Integrated Manufacturing (CIM), has been developed using object-oriented paradigm, and implemented with software QUEST/IGRIP. Three object models used in the system are the product model, the facility model, and the process model. The concrete behaviors of a flexible manufacturing cell are re[presented by the task-oriented description diagram, TIC. An example simulation is executed to evaluate applicability of the developed models, and to prove the potential value of virtual manufacturing paradigm.

  • PDF

VHDL 설계 데이터베이스 구현 방법의 비교 연구 (A Comparative Study on Methods for Implementing VHDL Design Database)

  • 최승욱;최기영
    • 전자공학회논문지B
    • /
    • 제32B권7호
    • /
    • pp.966-973
    • /
    • 1995
  • In this paper, we compare several methods for implementing a VHDL design database through a case study on VHDL tool development system. We implemented three versions of the VHDL design database which the VHDL tool development system is based on. The first version was coded in the C programming language following value-oriented paradigm. The second one was coded in the C++ programming language following object-oriented paradigm. The third one was implemented using an existing object-oriented database. Based on our experience, we present quantitatively the pros and cons of each implementation method. The value-oriented version was most difficult to implement but showed good performance. Compared to the value- oriented version, the C++ version was twice as easy to implement and showed about the same performance. Using an existing object-oriented database allowed easiest implementation but resulted in a 1.5 to 6 times slower version.

  • PDF

객체지향 시스템에서 간접 의존성을 포함한 결합도 메트릭 (Coupling Metrics Including Indirect Dependency for Object-Oriented Systems)

  • 유문성
    • 디지털산업정보학회논문지
    • /
    • 제7권3호
    • /
    • pp.37-42
    • /
    • 2011
  • Nowadays software developers are moving from conventional software process technologies to the object-oriented paradigm. To develope the object-oriented softwares efficiently, various software metrics have been suggested. Coupling refers to the degree of independence between components of the system. It has long been well known that good software practice calls for minimizing coupling interaction. Many researches have been studied coupling metrics of the object- oriented systems. We review Chidamber and Kemerer's work & Li's work. In this paper, we study the coupling of the overall structures of object-oriented systems by analyzing the class diagram of UML. We propose four coupling metrics for object-oriented softwares. First, we use an established coupling metric for object- oriented systems as a basic coupling metric. Then we modify the basic coupling metric by including indirect coupling between classes, We also suggest two relative coupling metrics to measure coupling between subsystems. We investigate the theoretical soundness of the proposed metrics by the axioms of Briand et al. Finally, we apply the presented metrics to a practical case study. This coupling metric will be helpful to the software developers for their designing tasks by evaluating the coupling metric of the structures of object-oriented system and redesigning tasks of the system.

다중로보트의 동작결정을 위한 시뮬레이터 구성 (Construction of simulator for cooperative multi-robot motions)

  • 김정찬;김진걸
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 1992년도 한국자동제어학술회의논문집(국내학술편); KOEX, Seoul; 19-21 Oct. 1992
    • /
    • pp.332-336
    • /
    • 1992
  • We describe about the graphic simulation system which supports the determination of efficient multi-robot motions during cooperation. For the construction of the simulation software for multi-robot motions, two problems are presented. First problem is that all the robot motions must be determinded using both the desired object motions and the holonomic constraints with the object. To find the robot motions combined with the various object motion path, the robot motions are derived from the desired object path instead of a master robot path. Therefore robot motions can be easily modifiable with the various object motions. This type of motion determination is different from that of the master-slaves method using the master robot motions. The other is that the developments of robot application softwares need a heavy cost when the participated robots or the tasks given to the robots are changed. Based on object-oriented programming paradigm, we present useful software objects describing robot application programming environment. The object-oriented programming paradigm increases the software reusability, reliability, and extensibility, and also provides the structual concepts to cope with the various demands of robot application programming.

  • PDF

유한요소 구조해석 프로그램의 전후처리 통합 운영 시스템을 위한 객체지향적 모델 (Object-Oriented Models for Integrated Processing System of Finite Element Structural Analysis Program)

  • 서진국;송준엽;신영식;권영봉
    • 한국전산구조공학회:학술대회논문집
    • /
    • 한국전산구조공학회 1994년도 가을 학술발표회 논문집
    • /
    • pp.17-24
    • /
    • 1994
  • The pre- and post-processor for finite element structural analysis considering the user-friendly device are developed by using GUI. These can be used on WINDOWS' environment which is realized the multi-tasking and the concurrency by object-oriented paradigm. They are designed to control integratedly the pre-processing, execution and the post-processing of the finite element structural analysis program on multiple windows. These object-oriented modeling approach can be used for complex integrated engineering systems.

  • PDF

절차중심 시스템으로부터 객체추출 방법 및 도구개발에 관한 연구 (A Study on the Method and Tool Development for Extracting Objects from Procedure-oriented System)

  • 김정종;손창민
    • 한국정보처리학회논문지
    • /
    • 제5권3호
    • /
    • pp.649-661
    • /
    • 1998
  • 객체지향 패러다임을 적용한 시스템으로 재개발한다면 재사용을 통한 소프트웨어 생산성 향상을 이룰 수 있고, 유지보수 비용을 절감할 수 있게 된다. 절차중심의 시스템을 객체지향 패러다임을 적용한 형태로 변환시킬 때 특히 코드에서 자동 혹은 반자동으로 객체를 추출하고자 하는 기법들이 많이 연구되고 있다. 그러나 이들 방법에서는 개념적인 객체의 추출이 용이하지 않다. 따라서 추출되는 객체의 개념적 무결성이 떨어지는 문제가 발생한다. 본 논문에서는 절차중심으로 개발된 프로그램을 객체지향 시스템으로 바꾸려고 할 때 발생되는 문제점중의 하나인 객체추출 방법 및 툴에 대해 논한다. 원시 코드 및 설계 복구 정보를 입력받은 후 먼저 실세계의 응용영역에 대한 객체 모델링을 이용하여 객체를 추출한다. 그리고, 코드의 기능, 코드의 전역변수 및 인터페이스를 분석하여 객체를 추출하므로써 객체의 개념적 무결성을 높이며, 클래스 계층구조의 구축을 용이하게 한다.

  • PDF

Smalltalk 패러다임을 이용한 객체지향 시뮬레이션기반 전문가시스템 (Object-Oriented Simulation-Based Expert System Using a Smalltalk Paradigm)

  • 김선욱;양문희
    • 산업경영시스템학회지
    • /
    • 제24권66호
    • /
    • pp.1-10
    • /
    • 2001
  • Simulation-Based Expert System(SIMBES) is a very effective tool to solve complex antral hard problems. The SIMBES model includes a simulator, a feature extractor, a machine learning system, a performance evaluator, and a Knowledge-Based Expert System(KBES). Since SIMBES depends on Problem domains, a schedule-based material requirements planning problem, which is NP-hard, was selected to exemplify the SIMBES model. To implement the SIMBES application in Smalltalk paradigm, a system class hierarchy was constructed. The hierarchy consists of five large classes such as Job Generator, Job Scheduler, Job Evaluator, Inference Engine, and Executive System. Several classes inside these classes were identified. Additionally, instance protocols about all classes have been described in terms of messages and pseudo methods. These protocols can be implemented easily by any other object-oriented languages. Furthermore, these results may be used as a skeletal system to develop a new SIMBES efficiently, especially when the application is related to other scheduling problems.

  • PDF

UML을 이용한 화상 대화 시스템의 설계 (A Design of Video Conversation System Using the UML)

  • 장재명;김윤호
    • 한국정보통신학회논문지
    • /
    • 제9권3호
    • /
    • pp.561-569
    • /
    • 2005
  • 현재 소프트웨어 개발의 주요한 패러다임인 객체지향 설계를 많은 시스템들이 채택하고 있으나, 화상 대화를 대상으로 한 연구들에서 본격적인 객체지향 설계의 적용은 그리 많지 않은 실정이다. 따라서 본 논문에서는 화상 대화 시스템에 대한 객체지향 설계를 위한 UML을 이용한 체계적인 아키텍처의 설계를 제시한다. 화상 대화 시스템에 대하여 체계적인 기능/비기능적 요구사항을 포착하고, '4+1 View Model'을 적용하여 객체지향 설계를 함으로써, 컴포넌트들은 재사용성을 담보하며, 이후 필요에 따라 컴포넌트들을 추가하여 시스템을 확장하는 것이 가능하다. 또한, 본 논문에서 설계한 화상 대화 애플리케이션의 컴포넌트들은 다른 여러 화상 대화 시스템에 활용 가능하며, 웹 환경에서의 서비스로도 확장될 것으로 기대된다.

$Java^TM$ 언어를 이용한 객체 지향 유한 요소 해석 프로그램의 개발 (Development of an Object-Oriented Finite Element Analysis Program Using J$Java^TM$)

  • 이정재;이호재
    • 한국농공학회지
    • /
    • 제40권2호
    • /
    • pp.130-139
    • /
    • 1998
  • The finite element analysis program should be prepared to deal with many of newly arising engineering problems. The sequential structured programming technique does not make a finite element method so flexible. So far, the object oriented programming technique was studied as an alternative programming paradigm. However, most of the research were in the state of the evaluation of the possibility and the applicability of the object oriented method for a finite element program. In this study, a practical object oriented finite element analysis program, OOFE_ JAVA was developed and the result of the analysis on a rectangular clamped plate was shown. The objects which compose the OOFE_JAVA were applied to several engineering problem without any modification and it was concluded that the object oriented technique was appropriate for the development of a complex and large engineering system. And a virtual machine which Java language is using can be loaded on any kinds of computer which has java interpreter regardless of the platform on which the OOFE_JAVA was developed.

  • PDF

분산 객체 시스템의 현찰과 기술 전망 (On the Current Status and Future Trend of Distributed Object System)

  • 윤석환;김평중
    • 기술사
    • /
    • 제30권2호
    • /
    • pp.79-86
    • /
    • 1997
  • As network has high speed and wide communication capability, users demand diverse and new software to satisfy their needs. To meet users needs, the softwares for multimedia or groupware or distributed virtual environments can communicate the widely distributed information fast and accurately. Even though the technology for this is under development, it is deficient to support the reliable computer communication. Distributed Object System aims, as the new paradigm of distributed system software development to overcome this problem, to obtain in distributed environment the easiness of development and management, expandability, reusability which object oriented technologies support by solving the complexity of communication processing through the object oriented methods. This paper aims to introduce distributed object system, its technological properties and the current status and trend of technology development related to its standardization. Additionally, with explaining the Replicated Shared Object System(RSOS) which is developed in our country as one of the distributed object systems, its future prospects and technical issues are discussed.

  • PDF