• Title/Summary/Keyword: object-oriented analysis

Search Result 528, Processing Time 0.031 seconds

Managing Complexity in Object-Oriented Analysis

  • Ine, So-Ran;Youn, Cheong;Misbah, Uddin Mirza;Lee, Kwon-Il;Cha, Seung-Hoon;Byoun, Bo-Gyun;Bae, Doo-Hwan
    • ETRI Journal
    • /
    • v.20 no.2
    • /
    • pp.192-213
    • /
    • 1998
  • The current approaches in Object-Oriented Analysis have limitations on modeling complex real world systems because they require priori knowledge about objects and their interactions before applying them. This may be practical in small systems and systems with clear domain knowledge, but not in large real world systems with unclear domain knowledge. Our approach uses a stepwise refinement technique in a top-down manner to the Object-Oriented Analysis stage with the application of use cases. This approach is especially good for new areas where we do not know all the information in advance. We present the approach with an example of its application to the B-ISDN service modeling and distributed systems.

  • PDF

Knowledge Based and Object-Oriented Simulation Model for Logistics Analysis (지식기반 객체지향 군수시뮬레이션 모델에 관한 연구 - 초기군수지원성 분석모델을 중심으로 -)

  • 마호명;최상영
    • Journal of the military operations research society of Korea
    • /
    • v.22 no.1
    • /
    • pp.67-80
    • /
    • 1996
  • Artificial Intelligence(AI) techniques and Object-Oriented(OO) techniques contribute to the simulation modeling of the complex systems. AI techniques are suitable to model human reasoning in the simulation. While OO techniques have advantages of re-usability, maintainability and extendability of the software. Thus, in this paper, we design a knowledge-based object-oriented simulation model, particularly for the logistics analysis of military armor vehicles. The simulation model consists of three modules i.e., scenario, simulation mechanism, and inference engine. The model is designed within the OO paradigm and implemented by using the C++ language. An example case of using the model for the logistic analysis is included.

  • PDF

FMS modeling & analysis using Object Oriented Simulation : Basic concept & Literature Survey

  • 서석주
    • Proceedings of the Korea Society for Simulation Conference
    • /
    • 1999.04a
    • /
    • pp.54-59
    • /
    • 1999
  • 본 논문에서는 유연생산시스템 (FMS: Flexible Manufacturing System)의 객체지향 시뮬레이션(OOS: Object Oriented Simulation)에 대한 기존의 연구들을 소개한다. 먼저 FMS와 객체지향시뮬레이션의 일반적인 개념에 대해서 이야기하고 기존의 연구들을 대상 시스템의 추상화(abstraction)과정을 중심으로 분류하여 정리하였다. 추상화 방법론과 FMS를 위한 객체지향시뮬레이션의 현황 및 과제에 대해서도 간략하게 살펴보았다.

  • PDF

Hybrid Transient Stability Analysis Using Object-oriented method (객체지향기법을 적용한 하이브리드 과도안정도 해석)

  • Park, Ji-Ho
    • Proceedings of the KIEE Conference
    • /
    • 2007.07a
    • /
    • pp.451-452
    • /
    • 2007
  • In this paper, we simulate power system transient stability using object-oriented programming(OOP). OOP is a more flexible method than procedual programming. There are several advantages in dynamic system simulation using OOP. We also calculate critical fault clearing time using energy functions for detailed models.

  • PDF

Development of Data Object Layer (DOL) In Object-Oriented ERP Systems (객체지향 ERP 시스템에서 데이터 객체 계층의 구축)

  • Kim, Chang-Ouk;Jun, Jin
    • Journal of Korean Society of Industrial and Systems Engineering
    • /
    • v.23 no.58
    • /
    • pp.1-16
    • /
    • 2000
  • To develop a generic ERP(Enterprise Resource Planning) system which can accommodate various types of manufacturing enterprises, object-oriented methods are commonly applied from analysis to implementation. The objective of OO-ERP (Object-Oriented ERP) systems is the reusability of business objects(components). In practice, one of the critical features for the reusable OO-ERP system would be the capability of interfacing with distributed, heterogeneous data repositories. Consequently, it is essential to provide data repository transparency in OO-ERP systems - business objects do not take care of the locations and types of data repositories. In this paper, we propose Data Object Layer(DOL) that supports such transparency. DOL is a horizontal component through which OO-ERP systems can be seamlessly connected with diverse data repositories.

  • PDF

Change Impact Analysis for Object-Oriented softwares in the distributed environment (분산 객체지향 소프트웨어를 위한 수정 영향 분석)

  • Kim, Kyung-Hee;Park, Jai-Nyun;Yoon, Yong-Ik
    • The Transactions of the Korea Information Processing Society
    • /
    • v.6 no.5
    • /
    • pp.1280-1290
    • /
    • 1999
  • Applying the change impact analysis to the distributed environment is not straightforward since it is based on the centralized system environment. In this paper, we investigate the change impact analysis of object-oriented shoftwares in the distributed environment. We first, categories the types of changes common in object-oriented software into three sets: data, method, and class level changes. We, then, analyze the impact of each set of changes and represent it in the form of a DPDG. A DPDG is a graph showing relationship of object oriented softwares - with data elements. classes, design documents, servers - in the distributed environment. DPDG searches element of software to retest when the software is changed. Thus, DPDG saves effort of software to retest. In this paper, We propose the table of firewall for retest elements that be discovered by DPDG and implement the table of firewall. The table of firewall is used VIST that we design a software testing tool. The VIST utilizes the minimized firewall, then saves efforts and costs of retesting for distributed object-oriented software.

  • PDF

