• 제목/요약/키워드: Object-oriented Systems

검색결과 545건 처리시간 0.021초

연결성과 소통구조 모듈을 통한 차세대 범용 농업시스템 시뮬레이터 (GASS2)의 개발 (Development of GASS2 through Improving Inter-component Connection and Communication Modules)

  • 김태곤;이성용;이호재;이정재;서교
    • 한국농공학회논문집
    • /
    • 제56권5호
    • /
    • pp.29-36
    • /
    • 2014
  • The purpose of this study is to improve the Generic Agricultural Systems Simulator (GASS) which can simulate various rural systems based on object-oriented model. GASS provides the configuration platform of various system components to simplify integrated agricultural system models such as irrigation systems for rice farming. The new connection and communication modules of GASS improve applicability for modelling diverse systems. The geometric connection of GASS replaces topological connection, and communication protocols expand to analyze not only homogeneous system but also heterogeneous system. In this paper, we applied GASS2 to simulate the water heights of linked tanks and the simulation outputs were verified through comparing with analytical solutions of differential equations. The two new modules make it possible to analyze the 4-tank problem which includes topological and heterogenous issues with GASS2.

TMO 모델 기반 무장 관리 시스템 소프트웨어 설계 (Software Design of Stores Management System based on the TMO Model)

  • 박한솔
    • 시스템엔지니어링학술지
    • /
    • 제13권1호
    • /
    • pp.1-6
    • /
    • 2017
  • A stores management software which is embedded in the stores management system requires high-level reliability and real-time processing. It also required to implement and verify protocols which requires timing constraints to control various weapons. In this paper, we propose design methodology to design a stores management software and its support middleware based on the TMO (Time-triggered Message-triggered Object) model.

반도체 생산 라인에서의 이탈 처리 추적 전문가 시스템의 지식베이스 구축 (Construction of Knowledge Base for Fault Tracking Expert System in Semiconductor Production Line)

  • 김형종;조대호;이칠기;김훈모;노용한
    • 제어로봇시스템학회논문지
    • /
    • 제5권1호
    • /
    • pp.54-61
    • /
    • 1999
  • Objective of the research is to put the vast and complex fault tracking knowledge of human experts in semiconductor production line into the knowledge base of computer system. We mined the fault tracking knowledge of domain experts(engineers of production line) for the construction of knowledge base of the expert system. Object oriented fact models which increase the extensibility and reusability have been built. The rules are designed to perform the fault diagnosis of the items in production device. We have exploited the evidence accumulation method to assign check priority in rules. The major contribution is in the overall design and implementation of the nile base and related facts of the expert system in object oriented paradigm for the application of the system in fault diagnosis in semiconductor production line.

  • PDF

클래스 상속 구조의 유지보수성에 관한 척도와 평가 (Metrics for Maintainability of Class Inheritance Structures and it지s Evaluation)

  • 정홍
    • 한국지능시스템학회논문지
    • /
    • 제12권6호
    • /
    • pp.537-542
    • /
    • 2002
  • 본 논문은 Chidamber와 Kemerer가 제안한 객체지향 설계를 위한 척도를 바탕으로 이를 확장하여 클래스 상속 구조의 유지보수성을 이해성과 변경성 측면에서 측정하는 새로운 객체지향 척도를 제안했다. 그리고 Chidamber와 Kemerer의 DIT(Depth of Inheritance Tree)와 NOC(Number of Children) 척도에 대한 실험적 관계를 중심으로 Gursaran이 실험한 결과에 적용하여 본 척도의 타당성을 보였다.

$O^{2}LDM$ : 객체지향 논리 데이터모형을 위한 언어 ($O^{2}LDM$ : A Language for Object-Oriented Logic Data Modeling)

  • 정철용
    • Asia pacific journal of information systems
    • /
    • 제4권2호
    • /
    • pp.3-34
    • /
    • 1994
  • In this paper we describe a new data modeling language we call $O^{2}LDM$. $O^{2}LDM$ incorporates features from object-oriented and logic approaches. In $O^{2}LDM$ there is a rich collection of objects organized in a type hierarchy. It is possible to compose queries that involve field selection, function application and other constructs which transcend the usual, strictly syntactic, matching of PROLOG. We give the features of $O^{2}LDM$ and motivate its utility for conceptual modeling. We have a prototype implementation for the language, which we have written in ML. In this paper we describe an executable semantics of the deductive process used in the language. We work some examples to illustrate the expressive power of the language, and compare $O^{2}LDM$ to PROLOG.

  • PDF

