• Title/Summary/Keyword: 객체지향 개발 방법

Search Result 438, Processing Time 0.033 seconds

Design of 3D GIS Supporting Complex Features (복합 피쳐 지원 3차원 GIS의 설계)

  • Kim, Kyong-Ho;Choe, Sung-Kul;Lee, Jong-Hun;Yang, Young-Kyu
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2000.10b
    • /
    • pp.1309-1312
    • /
    • 2000
  • 컴포넌트를 기반으로 하는 소프트웨어 개발 방법론은 시스템의 규모가 크고 구성이 복잡한 지리정보 시스템에 효율적으로 적응될 수 있다. 이것은 특히 개방형 GIS를 위한 설계와 구현 방법에도 이용되고 있다. 본 논문에서는 복합 피쳐를 지원하는 3차원 지리정보시스템의 컴포넌트 기반 설계 사례에 대해 설명한다. 본 논문에서 제안한 시스템은 OpenGIS 규격과의 호환성을 고려하고 복합 피쳐 및 복합 지리요소를 지원하며 객체 지향 분석 설계 방법론을 이용하여 설계되었다. 본 시스템은 3차원 지리요소의 모델링, 가시화, 공간분석 기능과 4차원 공간 데이터에 대한 질의 기능을 포함하고 있다. 향 후 복잡한 도심 건물 지역을 대상으로 층별 시공간 관리 분석 시스템 등으로 응용될 전망이다.

  • PDF

Cohesion and Coupling Metrics for Component Design Model (컴포넌트 설계에 대한 응집도와 결합도 메트릭스)

  • Ko, Byung-Sun;Park, Jai-Nyun
    • The KIPS Transactions:PartD
    • /
    • v.10D no.5
    • /
    • pp.745-752
    • /
    • 2003
  • The component-based development methodology becomes famous as the reuse technology for independence and productivity of software development It is necessary component metrics for component-based systems, because It should be measurable to improve the quality of the software. Hence, in this paper, we propose component cohesion and coupling metrics which is reflected in characteristics of component. The operation use value is calculated by the information of classes interface commonly uses to offer the component's service. And, the operation similarity value is calculated by the operations use value. Component cohesion and coupling is calculated by the operation similarity and based of the information which is extracted in the analysis phase. And, we examine the necessity of component metrics in comparison with object-oriented metrics.

Design of Middleware for Face Recognition based on WIPI Platform (WIPI 플랫폼 기반 얼굴인식 미들웨어 설계)

  • Bae, Kyoung-Yul
    • Journal of Intelligence and Information Systems
    • /
    • v.11 no.3
    • /
    • pp.117-127
    • /
    • 2005
  • Proportionately with a rapid development of mobile instrument technology, the number of mobile contents utilizing computing environment's graphic technology or image processing is increasing. In this paper, I designed a middleware which supports facial detection and recognition system based WIPI(Wireless Internet Platform for Interoperability), the Korean standard mobile platform. The facial recognition middleware introduced the object oriented concepts, to apply to recognition security and other contents by using mobile camera. This can reduce the development time and cost by dividing process while developing software. Therefore, it would be applied to content security or technology transfer with other company. Facial recognition middleware system is composed of face detection module and face recognition module, and proposes the application contents design method based on WIPI platform.

  • PDF

A Study on Structured of KOMPSAT-3 Automated Mission Planning System (K3 임무계획 자동화 시스템 구조화 방안 연구)

  • Jang, Yoon-Jeong;Park, Sun-Ju;Chae, Tae-Byung;Ahn, Sang-ill
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2015.10a
    • /
    • pp.936-939
    • /
    • 2015
  • 현재 우리나라의 대표적인 저궤도실용위성 시리즈인 '다목적실용위성'은 K2, K3, K5, K3A(2호, 3호, 5호, 3A호) 이렇게 총 네 가지로 구성되어 있다. 본 논문에서는 한국항공우주연구원에서 운영하는 다목적실용위성 K3인 일상 임무계획(Mission Planning)의 모듈 자동화 시스템 개발에 대한 내용을 다뤘다. 그중에서도, 일상적으로 반복 수행되는 K3 임무계획 업무 중에서 수동 작업을 자동화하기 위해 객체지향 CBD 개발 방법론을 토대로 C#을 이용한 자동화 시스템을 구조화 시키는 방안에 대해 주력하였다. 그 결과로 자동화 개념 정립을 위한 Feasibility Study를 수행할 것이다. 이를 다목적실용위성 K3 임무계획 중 일상적인 임무계획에 한하여 제한적으로 적용할 수 있을 것으로 기대하며, 이는 나아가 본 선행연구 결과물을 이용하여 K3 임무계획 자동화시스템에 적용에 적극 활용될 수 있을 것이다.

Design of Bytecode Optimization Framework (바이트코드 최적화 프레임워크의 설계)

  • Kim, Young-Kook;Kim, Kyung-Soo;Kim, Ki-Tae;Jo, Sun-Moon;Yoo, Weon-Hee
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2004.05a
    • /
    • pp.297-300
    • /
    • 2004
  • 자바는 객체지향 언어이고 바이트코드로 번역 이후에는 플랫폼에 독립적으로 가상머신에 의해 실행될 수 있기 때문에 소프트웨어 개발과 유지보수에 많은 장점을 갖는다. 이러한 특징으로 인해 플랫폼에 독립적인 소프트웨어 개발에는 자바가 많이 이용된다. 그러나 바이트코드로 작성된 프로그램은 가상기계에서 인터프리터 방식으로 수행된다. 때문에 프로그램의 실행속도가 느리게 실행되는 문제점을 가지고 있다. 실행속도의 문제점을 해결하기 위한 여러 가지 방법들이 연구가 진행중이다. 본 논문은 자바 바이트코드가 가상기계에서 인터프리터 방식으로 수행할 때 바이트코드의 크기를 줄여 해석하는 부담을 줄이기 위해서 바이트 코드를 최적화하는 프레임워크를 구성한다. 프레임워크를 이용하여 바이트코드를 3주소 형태의 CTOC-T(Class To Optimizer Classes-Three Address Code)로 변환하여 프로그램을 분석을 할 수 있다. 또한 CTOC-T는 3주소 형태이므로 3주소 최적화 기법을 적용하여 최적화된 바이트코드를 생성하는 프레임워크를 설계한다.

  • PDF

