• 제목/요약/키워드: Component Model

검색결과 4,126건 처리시간 0.039초

클러스터링에 기반 도메인 분석을 통한 컴포넌트 식별 (Component Identification using Domain Analysis based on Clustering)

  • Haeng-Kon Kim;Jeon-Geun Kang
    • 한국컴퓨터산업학회논문지
    • /
    • 제4권4호
    • /
    • pp.479-490
    • /
    • 2003
  • 컴포넌트 기반 소프트웨어개발 (CBD: Component Based Development)은 재사용 부품을 기반하여 소프트웨어 개발, 수정, 유지보수를 용이하게 지원한다. 따라서 컴포넌트는 강한 응집력과 양한 결합력으로 개발되어야 한다. 본 논문에서는use case와 클래스를 간에 유사성을 통한 클러스터링 분석에 기반 하여 컴포넌트 식별에 대해 연구한다. 컴포넌트 참조 모델과 프레임워크를 제시하여 사례를 통해 검증한다. 컴포넌트 식별 방법은 추출, 명세 및 아키?쳐를 지원한다. 이들 방법론은 기존의 객체지향 방법론을 참조하며 분석에서 구현까지의 추적성을 지원하며 재사용 컴포넌트의 모듈성 지원을 위해 강한 응집력과 약한 결합력을 반영한다.

  • PDF

프레임웍을 위한 효율적인 컴포넌트 모델 설계 (Effective Component Model Design for Framework)

  • 임근
    • 한국컴퓨터정보학회논문지
    • /
    • 제12권5호
    • /
    • pp.113-119
    • /
    • 2007
  • 프레임웍은 구체적이고 확장 가능한 기반 코드를 가지고 있으며, 설계자가 의도하는 여러 디자인 패턴의 집합으로 구성되어 있다. 클래스의 집합이라는 점에서 클래스 라이브러리와 동일하지만 단순한 클래스들의 모임이라기 보다는 어플리케이션을 개발할 수 있는 아키텍쳐를 제공한다는 점에서 차이가 있다. 프레임워크에서는 컴포넌트 라이브러리를 개발하고 관리하는 것이 매우 중요한 요소이다. 본 논문에서는 프레임웍에 기반한 컴포넌트간 메타관계를 정의함으로서 프레임웍에서 사용될 컴포넌트 모델을 설계하고, 모델을 이용한 적용사례를 제시한다.

  • PDF

컴포넌트 소프트웨어의 유지보수를 위한 비용 측정지표 및 비용 추정 모델 (Cost Measurement Indicators and Maintenance Cost Estimation Model for Maintenance of Component-based Software)

  • 조주연;류성열
    • 정보처리학회논문지D
    • /
    • 제16D권3호
    • /
    • pp.353-360
    • /
    • 2009
  • 대부분의 정보시스템은 컴포넌트 기반으로 아웃소싱에 의해 개발되고 있으며, 개발된 소프트웨어들은 통합되어 유지보수 되고 있다. 그러나 유지보수의 생산성과 효율성 제고를 위한 기반 연구인 비용 측정지표 및 비용 추정 모델에 관한 연구가 부족하다. 본 연구는 컴포넌트 기반의 소프트웨어에 대한 유지보수의 비용에 대한 측정지표를 제안하고, 제안한 측정지표의 의한 컴포넌트 소프트웨어의 유지보수 비용 추정 모델을 연구한다. 컴포넌트 기반의 유지보수 비용 측정지표를 추정하기 위하여 기존에 제시된 지표들을 비교 정리하고, 정리된 측정지표가 컴포넌트 소프트웨어 유지보수 유형에 따라 어떻게 적용되는지를 분류하고 유형별 비용 측정지표를 제안한다. 또, 제안한 측정지표를 이용한 컴포넌트 소프트웨어 유지보수 유형에 따른 비용 추정 모델을 제안한다. 제안한 추정 모델의 사례연구를 실시하여 유효성을 검증한다.

트리 컴포넌트 모델 : 하이브리드 메시지 전달을 사용한 컴포넌트 조합 (Tree Component Model : Component Composition with Hybrid Message Passing)

  • 허제민;김지홍
    • 정보처리학회논문지D
    • /
    • 제15D권5호
    • /
    • pp.659-668
    • /
    • 2008
  • 최근 컴포넌트 간의 약 결합을 지원하는 Exogenous 커넥터 기반의 컴포넌트 모델이 제안되었다. 이 모델은 커넥터에서 메소드 호출의 시작과 결과를 관리하여 제어와 계산을 분리한다. 하지만 컴포넌트 사이의 연결 계층과 커넥터 수가 증가 할수록 시스템을 구성하는 객체의 수가 크게 증가하는 문제점을 가지고 있다. 본 논문에서는, 직접 메시지 전달과 간접 메시지 전달이 혼합된 하이브리드 메시지 전달을 사용한 트리 컴포넌트 모델을 제안한다. 이는 컴포넌트를 인터페이스들로 랩핑하여 모든 제어가 계산과 분리되어 인터페이스 레퍼런스를 통해서만 이루어진다. 이렇게 연결된 컴포넌트 사이의 조합은 항상 트리 구조를 이루는 특징이 있다. 아울러 구현 예와 비교 평가를 통해 트리 컴포넌트 모델이 실용적으로 적용 가능하고 시스템의 구성과 메시지 전달을 중재하는 객체 수의 감소를 확인할 수 있었다.