An Object-Oriented Analysis and Design Methodology for Secure Database Design -focused on Role Based Access Control- (안전한 데이터베이스 설계를 위한 객체지향 분석·설계 방법론 -역할기반 접근제어를 중심으로-)

  • Joo, Kyung-Soo;Woo, Jung-Woong
    • Journal of the Korea Society of Computer and Information
    • /
    • v.18 no.6
    • /
    • pp.63-70
    • /
    • 2013
  • In accordance with the advancement of IT, application systems with various and complex functions are being required. Such application systems are typically built based on database in order to manage data efficiently. But most object-oriented analysis design methodologies for developing web application systems have not been providing interconnections with the database. Since the requirements regarding the security issues increased, the importance of security has become emphasized. However, since the security is usually considered at the last step of development, it is difficult to apply the security during the whole process of system development, from the requirement analysis to implementation. Therefore, this paper suggests an object-oriented analysis and design methodology for secure database design from the requirement analysis to implementation. This object-oriented analysis and design methodology for secure database design offers correlations with database that most existing object-oriented analysis and design methodologies could not provide. It also uses UMLsec, the modeling language, to apply security into database design. In addition, in order to implement security, RBAC (Role Based Access Control) of relational database is used.

Object Modeling for Mapping from XML Document and Query to UML Class Diagram based on XML-GDM (XML-GDM을 기반으로 한 UML 클래스 다이어그램으로 사상을 위한 XML문서와 질의의 객체 모델링)

  • Park, Dae-Hyun;Kim, Yong-Sung
    • The KIPS Transactions:PartD
    • /
    • v.17D no.2
    • /
    • pp.129-146
    • /
    • 2010
  • Nowadays, XML has been favored by many companies internally and externally as a means of sharing and distributing data. there are many researches and systems for modeling and storing XML documents by an object-oriented method as for the method of saving and managing web-based multimedia document more easily. The representative tool for the object-oriented modeling of XML documents is UML (Unified Modeling Language). UML at the beginning was used as the integrated methodology for software development, but now it is used more frequently as the modeling language of various objects. Currently, UML supports various diagrams for object-oriented analysis and design like class diagram and is widely used as a tool of creating various database schema and object-oriented codes from them. This paper proposes an Efficinet Query Modelling of XML-GL using the UML class diagram and OCL for searching XML document which its application scope is widely extended due to the increased use of WWW and its flexible and open nature. In order to accomplish this, we propose the modeling rules and algorithm that map XML-GL. which has the modeling function for XML document and DTD and the graphical query function about that. In order to describe precisely about the constraint of model component, it is defined by OCL (Object Constraint Language). By using proposed technique creates a query for the XML document of holding various properties of object-oriented model by modeling the XML-GL query from XML document, XML DTD, and XML query while using the class diagram of UML. By converting, saving and managing XML document visually into the object-oriented graphic data model, user can prepare the base that can express the search and query on XML document intuitively and visually. As compared to existing XML-based query languages, it has various object-oriented characteristics and uses the UML notation that is widely used as object modeling tool. Hence, user can construct graphical and intuitive queries on XML-based web document without learning a new query language. By using the same modeling tool, UML class diagram on XML document content, query syntax and semantics, it allows consistently performing all the processes such as searching and saving XML document from/to object-oriented database.

Design of Class Model Using Hierarchical Use Case Analysis for Object-Oriented Modeling (객체지향모델링 과정에서 계층적 유즈케이스(Use Case) 분석을 통한 클래스 도출 및 정의)

  • Lee, Jae-Woo
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.10 no.12
    • /
    • pp.3668-3674
    • /
    • 2009
  • Use case diagram is used for defining inter-action between users and systems in object-oriented modeling. It is very important to defining users' requirements for efficient software development. In this paper, we propose a object-oriented modeling process using hierarchical use case analysis for designing class model. First, We define many use case diagrams by several hierarchical modeling level. And next, we can also design class model using the use case diagrams. Our proposed modeling process provides interaction between use case model and class model. That can make us to check the modeling process during the software development. Using the proposed object-oriented modeling we can develop software based on users' requirements. It is very useful for class modeling.

Application of Object-oriented Language to Power Systems (객체지향기법의 전력계통시스템에의 적용)

  • Park, J.H.;Kim, J.N.;Shin, J.H.;Lee, J.Y.;Baek, Y.S.
    • Proceedings of the KIEE Conference
    • /
    • 1999.07c
    • /
    • pp.1218-1220
    • /
    • 1999
  • In this paper, we developed object-oriented analysis method for electric power system. It was applied to fault diagnosis, power system stability analysis and service restoration system in emergency state. Objectoriented programming(OOP)is a more flexible method than procedural programming. We proposed flexible modeling method for power system analysis.

  • PDF