A Monitoring Mechanism for the System-Level Test of Telecommunications Distributed Applications (정보통신 분산 응용의 시스템 차원 시험을 위한 감시 기법)

  • Lee, Han-Young;Min, Byung-Jun;Kim, Mun-Hee;Seo, Dong-Sun;Hur, Wong
    • The Transactions of the Korea Information Processing Society
    • /
    • v.3 no.2
    • /
    • pp.339-347
    • /
    • 1996
  • object-oriented programming is used to develop next-generation telecommu- nications services running on the distributed processing environment. In order to test these services efficiently at the system-level during not only in the development phase but also in the operation phase, we define an embedded monitor service within the infrastructure to monitor the operation of the distributed programs, and describe a system-level test mechanism based on the monitor service. By separating the function of monitor server which monitors operations of objects and collects monitored data and that of tester which makes analysis and decides the sequence of test events, the invasive effect of monitoring can be minimized. At the same time, accurate diagnosis on the system can be achieve by exploiting the test mechanism. The mechanism, as a core component for the implementation of real-time fault-tol-erant systems, is applicable to general-purpose distributeded systems as well.

  • PDF

Design and Implementation of Multiple DataBase Access using Choice Method for EJB Bean Class Based on J2EE Pattern (J2EE 패턴기반 EJB 빈 클래스의 다중 DB 연동에 대한 설계 및 구현)

  • Lee, Don-Yang;Song, Young-Jae
    • The KIPS Transactions:PartD
    • /
    • v.11D no.1
    • /
    • pp.143-152
    • /
    • 2004
  • Recently, software programming method based on EJB for object oriented software design and implement has been used frequently. Usually, case that use permanent data that use Database in EJB base application is most. Part connected with Database-Access that take charge in Entity Bean class of server side creation program. In this paper using J2EE relationship DAO pattern class each separate. This is no much difference with existent pattern method, but in same pattern common classes are designed so that composition may be possible. And as well as use Entity Bean class that created each DBMS classes are different, is doing Rata Source so that connection work is available without alteration or creation of additional program in several DBMS environments.

Analysis and Design of Dron System for Smart Safety-City Platform Construction (스마트 안전도시 플랫폼 구축을 위한 드론 시스템의 분석 및 설계)

  • Cho, Byung-Ho
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.20 no.4
    • /
    • pp.93-99
    • /
    • 2020
  • It seems to be increased rapidly that practical uses of intelligent Dron for public mission performance such as surveillance, prevention of disaster accident, relief etc with Dron technology development. Dron is needed for major technology realization of detection and trace technology of target, flight control and obstacle avoidance during flighting, detection and control of landing point functions to use smart safety-city platform construction. This dron system cause a great ripple effect technically and promote industrialization in the field of new technology. In this paper, an effective analysis and design method of dron system software will be presented by showing user requirement analysis using object-oriented method, flowchart and screen design.

A Study on the History of IS Development Methodology (정보시스템 개발 방법론 발달사에 관한 탐색적 연구)

  • Jahng, Jung-Joo;Kwon, Sun-Dong;Koh, Seok-Ha
    • Information Systems Review
    • /
    • v.10 no.2
    • /
    • pp.211-234
    • /
    • 2008
  • The history of information system (IS) development methodology in Korea is less than 30 years. Korea introduced the structured development methodology in the public fields in 1980s, introduced the information engineering methodology in 1990s, and accepted and developed the objected oriented development methodology and the component based development methodology in 2000s. The history of IS development methodology in Korea is shorter than that of the world. Korea's IS development methodology started 10 year later compared with the world level. But it developed rapidly in 1990s and then grew to the world level in 2000s. This paper is the first research that it investigated the history of IS development methodology in Korea. This paper will give the people of IT industry the historical insights about IS development methodology and will help make a current and future strategic plan for IS development methodology. And it will provide researchers and policy makers with the insights and research ideas of future direction of information system development.

Health Level 7 Version 3 based Generating Clinical Document Architecture for Medication Administration System (HL7 버전 3 기반의 투약관리시스템을 위한 임상문서구조의 생성)

  • Kim, Genun-Hee;Cho, Su-Mi;Lee, Eun-Joo;Kim, Hwa-Sun;Cho, Hune
    • Journal of Korea Multimedia Society
    • /
    • v.11 no.3
    • /
    • pp.386-397
    • /
    • 2008
  • This study proposes the actualization of a standard data model for activities through the development of clinical document architecture for medication administration using the health level 7 development frameworks(HDF) process based on object oriented analysis and development method of health level 7 V 3. Medication administration is the most common activity performed by clinical professionals at healthcare settings. A standardized information model and structured hospital information system are necessary to achieve evidence-based clinical activities. We had used HDF and various tools(Rose tree, RMIM designer, V3 generator) to create the clinical document architecture(CDA). This allowed us to illustrate each step of the HDF in the administration of medication. This study generated a information model of the medication administration process, which is one clinical activity. It should become a fundamental conceptual model for understanding international standard methodology by information technology(IT) developers with the objective of modeling healthcare information systems.

  • PDF