• 제목/요약/키워드: object-oriented paradigms

검색결과 9건 처리시간 0.032초

Pedagogical Paradigm-based LIO Learning Objects for XML Web Services

  • Shin, Haeng-Ja;Park, Kyung-Hwan
    • 한국멀티미디어학회논문지
    • /
    • 제10권12호
    • /
    • pp.1679-1686
    • /
    • 2007
  • In this paper, we introduce the sharable and reusable learning objects which are suitable for XML Web services in e-learning systems. These objects are extracted from the principles of pedagogical paradigms for reusable learning units. We call them LIO (Learning Item Object) objects. Existing models, such as Web-hosted and ASP-oriented service model, are difficult to cooperate and integrate among the different kinds of e-learning systems. So we developed the LIO objects that are suitable for XML Web services. The reusable units that are extracted from pedagogical paradigms are tutorial item, resource, case example, simulation, problems, test, discovery and discussion. And these units correspond to the LIO objects in our learning object model. As a result, the proposed model is that learner and instruction designer should increase the power of understanding about learning contents that are based on pedagogical paradigms. By using XML Web services, this guarantees the integration and interoperation of the different kinds of e-learning systems in distributed environments and so educational organizations can expect the cost reduction in constructing e-learning systems.

  • PDF

An object-oriented approach to the cell activity representation for an intelligent manufacturing system (IMS)

  • Choi, Kyunghyun;Cho, Kyu-Kab
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 1995년도 Proceedings of the Korea Automation Control Conference, 10th (KACC); Seoul, Korea; 23-25 Oct. 1995
    • /
    • pp.39-42
    • /
    • 1995
  • A new methodology for representing the interaction between machines and the interlock signals required in FMCs has been developed. Object-Oriented Philosophies (OOPs) lend themselves to the development of such a scheme. A methodology developed here regards the tasks to be performed by the cell or any of its constituent machines for being primal. Sensory signals indicating the changes of state pf machines are used to trigger or initiate tasks. A task may be simple and require a relatively short time to execute, or may be complex and lengthy. This methodology may be depicated by a set of diagrams called Task Initiation Diagram (TID) and their accompanying rules.

  • PDF

Intelligent navigation and control system for a mobile robot based on different programming paradigms

  • Kubik, Tomasz;Loukianov, Andrey A.
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 2001년도 ICCAS
    • /
    • pp.36.6-36
    • /
    • 2001
  • The problem of robot navigation and control is a complex task. Its complexity and characteristics depends on the characteristics of the environment robot inhabits, robot construction (mechanical abilities to move, sense) and the job the robot is supposed to do. In this paper we propose a hybrid programming approach to mobile robot navigation and control in an indoor environment. In our approach we used declarative, procedural, and object oriented programming paradigms and we utilized some advantages of our distributed computing architecture. The programming languages corresponding to the paradigms we used were C, C++ and Prolog. In the paper we present some details of our mobile robot hardware and software structure, focusing on the software design and implementation.

  • PDF

SGML을 활용한 PDM에서의 설계변경문서관리 (The Engineering Change Document Management using SGML in PDM)

  • 김준오;김선호
    • 산업공학
    • /
    • 제10권2호
    • /
    • pp.79-90
    • /
    • 1997
  • Documents in a traditional PDM(Product Data Management) system have been managed in a form of scanned document files or electronic documents developed by specific tools. Though each tool manages documents with its own systematical methods, it has drawbacks in data search, data integration and interchange, etc. For this reason, in this research we propose an efficient document management system for PDM by using the SGML(Standard Generalized Markup Language), one of CALS and ISO standards for document interchanges. Among documents to be managed in PDM, the engineering change notification (ECN) is taken into account. The DTD (Document Type Definition) has been constucted based on the logical analysis of the documents format, In addition, based on the DTD, DB classes have been designed by object-oriented paradigms and a prototype for document input/output and search has been developed using UniSQL ORDBMS (Object-Relational DBMS) and PowerBuilder under the client/server environment.

  • PDF

