• Title/Summary/Keyword: CASE도구

Search Result 1,168, Processing Time 0.022 seconds

Design and Implementation of OLE-Container for an Object-Oriented CASE Tool, OODesigner (객체 지향 CASE 도구 OODesigner에 대한 OLE-Container 기능의 설계 및 구현)

  • Choi, Gil-Rim;Kim, Tae-Gyun
    • Journal of Korea Multimedia Society
    • /
    • v.8 no.4
    • /
    • pp.575-585
    • /
    • 2005
  • Research and development projects, in the past decade, has shown that object-oriented(OO) technology could importantly contribute in productivity and reusability improvement. There are various research areas related to OO technology. Two of major research fields in this areas are concerned in issues for CASE tools and component-based technologies. This paper discusses an example of applying component-based technology to a CASE tool. This paper proposes the research experience gained while we have incrementally developing OODesigner, an OO CASE tool, with compound document support functionality based on COM/OLE technology. As OODesigner with OLE container functionality has interoperability with other application programs of Windows system which can be run as a OLE server, it can provide more powerful documentation environment than other CASE tools. OODesigner can be used not only to design UML diagrams, but also to make documentation cooperatively with various kinds of OLE- enabled software like Recoder and Excel. Therefore we can conduct powerful and consistent documentation with the tool.

  • PDF

원전 소프트웨어 개발을 위한 CASE 도구 평가 및 선정 방법론에 대한 고찰

  • 장귀숙;서용석;강순주;박희윤;구인수
    • Proceedings of the Korean Nuclear Society Conference
    • /
    • 1996.05a
    • /
    • pp.477-483
    • /
    • 1996
  • 원전 디지털컴퓨터기반 계측제어계통에서는 고신뢰도의 소프트웨어 개발 환경 구축이 현안 사항으로 부각되고 있다. CASE(Computer Aided Software Engineering)는 소프트웨어의 생산성과 신뢰성 문제를 해결할 수 있는 소프트웨어 개발 지원 도구이다. 그러나 CASE를 원전에 적용하기 위해서는 먼저 상품화된 많은 CASE 도구 가운데 원전 소프트웨어 개발 특성에 맞는 것을 선정하여야 한다. 따라서 본 논문에서는 원전 소프트웨어의 특성을 고찰하여 평가 기준을 설정하고, IEEE 표준 P1209를 바탕으로 기존의 여러 평가 방법론을 통합한 종합적인 평가 과정을 수행한 후 AHP(Analytic Hierarchy Process) 선정 방법론을 원전 소프트웨어 특성에 가장 적합하게 구체화하여 원전 소프트웨어 개발을 위한 CASE 도구를 선정하는 방법론을 제시하였다.

  • PDF

Automated Generation of Software Systems in Systems Construction (시스템 구축 과정에서 소프트웨어 자동생성 도구의 적용)

  • 정일주
    • Journal of Information Technology Application
    • /
    • v.3 no.4
    • /
    • pp.63-92
    • /
    • 2001
  • This paper makes an attempt to look at the process of automatically generating an application software system based on the Entity-Relationship (E-R) model. Basically, the process consists of five steps as follows: First, the designer develops an E-R model of an real-world system. Second, the software generator automatically generates a stereo-type application system. Third, the generator produces database schema and link information between application programs. Fourth, the designer designs the user interface including menu, screen design and so on. Finally, the generator completes the process integrating all the elements of an application system. Five basic program generation rules, three extended rules and a database generation rule have been suggested. By following each rule with the generator, the designer can build an application with an extremely efficient manner compared with traditional approaches. A case study has been included in order to show the applicability of the automated software generation process suggested in this paper. It has been demonstrated from the case study that the idea of applying an automated generator in systems development based upon the E-R model worked well.

  • PDF

