• 제목/요약/키워드: Collaboration Diagram

검색결과 27건 처리시간 0.026초

UML 기반 콤포넌트 통합 테스팅 (Component integration Test Modeling with UML)

  • 윤회진;서주영;최정은;최병주
    • 한국정보과학회논문지:소프트웨어및응용
    • /
    • 제26권9호
    • /
    • pp.1105-1113
    • /
    • 1999
  • 객체 지향 소프트웨어의 확장과 더불어 소프트웨어의 재사용성의 중요도가 부각되면서 소프트웨어를 콤포넌트 단위로 구현하는 추세이다. 따라서 콤포넌트 기반의 소프트웨어 개발에서의 통합 테스트가 중요한 이슈로 떠오르고 있다. 그러나 콤포넌트들의 통합 테스트에 대한 연구는 미흡한 상태이다. 본 논문에서는 UML을 기반으로 체계적인 통합 테스트 모형을 제안하고. 나아가 본 논문에서는 "멀티미디어 정보처리 시스템"의 사례를 본 논문의 콤포넌트 통합 테스트 모형에 적용한 결과를 분석하여 기술한다. 콤포넌트 통합 테스트 모형은 UML(Unified Modeling Language)의 순서도(sequence diagram)와 협력도(collaboration diagram)를 이용하여 전체 시스템에서 UML의 사건흐름을 구성하는 콤포넌트들 사이의 인터페이스 영역에 존재하는 오류들을 추출한다. 그리고 UML을 기반으로 통합 테스트를 수행함으로써, 테스트 준비 작업을 줄이고, 기존의 UML 지원 도구들과 연계하여 테스트 자동화 도구의 구현을 앞당길 수 있다. 또한 시스템의 순차적 흐름 뿐 아니라, 동시에 수행되는 흐름에 대한 정보까지 모두 수용하여 테스트함으로써, 콤포넌트 기반의 분산 환경의 특성에 적합하다. Abstract As the object-oriented approach to software development becomes more mature, software development from pre-existing, independently developed components becomes an important aim of software engineering. Therefore, integration testing becomes an important aspect of component-based software development. However, there has been little work done in the area of the component-based integration testing. In this paper, we propose the "component integration test model" which is based on UML. Furthermore, we describe a case study on "Multimedia Information Processing System" conducted to analyse the result from which our model is applied. Our model extracts the faults, which exist in interfaces of components, using sequence diagram and collaboration diagram of UML(Unified Modeling Language). As our model is based on UML, the preparation effort for testing is reduced and its test-tools can be implemented more easily through linking existing UML tool. And our model accepts the information of concurrent flow represented by collaboration diagram as well as sequential flow, so it is more suitable to component-based distributed environment.based distributed environment.

UML을 이용한 XML기반의 원격제어시스템 구현 및 개발 (Development and Implementation of XML Based-on Remote Control System Using UML)

  • 정화영
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국해양정보통신학회 2001년도 추계종합학술대회
    • /
    • pp.717-719
    • /
    • 2001
  • 인터넷의 급격한 확산에 따라 컴퓨터 응용산업은 이를 응용하려는 노력과 연구가 활발히 진행되었다. 또한, 다변화되는 수요환경에 따라 점차 응용소프트웨어의 효율성에 문제점이 제기 되었고, 이를 보완할 수 있는 보다 포괄적이고 효과적인 소프트웨어 분석 및 개발기법들이 제시되었다. 이에, 본 논문에서는 이들 요소들을 적용하여 자동화시스템에서 운용한 수 있는 인격제어관리시스템을 구현 및 개발하였다. 즉, 본 시스템의 개발을 위한 분석 부분에서는 UML을 이용한 Use Case Diagram, Sequence Diagram, Collaboration Diagram등을 활용하였으며, 개발 부분에서는 웹 기반의 문서 데이터 표준을 위하여 XML을 이용하였고 Java언어로 이를 보완하였다.

  • PDF