서비스 지향 아키텍처의 클라이언트를 위한 실용적 프로세스 모델 (A Practical Process Model for Clients in Service-Oriented Architecture)

  • 이재유;김수동
    • 정보처리학회논문지D
    • /
    • 제15D권4호
    • /
    • pp.513-522
    • /
    • 2008
  • 서비스 지향 아키텍처(Service-Oriented Architecture, SOA)는 여러 어플리케이션들에서 사용될 수 있는 범용적인 서비스를 개발하여 배포(Publish)하고 동적으로 발견(Discover), 조립(Composition)하여 어플리케이션을 만드는 기술이다. 따라서 SOA는 Publish-Discover-Invoke 형태의 컴퓨팅 방식을 사용하고 있으며, 이는 기존의 객체지향, CBD의 컴퓨팅 방식과 상당한 차이를 보인다. SOA의 서비스는 절차적 프로그래밍의 함수, 객체지향의 객체, CBD의 컴포넌트와는 다른 구성 단위(Unit)이며, 재사용성과 보편성이 서비스의 기본적인 요구사항이 된다. 또한 서비스 제공자와 소비자 간의 사전 상호인지나 정보의 공유없이, 서비스 제공자가 재사용을 고려하여 서비스를 개발하고, 서비스 사용자는 이를 검색한 후 사용하는 방식이므로 제공자와 소비자 간의 결합도가 매우 낮은 특징을 가지고 있다. SOA에서 필요한 서비스를 실행시간에 검색, 선택하여 사용하는 방식도 기존 컴퓨팅 방식에는 적용되지 않은 개념이다. 따라서, 객체지향 프로그래밍에서처럼 사용자 인터페이스를 만들고 서버의 기능을 JSP, RMI 등을 사용하여 호출하는 방식은 SOA 서비스 클라이언트 프로그램을 설계 하는데 잘 적용될 수 없다. SOA 서비스 클라이언트 개발을 위해서는 서비스의 특징과 SOA의 서비스 사용 절차를 설계 단계에서 적용할 수 있어야 하며, 이를 위하여 서비스 클라이언트 개발을 위한 실용적이고 체계적인 개발 프로세스가 정의되어야 한다. 그러나 아직까지 서비스 제공자 측면의 SOA 서비스 개발을 위한 프로세스조차 정의가 부족하고, 서비스 사용자 측면의 클라이언트 개발 프로세스는 소수의 가이드라인을 제외하고는 전무한 실정이다. 따라서 본 논문에서는 효율적인 서비스 검색과 실행을 위한 실용적이고 체계적인 개발 프로세스와 각 단계별 지침을 정의하고, 호텔 검색 및 예약 서비스 시스템을 통하여 제시된 개발 프로세스를 적용한다.

기초적인 프로그래밍 교육을 위한 컴퓨터 언어의 특성 및 개발 환경의 임상적 비교 분석 (Clinical Comparative Analysis of Characteristics of Computer Programming Languages and their Development Environments for Basic Programming Education)

  • 강대기
    • 공학교육연구
    • /
    • 제15권3호
    • /
    • pp.66-71
    • /
    • 2012
  • In this paper, we try to explore basic factors that defines easy-to-learn programming language and easy-to-learn development environments for novice students who have not been exposed to computer programming language education. For these purpose, we investigate and analyze computer programming languages that are widely used in industrial environments, and present the summary and analyzed results. From the experimental results, most novice programmers understand computer programming languages in terms of procedural programming languages rather than in terms of functional programming languages or object oriented programming languages. Furthermore, we have found that, for effective education of basic level programming languages, factors of development environments are much more important than factors of programming paradigms that the computer programming languages are based on.