A Support System for Design and Routing Plan

  • Park, Hwa-Gyoo;Shon, Ju-Chan;Park, Sung-Gin;Baik, Jong-Myung
    • 한국전자거래학회:학술대회논문집
    • /
    • 한국전자거래학회 1999년도 학술대회지 vol.2
    • /
    • pp.607-614
    • /
    • 1999
  • In this paper, we demonstrate the implementation case using component based development tool under development process for application developments. The tool suggested provides the programming environment for the development of distributed manufacturing applications primarily. The development tool is classified into visual component, logic component, data component, knowledge component, neural net component, and service component which is a core component for the support component edit and execution. We applied the tool to the domain of the design and routing plan to retrieve existing similar design models in database, initiate a model, generate a process plan, and store the new model in the database automatically. Utilizing the tool, it integrates a geometric modeler, engineering/manufacturing database, and knowledge sources over the Internet.

  • PDF

CBD 환경에서 컴포넌트의 재사용성 측정 메트릭스 (Metrics for Measurement of Component Reusability in Component-Based Development)

  • 윤희환
    • 한국컴퓨터정보학회논문지
    • /
    • 제10권4호
    • /
    • pp.103-111
    • /
    • 2005
  • 프로그램의 재사용은 수정한 후 재사용하는 화이트박스 재사용과 수정없이 재사용하는 블랙박스 재사용으로 나눌 수 있다. 컴포넌트 기반 소프트웨어 개발 방법론에서의 컴포넌트는 블랙박스 재사용 형태를 띤다. 클래스와 컴포넌트는 절차적인 특성과 객체지향적인 특성을 모두 가지고 있으므로 이를 고려하여 재사용성을 측정해야 한다. 이 논문에서는 컴포넌트의 재사용성 측정 모델과 측정 기준을 제안한다. 제안된 모델을 사용하여 측정된 컴포넌트는 재사용 정도를 측정하여 재사용성이 높은 컴포넌트를 선택할 수 있다.

  • PDF

A General Semiparametric Additive Risk Model

  • Park, Cheol-Yong
    • Journal of the Korean Data and Information Science Society
    • /
    • 제19권2호
    • /
    • pp.421-429
    • /
    • 2008
  • We consider a general semiparametric additive risk model that consists of three components. They are parametric, purely and smoothly nonparametric components. In parametric component, time dependent term is known up to proportional constant. In purely nonparametric component, time dependent term is an unknown function, and time dependent term in smoothly nonparametric component is an unknown but smoothly function. As an estimation method of this model, we use the weighted least square estimation by Huffer and McKeague (1991). We provide an illustrative example as well as a simulation study that compares the performance of our method with the ordinary least square method.

  • PDF

컴포넌트 유통시장 활성화를 위한 분류체계 모델링 (Component classification modeling for component circulation market activation)

  • 이서정;조은숙
    • 한국전자거래학회지
    • /
    • 제7권3호
    • /
    • pp.49-60
    • /
    • 2002
  • Many researchers have studied component technologies with concept, methodology and implementation for partial business domain, however there are rarely researches for component classification to manage these systematically. In this paper, we suggest a component classification model, which can make component reusability higher and can derive higher productivity of software development. We take four focuses generalization, abstraction, technology and size. The generalization means which category a component belongs to. The abstraction means how specific a component encapsulates its inside. The technology means which platform for hardware environment a component can be plugged in. The size means the physical component volume.

  • PDF

Development of a special thermal-hydraulic component model for the core makeup tank

  • Kim, Min Gi;Wisudhaputra, Adnan;Lee, Jong-Hyuk;Kim, Kyungdoo;Park, Hyun-Sik;Jeong, Jae Jun
    • Nuclear Engineering and Technology
    • /
    • 제54권5호
    • /
    • pp.1890-1901
    • /
    • 2022
  • We have assessed the applicability of the thermal-hydraulic system analysis code, SPACE, to a small modular reactor called SMART. For the assessment, the experimental data from a scale-down integral-test facility, SMART-ITL, were used. It was conformed that the SPACE code unrealistically calculates the safety injection flow rate through the CMT and SIT during a small-break loss-of-coolant experiment. This unrealistic behavior was due to the overprediction of interfacial heat transfer at the steam-water interface in a vertically stratified flow in the tanks. In this study, a special thermal-hydraulic component model has been developed to realistically calculate the interfacial heat transfer when a strong non-equilibrium two-phase flow is formed in the CMT or SIT. Additionally, we developed a special heat structure model, which analytically calculates the heat transfer from the hot steam to the cold tank wall. The combination of two models for the tank are called the special component model. We assessed it using the SMART-ITL passive safety injection system (PSIS) test data. The results showed that the special component model well predicts the transient behaviors of the CMT and SIT.

Development of Multi-Components Model of Cement Hydration

  • ;이한승;경제운;박기봉
    • 한국세라믹학회:학술대회논문집
    • /
    • 한국세라믹학회 2007년도 제34회 시멘트 심포지엄
    • /
    • pp.129-137
    • /
    • 2007
  • This paper presents a numerical model which can predict degree of hydration of cement mineral component, such as $C_{3}S$, $C_{2}S$, $C_{3}A$, $C_{4}AF$ and microstructure of hydrating cement as a function of water to cement ratio, cement particle size distribution, cement mineral components and temperature. In this model cement particles are parked randomly in cell space and hydration process is described using a multi-component integrated kinetic model. The simulation result of degree of hydration of cement mineral component agrees well with experiment result. The content of cement hydration product, such as CSH and CH can be obtained as an accompanied result during hydration process. By introducing of equal-area projection method, water withdrawl mechanism and contact area among cement particles can be considered in detail. By using proposed method, pore size distribution of hydrating cement is predicted.

  • PDF