요구분석을 위한 UML 다이어그램 저장관리 시스템 (UML Diagrams Repository System for Requirement Analysis)

  • 이성대;박휴찬
    • 한국정보과학회논문지:컴퓨팅의 실제 및 레터
    • /
    • 제8권6호
    • /
    • pp.657-668
    • /
    • 2002
  • 소프트웨어 생명주기는 요구분석, 설계, 구현, 유지보수 단계 등으로 구성되며, 각 단계의 산출물은 다양한 형태를 지니고 있다 이러한 산출물을 표준화한 것이 UML이며, 요구분석 단계에서는 클래스 다이어그램, 사용사례 다이어그램, 활동 다이어그램, 협력 다이어그램이 일반적으로 사용되고 있다. 기존의 UML 개발 도구들은 이러한 다이어그램을 파일에 저장하기 때문에, 다이어그램 정보를 검색하거나 다수의 개발자들이 참석하는 공동 작업시 어려움이 발생한다. 본 논문에서는 이러한 어려움을 해결하고 요구분석 단계에서의 산출물을 효율적으로 처리하기 위하여 다이어그램 정보를 데이타베이스에 저장하고 관리하는 방법을 제안한다. 이를 위해 클래스, 사용사례, 활동, 협력 다이어그램을 구성하고 있는 모든 요소들을 분류하고, 분류된 각 구성요소들을 관계형 테이블로 변환한다. 이렇게 변환된 테이블에 다이어그램 정보를 저장하고 다양한 형태의 질의를 통해 저장된 정보를 검색할 수 있도록 한다. 제안한 방법은 다이어그램 정보를 다수의 개발자가 공유하여 사용할 수 있으며 모델의 재사용에 편리성을 제공할 것이다.

장비협업도를 활용한 상황인식 시스템에 대한 구조적 평가 방법론 (A Structured Methodology with Device Collaboration Diagram for Evaluating Context-Aware Systems)

  • 권오병;이남연
    • 지능정보연구
    • /
    • 제13권2호
    • /
    • pp.27-41
    • /
    • 2007
  • 최근 들어서 상황인식 시스템은 차별화 된 전자 시장을 개척하기 위한 유망한 기술로 인정되고 있다. 상황인식 컴퓨팅을 통해 구현되는 시스템은 사용자의 현재 상황을 자동적으로 센싱하여 그의 환경을 자동적이고 심도 있게 이해함으로 이음매 없고 기민한 개인화 서비스를 제공하는 것이 목적이다. 이러한 목적을 달성함에 있어서 특정 정보시스템이 얼마나 상황 정보를 잘 인식하고 활용하느냐는 것이 매우 중요하겠다. 그러나 비록 상황인식 시스템의 수준에 대한 언급들은 그 동안 많이 이루어져왔지만 본격적이고 구조적인 평가 방법론이 제안되어오지는 못해왔다. 따라서 본 논문의 목적은 상황인식 시스템을 평가하기 위한 구조적인 방법을 다단계 방법론으로 제안하는 것이다. 제 1단계에서는 특정 정보시스템이 과연 상황인식 시스템으로 분류될 수 있는지를 평가하는 요건분석을 수행하고, 제 2단계로는 요건 분석을 통과한 시스템에 대해 장비협업정도, 이동성의 정도, 내재성의 정도라고 하는 세 가지 차원으로 평가하여 상황인식 시스템의 수준을 평가한다. 이를 위해서 시스템 아키텍처에 기반 한 장비협업도(Device Collaboration Diagram, DCD)라는 것을 제안하였다. 그리고 각 프로젝트의 개발전략을 도출하기 위해 시스템의 수준과 준비도라는 두 가지 차원으로 종합적 수준을 평가하였다. 또한 본 방법론의 가능성을 증명하기 위해 최근에 개발되고 있는 실제 프로젝트들을 대상으로 평가를 수행하였다.

  • PDF