SYSTEMS STUDIES AND MODELING OF ADVANCED LIFE SUPORT SYSTEM

  • Kang, S.;Ting, K.C.;Both, A.J.
    • 한국농업기계학회:학술대회논문집
    • /
    • 한국농업기계학회 2000년도 THE THIRD INTERNATIONAL CONFERENCE ON AGRICULTURAL MACHINERY ENGINEERING. V.III
    • /
    • pp.623-631
    • /
    • 2000
  • Advanced Life Support Systems (ALSS) are being studied to support human life during long-duration space missions. ALSS can be categorized into four subsystems: Crew, Biomass Production, Food Processing and Nutrition, Waste Processing and Resource Recovery. The System Studies and Modeling (SSM) team of New Jersey-NASA Specialized Center of Research and Training (NJ-NSCORT) has facilitated and conducted analyses of ALSS to address systems level issues. The underlying concept of the SSM work is to enable the effective utilization of information to aid in planning, analysis, design, management, and operation of ALSS and their components. Analytical tools and computer models for ALSS analyses have been developed and implemented for value-added information processing. The results of analyses have been delivered through the Internet for effective communication within the advanced life support (ALS) community. Several modeling paradigms have been explored by developing tools for use in systems analysis. They include object-oriented approach for top-level models, procedural approach for process-level models, and application of commercially available modeling tools such as MATLAB$\^$(R)//Simulink$\^$(R)/. Every paradigm has its particular applicability for the purpose of modeling work. An overview is presented of the systems studies and modeling work conducted by the NJ-NSCORT SSM team in its efforts to provide systems analysis capabilities to the ALS community. The experience gained and the analytical tools developed from this work can be extended to solving problems encountered in general agriculture.

  • PDF

농촌진흥청 연구개발 평가체계의 성과지향적 발전 방향 (Developments of Evaluation System in Agricultural R&D Program by Rural Development Agency)

  • 이찬구
    • 기술혁신학회지
    • /
    • 제14권4호
    • /
    • pp.937-964
    • /
    • 2011
  • 이 연구는 농업 연구개발사업의 객관적인 성과와는 달리 농촌진흥청의 역할에 대한 논의가 끊이지 않고 있는 문제의식에서 출발하고 있다. 이에 따라 농업 연구개발사업의 핵심 주체인 농촌진흥청의 내부 연구개발 평가체계를 대상으로 평가기조, 평가자원, 평가수행, 평가활용이라는 4가지 관점에서 메타 평가를 수행하였다. 연구결과는 평가기조에 해당하는 평가대상의 설정이 최하위 수준인 세부 연구과제로 설정되어 있다는 점이 가장 큰 문제로 분석되었다. 따라서 이 연구는 우선적으로 평가목적과 평가대상 등의 평가기조를 과학기술정책 및 평가정책 등의 외부의 정책환경 변화와 조응할 수 있는 방향으로 전환함으로서 현행 농업 연구개발사업의 평가제도를 성과지향적으로 발전시키기 위한 정책대안을 논의하였다.

  • PDF

컴포넌트 프레임웍의 실용적 참조 모델 (A Practical Reference Model of Component Frameworks)

  • 허진선;김수동
    • 한국정보과학회논문지:소프트웨어및응용
    • /
    • 제33권6호
    • /
    • pp.525-538
    • /
    • 2006
  • 컴포넌트 기반 소프트웨어 공학(CBSE)은 재사용 가능한 소프트웨어 부품을 이용하여 어플리케이션을 개발하는 새로운 패러다임이다. 그러나 소프트웨어 부품을 조림하는 과정에 부품들 간에 불일치 문제가 발생하여 CBSE를 수행함에 있어 부담이 되고 있다. 따라서, 컴포넌트의 재사용 단위보다는 큰 프레임웍(Framework)이 요구되고 있으며 프레임웍은 관련 있는 컴포넌트와 커넥터들 그리고 도메인에 특화된 아키텍처로 구성된다. 프레임웍은 컴포넌트보다 많은 장점을 가지고 있지만, 프레임웍을 구성하는 핵심 요소들과 내부 구조는 명확히 정의되지 않고 있다. 즉, 현재까지 제시된 대부분의 프레임웍 모델들은 실용적이지 못한 개념적인 수준에 머물러 있다. 본 논문에서는 실용적인 수준의 프레임웍 참조 모델을 제안하고 프레임웍의 핵심 요소들을 정의한다. 프레임웍의 구체적인 구성요소들, 컴포넌트와 프레임웍의 상호 관련성, 커넥터의 확장된 개념들, 그리고 프레임웍 내에서의 특화된 아키텍처의 의미에 대해서 명확히 식별한다. 본 논문에서 제안된 프레임웍은 Java, J2EE, CORBA Component Model (CCM) 그리고 NET과 같은 객체지향 기반 미들웨어에서 실용적으로 구현될 수 있을 것이다.