• 제목/요약/키워드: Use case model

검색결과 1,912건 처리시간 0.03초

유스케이스 모델링을 위한 요구사항 중복 및 불일치 분석 (Requirements Redundancy and Inconsistency Analysis for Use Case Modeling)

  • 최진재;황선영
    • 한국정보과학회논문지:소프트웨어및응용
    • /
    • 제31권7호
    • /
    • pp.869-882
    • /
    • 2004
  • 본 논문에서는 정형방법론의 일관성 검사방법을 유스케이스 모델링에 적용함으로써 논리적으로 일관되고 구조화된 요구사항 모델을 생성할 수 있는 방안을 제안하였다. 제안된 방안을 통해 서로 중복되거나 충돌할 수 있는 다중 사용자관점의 부분적인 요구사항들을 구조화된 요구사항 모델로 통합할 수 있다. 요구사항 모델의 구조는 문맥목표와 관심영역의 중복구조를 통하여 분석되며, 요구사항의 모델의 일관성은 요구사항 통합의 수단으로 요구사항 명세의 중복관계에 기반한 일관성 검사방법을 사용함으로써 획득된다. 제시된 방법을 사례분석에 적용한 결과 제안된 방안이 요구사항의 중복관계 및 불일치를 도출할 수 있을 뿐만 아니라 다중 사용자관점의 부분적인 요구사항들을 일관성을 갖는 통합된 요구사항 모델로 전환함으로써 소프트웨어의 행위와 기능을 명확하게 규명할 수 있음을 보여 주었다. 제안된 방안을 통하여 개발 초기단계의 유스케이스 모델링에 있어서 요구사항 불일치 도출능력을 강화할 수 있으며, 고객만족을 위해 사용자와 개발자간의 의사소통을 촉진할 수 있다.

Misuse Case 모델을 이용한 CC기반의 보안요구사항 분식 및 명제 방법론 (A Methodology for CC-based Security Requirements Analysis and Specification by using Misuse Case Model)

  • 최상수;장세진;최명길;이강수
    • 정보보호학회논문지
    • /
    • 제14권3호
    • /
    • pp.85-100
    • /
    • 2004
  • 모든 정보시스템은 보안기능이 강화된 정보보호시스템이라 할 수 있으며, 정보보호시스템의 품질을 높이기 위해서는 초기 요구사항 분석 단계에서 보안요구사항을 정형적이며 일관적으로 분석 및 명세하여야 한다. 본 논문에서는 UML의 Use Case 모델을 확장한 Misuse Case 모델을 이용하여 보안요구사항을 분석 및 명세하는 모델과 프로세스를 제시하였으며, 도출된 보안기능요구사항들을 제품화한 비용효과적인 보안제품 선정 알고리즘을 제시하였다. 제시한 모델 및 프로세스를 통해 개발된 정보보호시스템의 품질을 제고할 수 있을 것이다

Microservice Identification by Partitioning Monolithic Web Applications Based on Use-Cases

  • Si-Hyun Kim;Daeil Jung;Norhayati Mohd Ali;Abu Bakar Md Sultan;Jaewon Oh
    • Journal of information and communication convergence engineering
    • /
    • 제21권4호
    • /
    • pp.268-280
    • /
    • 2023
  • Several companies have migrated their existing monolithic web applications to microservice architectures. Consequently, research on the identification of microservices from monolithic web applications has been conducted. Meanwhile, the use-case model plays a crucial role in outlining the system's functionalities at a high level of abstraction, and studies have been conducted to identify microservices by utilizing this model. However, previous studies on microservice identification utilizing use-cases did not consider the components executed in the presentation layer. Unlike existing approaches, this paper proposes a technique that considers all three layers of web applications (presentation, business logic, and data access layers). Initially, the components used in the three layers of a web application are extracted by executing all the scenarios that constitute its use-cases. Thereafter, the usage rate of each component is determined for each use-case and the component is allocated to the use-case with the highest rate. Then, each use-case is realized as a microservice. To verify the proposed approach, microservice identification is performed using open-source web applications.