UML 사용 사례 다이어그램과 순서 다이어그램을 이용한 SMIL 문서 동기화 (Synchronization of SMIL Documents using UML Use Case Diagrams and Sequence Diagrams)

  • 채원석;하얀;김용성
    • 한국정보과학회논문지:소프트웨어및응용
    • /
    • 제27권4호
    • /
    • pp.357-369
    • /
    • 2000
  • SMIL(Synchronized Multimedia Integration Language)는 멀티미디어 객체의 집합으로 시간적인 동기화를 표현할 수 있는 마크업 언어이다. 본 연구에서는 SMIL 문서를 시간에 따라 동기화 표현을 명확히 할 수 있도록 객체 지향 기반의 시각화 도구인 UML의 사용 사례(Use case), 순서(Sequence), 다이어그램을 이용한 객체 모델링 방법을 제안한다. 이를 위해 SMIL 문서에서 UML 사용사례와 순서 다이어그램으로의 사상 규칙과 알고리즘, 형식 모델, 그리고, 모델링 함수를 제안한다. 본 연구의 의의는 SMIL 문서 개발자들이 손쉽게 문서 구조 파악 및 개발을 할 수 있으며, 형식 모델과 다이어그램 모델링 함수는 객체지향 데이타베이스 문서 관리의 기반이 된다는 것이다.

  • PDF

SMIL 문서 편집기 개발을 위한 객체 모델링 (Object Modeling for SMIL documents Editor Development)

  • 채원석
    • 한국컴퓨터정보학회논문지
    • /
    • 제10권3호
    • /
    • pp.161-171
    • /
    • 2005
  • SMIL(Synchronized Multimedia Integration Language)는 멀티미디어 객체들을 시간적인 동기화를 표현할 수 있는 마크업 언어이다. 본 연구에서는 SMIL 문서의 편집기 개발을 위해 시간에 따라 동기화 표현을 명확히 할 수 있는 도구인 UML의 사용 사례(Use case), 순서(Sequence), 다이어그램을 이용한 객체 모델링 방법을 제안한다. 이를 위해 SMIL 문서에서 UML 사용사례와 순서 다이어그램으로의 사상 규칙과 알고리즘, 형식 모델, 그리고, 모델링 함수를 제안한다. 본 연구의 의의는 손쉽게 SMIL 문서 편집기 개발을 할 수 있고, 형식 모델과 다이어그램 모델링 함수는 객체지향 데이터베이스 문서 관리의 기반이 된다는 것이다.

  • PDF

A Study on Client's Decision-Making in Construction Phase of Building Projects in Japan

  • Tamura, Atsushi;Kaneta, Takashi;Furusaka, Shuzo
    • 국제학술발표논문집
    • /
    • The 7th International Conference on Construction Engineering and Project Management Summit Forum on Sustainable Construction and Management
    • /
    • pp.183-191
    • /
    • 2017
  • In building project, client needs to decide many things, and clients cooperate with architects, supervisors, general contractors and other consultants. Especially in construction phase, clients often make a decision. However, client's decision-making in construction phase often makes some kinds of risk. This paper aims to clarify the reality of client's decision-making in construction phase. First, client's decision-making is defined by laws and standards. Second, the questionnaire revealed the current status of client's decision-making in 4 works. Third, Fishbone diagram shows the factors of client's decision-making in four works. Finally, it was modeled how client's decision-making in construction phase affects the post-process of 4 works.

  • PDF