A CASE Tool for Automatic Generation of FBD Program from NuSCR Formal Specification (NuSCR 정형 요구사항 명세로부터 FBD 프로그램 자동생성을 위한 CASE 도구)

  • Back, Hyoung-Bu;Yoo, Jun-Beom;Cha, Sung-Deok
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.15 no.4
    • /
    • pp.265-269
    • /
    • 2009
  • Formal specification plays important roles in guaranteeing software safety of safety-critical systems such as nuclear power plant's digital control systems. We had developed a technique [1] which synthesizes Function Block Diagram(FBD) programs from NuSCR formal requirements specifications, but it did not be used widely as it had no automatic tool support. FBD is one of the programming languages for Programmable Logic Controllers(PLC) based system. This paper introduces a CASE tool, NuSCRtoFBD, developed to automate the synthesis procedure. The CASE tool NuSCRtoFBD can reduce a number of errors occurred in the process of manual FBD programming.

Test Data and Code Generation Tool based on JUnit and JTestCase Framework (JUnit과 JTestCase 프레임워크에 기반한 데스트 데이터 및 코드 생성 도구)

  • 이유정;최승훈
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2002.10d
    • /
    • pp.106-108
    • /
    • 2002
  • 신뢰성있는 소프트웨어의 개발을 위해 테스트의 중요성은 매우 크다. 특히, 최근에 점진적이고 반복적인 소프트웨어 개발 방법론이 각광을 받으면서 소프트웨어의 잦은 변경에 따른 회귀 테스트의 중요성이 점점 커지고 있다. 이에 따라 단위 데스트의 자동화에 대한 연구가 활발히 진행되고 있다. JUnit은 자바 클래스의 단위 레벨 테스팅을 도와 주는 테스트 지원 프레임워크이다. 또한, JTestCase는 테스트 데이터와 테스트 코드를 분리함으로써, 데이터 중심 테스팅(data-driven testing)을 지원하기 위해 개발된 JUnit 확장 프레임워크이다. 본 논문에서는, 이 두 개의 테스트 프레임워크와 자바 리플렉션 API를 이용하여, 하나의 클래스 파일을 읽어 들여 XML 형태의 테스트 데이터 파일과 테스트 드라이버 코드를 자동생성하는 도구를 제안한다. 그리고, 구체적인 예를 통해 본 논문에서 제안하는 도구의 유용성을 보여준다. 본 논문의 데스트 도구는 회귀 단위 테스트에 필요한 노력을 줄여주고, 자바 클래스 단위 테스트를 지원하는 도구 개발의 기반 기술을 제공하며, 궁극적으로 소프트웨어 개발의 생산성을 향상시켜 준다.

  • PDF

UML Documentation Using Compound Document (복합문서를 이용한 UML 문서화)

  • Choi, Gil-Rim;Kim, Tae-Gyun
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • v.9 no.1
    • /
    • pp.796-799
    • /
    • 2005
  • Two of major research fields in this area are concerned in issues for CASE tools and component-based technologies. This paper discusses an example of applying component-based technology to a CASE tool. This paper proposes the research experience gained while we have developing OODesigner, an OO CASE tool, with compound document support functionality based on COM/OLE technology. OODesigner can be used not only to model UML diagrams, but also to make documentation cooperatively with various kinds of OLE servers and containers. Therefore we can conduct powerful and consistent documentation with the tool. In this paper, we present design issues for incrementally implementing the compound document support facilities as a container and a server and show a brief sample for demonstrating the usability of the OLE enabled CASE tool.

  • PDF

Environment Configuration of UML CASE Tool for Internet based Collaboration Works (인터넷 기반의 공동 작업을 위한 UML CASE 도구의 동작환경 구성방법)

  • Choi, Hwan-bok;Kim, Yun-ho
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2009.05a
    • /
    • pp.561-564
    • /
    • 2009
  • In this paper, we present an environment configuration of UML CASE tool for internet based collaboration work. We define a method of model sharing in distributed location and construct shared repository. Also we design for model history among work processes and to give responsibility using user authentication. Its result will contribute development of CASE tool supporting collaboration work.

  • PDF