유스케이스 트랜잭션 기반의 소프트웨어 공수 예측 기법 (Software Effort Estimation based on Use Case Transaction)

  • 이선경;강동원;배두환
    • 한국정보과학회논문지:컴퓨팅의 실제 및 레터
    • /
    • 제16권5호
    • /
    • pp.566-570
    • /
    • 2010
  • 본 논문에서는 기존 유스케이스 점수 기법의 공수 예측 정확도 향상을 위해 유스케이스 트랜잭션을 기반으로 한 공수 예측 기법을 제안한다. 유스케이스 점수 기법은 소프트웨어 유스케이스 모델을 기반으로 하는 공수 예측 기법으로서 객체 지향 소프트웨어 개발 프로젝트에서 사용되고 있다. 그러나 유스케이스 점수는 트랜잭션의 개수를 규모 산정의 단위로 활용하여 트랜잭션 별 구현 공수의 차이를 반영할 수 없고 트랜잭션 수의 범위에 따라 유스케이스의 규모를 결정함으로써 상이한 트랜잭션 수를 갖는 유스케이스들이 공수 예측 시 동일한 크기로 반영되어 상세수준에서의 문제를 갖는다. 이런 한계점들은 부정확한 공수 예측을 야기하여 프로젝트의 성공률을 저해하는 요소가 될 수 있다. 이를 개선하기 위해 본 논문에서는 공수 예측 시 트랜잭션을 단위 연산으로 세분화하고, 각 연산에 대한 복잡도를 활용하여 규모를 산정하는 트랜잭션 점수 기법을 제안하고자 한다.

유즈 케이스 기반의 융.복합 클라우드 서비스 모델을 위한 요소 기술 분석 및 서비스 모델 개발 (Analysis of Technical Factors for Multidisplinary Cloud Service Model and Development of Service Model based on Use Case)

  • 서광규
    • 디지털융복합연구
    • /
    • 제10권10호
    • /
    • pp.545-550
    • /
    • 2012
  • 세계 IT 융합산업의 시장은 규모는 더욱 성장할 것으로 예측되며 클라우드 컴퓨팅은 산업간 융합 환경을 지원하기 위한 유용한 솔루션을 제공할 것으로 기대하고 있다. 이와 같이 클라우드 컴퓨팅이 일반화되고 그 서비스가 재편됨으로써 기존의 다른 응용 기술과의 융 복합된 서비스 구조 및 형태를 예측하고 개발하는 것은 매우 중요하며 필수적인 일이다. 본 연구에서는 클라우드 서비스를 위한 기술 요소뿐만 아니라 효율적인 서비스 모델링을 위하여 지금까지 많은 시스템들이 구축에 활용되었던 유즈 케이스(Use Case)를 활용하여 다양한 융 복합 서비스 모델을 위한 요구사항 및 요소기술을 도출하고 분석하였다. 이를 통하여 실제로 융 복합 클라우드 서비스를 개발하기 위한 사례연구를 수행하였다. 궁극적으로 본 연구는 유즈 케이스 기반의 영역간의 서비스 통합을 통하여 새로운 부가 가치를 창출할 수 있는 다양한 융 복합 모델을 제시를 위한 기반자료로써 활용되길 기대한다.

광물자원(鑛物資源) 수요예측(需要豫測) 모형(模型)으로서의 사용강도(使用强度) 방법(方法) 응용(應用) (Application of the Intensity of Use of Mineral Consumption Forecasting)

  • 전규정
    • 자원환경지질
    • /
    • 제23권4호
    • /
    • pp.383-392
    • /
    • 1990
  • 이 연구(硏究)에서는 경험적인 사용강도(便用强度) 방법(方法)과 파생수요(派生需要)의 경제적이론을 초월대수(超越代數) 수요(需要) 모델을 사용(使用)하여 결합하였다. 첫번째 단계로서 한 인구당 GDP와 사용강도(使用强度)의 실험적인 패턴인 비대칭(非對稱) 생명곡선(生命曲線)을 고려하였으며, 두번째 단계로서는 이러한 비대칭(非對稱) 생명곡선(生命曲線)이 수학적으로 단순한 초월대수(超越代數) 사용강도(使用强度) 모델로 바꿀수 있다는 것을 보여 주었으며, 마지막 단계로서 전통적인 수요이론(需要理論)이 가격(價格), 대체효과(代替效果), 기술(技術)의 변화(變化)를 포함한다는 것에 근거하여 초월(超越) 대수(代數) 수요(需要) 모델을 연장한 결과 전통적인 수요(需要)모델이나 사용강도(使用强度) 모델보다 더 정확하게 광물자원(鑛物資源) 수요(需要)를 예측(豫測)하였으며 사용강도(使用强度) 방법(方法)으로서도 자원(資源)의 수요(需要)를 예측(豫測)할 수 있음을 보여주었다.

  • PDF