DISTRIBUTED WEB GIS SERVICE BASED ON XML AND INTEROPERABILITY

  • Kim, Do-Hyun
    • 대한원격탐사학회:학술대회논문집
    • /
    • 대한원격탐사학회 2002년도 Proceedings of International Symposium on Remote Sensing
    • /
    • pp.145-150
    • /
    • 2002
  • Web GIS (Geographic Information Systems) service systems provide the various GIS services of analyzing and displaying the spatial data with friendly user-interface. These services are expanding the business domain and many users want to access the distributed various spatial data. But, it is difficult to access diverse data sources because of different spatial data format and data access methods. In this paper, we design and implement web GIS services based on the inter-operability and GML (Geography Markup Language) of OGC(Open GIS Consortium) in web distributed environment. Inter-operability provides unique accessing method to distributed data sources based on OLE DB technology of Microsoft. In addition, GML support web GIS services based on XML. We design these GIS services as components using UML (Unified Modeling Language) of an object-oriented modeling language for specifying, visualizing, constructing, and documenting the artifacts of software system. In addition, they also were developed in object-oriented computing environment, and it provides the interoperability, language-independent, easy developing environment as well as re-usability.

  • PDF

확률 페트리 네트를 이용한 객체기향 기반의 칩마운터 시뮬레이터 구현 (Object-Oriented Programming Based Chip-Mounter Simulator Using Stochastic Petri Nets)

  • 박기범;박태형
    • 제어로봇시스템학회논문지
    • /
    • 제7권6호
    • /
    • pp.540-549
    • /
    • 2001
  • An implementation method for chip-mounter simulator is proposed to improve the productivity and utility of electronic assembly lines. The simulator emulates the assembly sequence graphically to verify the chip mounter program in offline. It also presents functions of time estimation and productivity analysis considering the error probability. To increase the flexibility of simulator, stochastic petri nets are applied to modeling of the assembly sequence. The sequence model is then implemented as extendable classes by an object oriented language. The simulator is applied to a commercial chip mounter to verify the usefulness of the method proposed.

  • PDF

터보과급기가 부착된 디젤엔진의 모듈화된 시뮬레이션 모델 (A Modular Simulation Model for Turbocharged Diesel Engines)

  • 강동헌;홍금식;이교일
    • 제어로봇시스템학회논문지
    • /
    • 제4권5호
    • /
    • pp.680-688
    • /
    • 1998
  • A modular programming approach for simulation/control of turbocharged diesel engines is investigated. The MATLAB/SIMULINK, which provides easy construction of various control modules and handy retrieval of objects, is adopted as a programming environment. The mathematical models for diesel engines are utilized from the literature. The object-oriented modules, which represent mechanical parts or theoretical algorithms for engines, are easily transferable to other application programs in the same environment. The simulation model is applied to a 4 strokes diesel engine. Details of the block diagrams of example modules are demonstrated. Finally, a PI controller and a sliding mode controller are applied to the simulator constructed for a typical turbocharged diesel engine.

  • PDF

객체지향기법이 도입된 분산 네트워크기반 시스템의 실시간 응답성능 평가 (Performance Evaluation of Distributed Network-based System Adopting an Object-oriented Method)

  • 배덕진;김홍렬;김대원
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 2002년도 하계학술대회 논문집 D
    • /
    • pp.2531-2533
    • /
    • 2002
  • In this paper, we evaluate feasibility of an object-oriented method in a distributed real-time control environment through the prediction of delay expected. We adopt CAN as the distributed network and the application layer of the CAN is composed of client/server communication model of COM and surroundings for the support of real-time capability of the COM. Mathematical models formalizing delays which are predicted to invoke in the COM architecture are proposed. Sensors and actuators which are widely used in distributed network-based systems are represented by COM objects in this paper. It is expected that the mathematical models can be used to protect distributed network-based systems from violation of real-time features by the COM.

  • PDF

그룹웨어를 통한 효과적인 객체지향모델링 및 설계 (Effective Object-Oriented Modeling and Design through Groupware)

  • 김선욱;양문희
    • 산업경영시스템학회지
    • /
    • 제22권50호
    • /
    • pp.91-103
    • /
    • 1999
  • This paper deals with effectiveness of Object-Oriented Modeling and Design(OOMD) through GroupSystems V which is a typical groupware or group decision support system(GDSS) to aid group work. Objective and subjective evaluations between traditional non-GDSS face-to-face group and GDSS-supported group have been performed in terms of modeling accuracy and subjective ratings, respectively. Experimental results indicate that the GDSS group shows much better performance than the traditional group in the realm of OOMD. In particular, when a modeling task is not simple or not structured, the former outperforms the latter. Based on the questionaire, the GDSS group feel more equal status and have less dominant voices than do the non-GDSS group. These facts show that GDSS can be used effectively for OOMD under Korean cultures.

  • PDF