Commonality and Variability Analysis Method for UML CASE Tool Frameworks (UML CASE 도구 프레임워크를 위한 공통성 및 가변성)

  • Choi, Hwan-Bok;Lee, Eun-Ser;Kim, Yun-Ho
    • The KIPS Transactions:PartD
    • /
    • v.16D no.6
    • /
    • pp.927-934
    • /
    • 2009
  • This paper presents a commonality and variability analysis method for UML CASE tool frameworks. Commonality and Variability analysis increase extension and reusability by separating common area and variable area. We suggest class category based on property and the notation to represent commonality and variability. It is also implements frameworks based on analysis method and verify method using defect removal efficiency.

Review of Patient Satisfaction with Case Management (사례관리 만족도 측정에 관한 고찰)

  • Park, Eun-Jun
    • Journal of Korean Academy of Nursing Administration
    • /
    • v.13 no.3
    • /
    • pp.311-320
    • /
    • 2007
  • 연구 목적: 사례 관리(CM) 환자 만족도 측정에 관한 연구 결과를 고찰하여 사례관리 실무에서 활용할 수 있는 근거를 제공하고자 한다. 연구 방법: MedLine, CINAHL에서 주요용어로 case management, care management, 주제어로 patient satisfaction, client satisfaction을 이용해 문헌 검색을 실시하였다. 연구 결과: 만족도에 대한 개념은 관련 연구가 매우 부족하며, 서로 다른 이론적 접근을 하고 있으므로 그 측정에 어려움이 있다. 신뢰할 만한 만족도 측정을 위해서는 설문 문항을 서술하는 여러 가지 방법들, 측정 척도의 종류, 만족도에 영향을 미치는 혼란변수들을 주의 깊게 고려하여야 한다. 만족도는 사례관리 연구에서 흔히 측정되는 성과이지만 대부분의 관련 연구에서 사례관리의 특징이 반영된 측정 도구를 사용하지 않고 있었다. 따라서 본 논문은 다섯 개의 사례관리 만족도 측정 도구를 제시하고 그 특징을 소개하였다. 또한, 간호성과분류체계(The Nursing Outcomes Classification)에 제시된 만족도 측정항목들 중 사례관리와 관련이 높은 약 40%의 항목들을 발견하였다. 결론: 사례관리 만족도 측정 도구가 매우 부족하므로 표준 사례관리 측정도구 개발이 시급하다. 한편 사례관리사들은 만족도 측정에 대한 이해를 높이고 기존 연구 결과를 활용함으로써 보다 정확한 사례관리 만족도 평가가 이뤄지도록 노력해야 한다.

  • PDF

A CASE Tool for Building Multi-Scale Databases (다중축척 데이터베이스 구축을 위한 CASE 도구)

  • 이성희;강혜경;이기준
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 1999.10a
    • /
    • pp.198-200
    • /
    • 1999
  • 공간 데이터베이스 구축을 효과적으로 하는 방법중의 하나는 대축척 공간 데이터베이스를 이용하여 여러 종류의 다중축척 데이터베이스를 구축하는 것이다. 다중축척 데이터베이스의 구축에는 많은 작업들이 포함된다. 기하학적 변형이나 불필요한 객체의 단순화, 삭제 등의 일반화와 데이터 모델의 변형, 그리고 데이터베이스의 전환 과정에 포함된다. 이 작업은 매우 다양한 처리과정을 요구하기 때문에 자동화된 도구의 도움을 필요로 한다. 본 논문에서는 다중축척 데이터베이스 구축에 이용되는 작업을 지원하는 CASE 도구를 소개한다. 이 도구는 지도 일반화에 의해 발생되는 데이터 모델의 변화에 대한 규칙에 따라 새로운 소축척의 데이터베이스의 데이터 모델을 설계하는 작업을 지원하며, 이 데이터 모델에 따라 대축척의 데이터베이스를 소축척의 데이터베이스로 전환하는 기능을 지원한다.

  • PDF