유스케이스 점수 기반 소프트웨어 비용 추정 (Software Cost Estimation Based on Use Case Points)

  • 박주석
    • 정보처리학회논문지D
    • /
    • 제12D권1호
    • /
    • pp.103-110
    • /
    • 2005
  • 소프트웨어 개발은 구조적기법에서 객체지향기법으로 전환되고 있다. 객체지향 소프트웨어 개발은 폭포수 프로세스가 아닌 반본적 프로세스 적용을 보다 선호하고 있으며, 유스케이스에 기반하여 요구사항을 도출하고, 이에 기반하여 분석, 설계와 코딩이 이루어지고 있다. 따라서, 유스케이스에 기반하여 개발될 소프트웨어의 규모가 추정되고 이에 기반한 개발노력, 비용과 개발기간이 추정되어야만 프로젝트 성공을 위한 관리가 가능해진다. 기존의 유스케이스 점수 관련 개발노력 추정 모델들은 겉형과 비선형 모델들이 제안되었지만 유스케이스 점수의 규모에 따른 개발노력을 적절히 추정할 수 있는 모델이 없는 실정이다. 본 논문은 성장곡선을 적용해 유스케이스 점수에 대한 개발노력을 추정하는 모델을 적용한 결과 기존의 통계적 모델들보다 월등한 성능향상을 보였다. 따라서, 본 모델을 적용하여 개발노력을 추정함으로서 프로젝트 개발관리를 적절히 수행할 수 있을 것이다.

무기체계 소프트웨어의 모델 기반 테스트 케이스 생성 방법 (Model-based Test Cases Generation Method for Weapons System Software)

  • 최현재;이영우;백지선;김동환;조규태;채흥석
    • 한국군사과학기술학회지
    • /
    • 제23권4호
    • /
    • pp.389-398
    • /
    • 2020
  • Test cases in the existing weapon system software were created manually by the tester analyzing the test items defined in the software integration test procedure. However, existing test case generation method has two limitations. First, the quality of test cases can vary depending on the tester's ability to analyze the test items. Second, excessive time and cost may be incurred in writing test cases. This paper proposes a method to automatically generate test cases based on the requirements model and specifications to overcome the limitations of the existing weapon system software test case generation. Generate test sequences and test data based on the use case event model, a model representing the requirements of the weapon system software, and the use case specification specifying the requirements. The proposed method was applied to 8 target models constituting the avionics control system, producing 30 test sequences and 8 test data.

FE model updating method incorporating damping matrices for structural dynamic modifications

  • Arora, Vikas
    • Structural Engineering and Mechanics
    • /
    • 제52권2호
    • /
    • pp.261-274
    • /
    • 2014
  • An accurate finite element (FE) model of a structure is essential for predicting reliably its dynamic characteristics. Such a model is used to predict the effects of structural modifications for dynamic design of the structure. These modifications may be imposed by design alterations for operating reasons. Most of the model updating techniques neglect damping and so these updated models can't be used for accurate prediction of vibration amplitudes. This paper deals with the basic formulation of damped finite element model updating method and its use for structural dynamic modifications. In this damped damped finite element model updating method, damping matrices are updated along with mass and stiffness matrices. The damping matrices are updated by updating the damping coefficients. A case involving actual measured data for the case of F-shaped test structure, which resembles the skeleton of a drilling machine is used to evaluate the effectiveness of damped FE model updating method for accurate prediction of the vibration levels and thus its use for structural dynamic modifications. It can be concluded from the study that damped updated FE model updating can be used for structural dynamic modifications with confidence.

Workflow간의 의존성을 이용한 컴포넌트 시스템 설계 (A Design Component System using trace dependence on Wortiflows)

  • 최창민;남석모;정정수
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2003년도 추계학술발표논문집 (하)
    • /
    • pp.1677-1680
    • /
    • 2003
  • RUP(Rational Unified Process)의 Unified Process Model 에는 Use Case Model, Analysis Model, Design Model, Deployrnent Model, Implementation model, Test Model의 6가지 모델이 있다. 이 모델들은 다음단계의 모델에 대한 일관성 및 의존성을 가진다. 한 모델에서 발생되는 요소들은 전, 후 단계에서 다른 모델들과 Trace Dependencies 를 갖는다. 이러한 의존적인 관계들은 각각의 요소들 사이의 진행, 기록 관계를 나타낸다. 그러나 대부분의 시스템은 이러한 관계 및 의존성 없이 설계되어져 전체적인 일관성을 이루지 못 하였다. 본 논문에서는 이러한 관계를 유지 하면서 사용자의 요구사항에 일관성 있는 Use Case 모델을 설계하고자 한다. 따라서 본 논문에서는 대학 종합정보시스템 구축의 일부분인 구매관리 시스템을 분석하여 컴포넌트 시스템 모델을 제시한다.

  • PDF