열차 내 승무원과의 원격대화 시스템 설계에 관한 연구 (Design of A/V Communication System for Passenger and Attendant in Train)

  • 장덕진;강송희;박현휴;강대호;허재석;송달호
    • 한국철도학회:학술대회논문집
    • /
    • 한국철도학회 2010년도 춘계학술대회 논문집
    • /
    • pp.448-454
    • /
    • 2010
  • Currently a KTX train of 20-car formation is 388m long and carries 931 passengers including one captain and three crews which is quite a few to cover the lengthy service area and many customers. On the other hand, if a passenger wants to talk to an attendant, he has to wait for an attendant passing by his/her seat or walk to an intercom which is placed at every other car. Any of these choices is inconvenient. So, in this paper, we presented a system design for developing an audio/visual communication system for a passenger and an attendant. The system was analyzed and designed according to the Object-Oriented methodology with UML (Unified Modeling Language). Based on a problem statement, a Use-case Diagram, Sequence Diagrams, Class Diagram, State Charts, collaboration Diagram were generated. The design will be used in system implementation to a HEMU-400X test train and to be tested.

  • PDF

PERT/CPM을 이용한 최적화된 협업 프로세스 수립 모형 (Establishing Model of Optimized Collaboration Procedure using PERT/CPM)

  • 임유섭;장영현;김승희
    • 한국인터넷방송통신학회논문지
    • /
    • 제18권1호
    • /
    • pp.173-183
    • /
    • 2018
  • 다자간 협업이 요구되는 신규 사업 시 협업 절차를 수립하거나 이미 다자간 상호 연계 형태로 진행되는 협업 절차에서 문제점을 분석하여 객관적으로 증빙하고 제도를 개정하는 일은 매우 어려운 작업이다. 본 연구에서는 PERT/CPM 네트워크 다이어그램을 활용하여 협업 주체 간 업무 처리 절차를 수립하고 처리 소요 기간을 산출할 수 있는 협업 프로세스를 위한 최적화 수립 모형을 제안하였다. 또한 본 연구에서 개발한 협업 프로세스 최적화 수립 모형의 실효성과 유용성을 검증하기 위하여 고용노동부에서 실시하고 있는 학위연계형 일학습병행제 학습근로자 선발 절차의 협업 절차 최적화 작업에 적용하였다. 본 연구는 협업 절차를 새로이 수립하거나 재구성해야 하는 경우 뿐만 아니라 정보시스템 구축을 위해 협업 주체 간 정보시스템 간 연계 업무 절차를 표준화하기 위하여 유용하게 활용할 수 있다.

MRP 시스템의 신뢰성을 위한 객체재향 컴포넌트 개발 사례 (- A Case Study on OOP Component Build-up for Reliability of MRP System -)

  • 서장훈
    • 대한안전경영과학회지
    • /
    • 제6권3호
    • /
    • pp.211-235
    • /
    • 2004
  • Component based design is perceived as a key technology for developing advanced real-time systems in a both cost- and time effective manner. Already today, component based design is seen to increase software productivity, by reducing the amount of effort needed to update and maintain systems, by packaging solutions for re-use, and easing distribution. Nowdays, a thousand and one companies in If(Information Technology) industry such as Sl(System Integration) and software development companies, regardless of scale of their projects, has spent their time and endeavor on developing reusable business logic. The component software is the outcome of software developers effort on overcoming this problem; the component software is the way propositioned for quick and easy implementation of software. In addition, there has been lots of investment on researching and developing the software development methodology and leading If companies has released new standard technologies to help with component development. For instance, COM(Component Object Model) and DCOM(Distribute COM) technology of Microsoft and EJB(Enterprise Java Beans) technology of Sun Microsystems has turned up. Component-Based Development (CBD) has not redeemed its promises of reuse and flexibility. Reuse is inhibited due to problems such as component retrieval, architectural mismatch, and application specificness. Component-based systems are flexible in the sense that components can be replaced and fine-tuned, but only under the assumption that the software architecture remains stable during the system's lifetime. In this paper, It suggest that systems composed of components should be generated from functional and nonfunctional requirements rather than being composed out of existing or newly developed components. about implements and accomplishes the modeling for the Product Control component development by applying CCD(Contract-Collaboration Diagram), one of component development methodology, to MRP(Material Requirement Planning) System