• Title/Summary/Keyword: Enterprise modeling

Search Result 215, Processing Time 0.027 seconds

Collaborative Process Modeling for Embodying e-Manufacturing (이메뉴팩처링을 위한 협업 프로세스 모델링)

  • Ryu, Kwang-Yeol;Cho, Yong-Ju;Choi, Hon-Zong;Lee, Seok-Woo
    • IE interfaces
    • /
    • v.18 no.3
    • /
    • pp.221-233
    • /
    • 2005
  • e-Manufacturing can be referred to as a system methodology enabling the integration of manufacturing operations and IT technologies to achieve objectives of an enterprise. It is recently regarded as a powerful solution to survive in a chaotic marketplace. While conducting an e-Manufacturing project, we first needed to capture collaborative processes conducted by multiple participants in order to define functions of a system supporting them. However, pervasive process modeling techniques including IDEF3, Petri nets, and UML are not sufficient for modeling collaborative processes. Therefore, we first briefly investigate several process modeling methods including aforementioned modeling methods and ARIS focusing on the collaboration point of view. Then, we propose a new modeling method referred to as Collaborative Process Modeling (CPM) to clearly describe collaborative processes. Also, we develop and illustrate a rule for transforming collaborative process models into Marked Graph models to use the analysis power of the Petri nets. Using CPM empowers us to develop collaborative process models with simple notations, understand and facilitate the realization of the collaboration, and verify models before rushing into the development.

A Study on Competency Model for EA Experts (EA 전문가 역량모델에 관한 연구)

  • Choi, Jongsup;Lee, Hohyung
    • Journal of Information Technology and Architecture
    • /
    • v.9 no.1
    • /
    • pp.79-93
    • /
    • 2012
  • This study is designed to define the competencies of EA experts. We investigated domestic and oversea curriculums and finally suggested basic and common competencies of EA experts. Especially, various EA stakeholder can commonly refer and use our competencies. Therefore those can be the foundation of continuous EA competencies development model. We define 4 EA core competencies such as common, development, analysis, management and provide definition of competencies. And we also classify the competencies importance of 3 career paths (Architect, Enterprise Architect, Chief Architect). The results of this research can help EA experts and IT personnel to understand EA and to enhance their competencies by providing standard competencies of teaching course and curriculum.

A Systematic Design Automation Method for RDA-based .NET Component with MDA

  • Kum, Deuk Kyu
    • Journal of Internet Computing and Services
    • /
    • v.20 no.2
    • /
    • pp.69-76
    • /
    • 2019
  • Recent Enterprise System has component driven real-time distributed architecture (RDA) and this kind of architecture should performed with satisfying strict constraints on life cycle of object and response time such as synchronization, transaction and so on. Microsoft's .NET platform supports RDA and is able to implement services including before mentioned time restriction and security service by only specifying attribute code and maximizing advantages of OMG's Model Driven Architecture (MDA). In this study, a method to automatically generate an extended model of essential elements in an enterprise-system-based RDA as well as the platform specific model (PSM) for Microsoft's .NET platform are proposed. To realize these ideas, the functionalities that should be considered in enterprise system development are specified and defined in a meta-model and an extended UML profile. In addition, after defining the UML profile for .NET specification, these are developed and applied as plug-ins of the open source MDA tool, and extended models are automatically generated using this tool. Accordingly, by using the proposed specification technology, the profile and tools can easily and quickly generate a reusable extended model even without detailed coding-level information about the functionalities considered in the .NET platform and RDA.

Functional Requirements about Modeling Methodology for CALS (CALS 구현을 위한 모델링 방법론의 기능조건)

  • 김철한;우훈식;김중인;임동순
    • The Journal of Society for e-Business Studies
    • /
    • v.2 no.2
    • /
    • pp.89-113
    • /
    • 1997
  • Modeling methodology has been widely used for analysis and design of a information system. Specially, under the CALS environments, modeling approach is more important because the enterprise functions are inter-related and information sharing speeds up the business. In this paper, we suggest functional requirements about modeling methodology for CALS by surveying the IDEF0 and ARIS. The former is FIPS 183 and the latter is basic methodology of SAP/R3 which is world-wide ERP system. The proposed functional requirements include all semantics of IDEF0 and adds some features. The first is adding modeling components which are semantic representations. In addition to ICOMs, we add the time and cost component which is required to execute the function. The second is tracing mechanism. When we need some information, we drive the functions related with the information by reverse tracing of the function which produces the information as a output and input. Through the tracing, we find out the bottleneck process or high cost process. This approach guarantees the integrity of data by designating the data ownership. Finally, we suggest the final decomposition level. We call the final decomposed function into unit function which has only one output data. We can combine and reconstruct some of functions such as 'lego block' combination.

  • PDF

A study on the integrated data modeling for the plant design management system and the plant design system using relational database (관계형 데이터베이스를 이용한 PDMS/PDS의 통합 데이터 모델링에 관한 연구)

  • 양영태;김재균
    • Journal of Ocean Engineering and Technology
    • /
    • v.11 no.3
    • /
    • pp.200-211
    • /
    • 1997
  • Most recently, offshore Engineering & Construction field is concerned about integration management technology such as CIM(Computer Integrated Manufacturing), PDM(Product Data Management) and Enterprise Information Engineering in order to cope with the rapid change of engineering and manufacturer specification as per owner's requirement during construction stage of the project. System integration and integrated data modeling with relational database in integration management technology improve the quality of product and reduce the period of the construction project by reason of owing design information jointly. This paper represents the design methodology of system integration using Business Process Reengineering by the case study. The case study is about the offshore plant material information process from front end engineering design to detail engineering for the construction and the basis of monitoring system by integrating and sharing the design information between the 2D intelligent P&ID and 3D plant modeling using relational database. As a result of the integrated data modeling and system integration, it is possible to maintain the consistency of design process in point of view of the material balancing and reduce the design assumption/duration. Near future, this system will be expanded and connected with the MRP(Material Requirement Planing) and the POR (Purchase Order Requisition) system.

  • PDF

Effective Design Pattern and Enterprise Architecture Design Techniques in EJB Environment (EJB기반의 효율적인 설계 패턴 및 엔터프라이즈 아키텍처 설계 기법)

  • 민현기;김수동
    • Journal of KIISE:Software and Applications
    • /
    • v.30 no.11
    • /
    • pp.1025-1036
    • /
    • 2003
  • In industry, it is a current trend that systems are developed by using Enterprise JavaBeans(EJB) technology for reducing the cost and the time. Thus, the architecture of EJB is getting more essential to enhance reusability, extensibility and portability of system. However little has been studied in the realm of the practical software architectures for EJB. The architecture has just bean studied in abstract level, but not in concrete level providing the method to substantiate it using the practical J2EE techniques. Just using the EJB technology doesn't guarantee the reusability of the artifacts because EJB specification provides the characteristics and architecture for only fine grained components as session and entity bean. In this paper, we propose the enterprise software architecture for the systems based on EJB and the concrete techniques for implementing that. Also, design patterns of modeling efficient enterprise architecture are represented. By analyzing both the strengths and the weaknesses of suggested design patterns, EJB design patterns which are suitable for each layer of enterprise architecture will be identified. Through the component which design patterns are applied, the architecture can support the optimized relationship between the components. Five techniques for designing components from fine grained to coarse grained based on EJB technology, and architecture design techniques including transaction and assembling techniques are proposed.

An Integrated Approach to Information Systems Development for Supporting Customer-Centric Business Process

  • Kim, Han-Gook;Iijima, Junichi;Ho, Sho
    • Industrial Engineering and Management Systems
    • /
    • v.6 no.1
    • /
    • pp.28-39
    • /
    • 2007
  • The issue of customer-centric enterprise focusing on realizing customer needs has recently received considerable attention in the corporate world. However, little research has yet been reported on developing Information Systems (IS) supporting the customer-centric enterprises. This research proposes an integrated approach of IS development that supports organizations aiming to become customer-centric enterprises using various customer profiles. In this paper, we propose an integrated approach unifying goal modeling, business process modeling, and information systems modeling. The approach is expected to be seamlessly linked with the object-oriented systems development approach. Finally, we apply this approach to the real case of a securities company in Japan.

Developing intranet hypermedia system using scenario-based object- oriented technique (시나리오 기반 객체 지향 기법을 이용한 인트라넷 하이퍼미디어 시스템 개발)

  • 이희석;유천수;이충석;김영환;김종호;조선형
    • Korean Management Science Review
    • /
    • v.14 no.2
    • /
    • pp.113-137
    • /
    • 1997
  • Intranet emerges as a key technology for building enterprise information system. This paper proposes a scenario-based object- oriented technique for designing intranet hypermedia information systems. The method consists of six phases such as domain analysis, object modeling, view design, navigational design, implementation design and construction. Users requirements are analyzed in the form of scenarios by the use fo a responsibility-driven object technology. Object-oriented views are generated from the resulting object model and then used for the subsequent navigational and implementation design. Implementation design phase deals integrating enterprise databases with distributed hypermedia systems by employing Java language. To demonstrate its usefulness, a real-life bank case is illustrated.

  • PDF

Automated Enterprise Data Model by Formulating Requirements

  • Lee, Sang-Won
    • Journal of Information Technology Applications and Management
    • /
    • v.16 no.4
    • /
    • pp.263-283
    • /
    • 2009
  • Although some CASE tools supported conceptual data design, they required for users too much preliminary knowledge to learn how to use and handle them. In addition, in a number of studies on conceptual data design with natural language, they claimed passive participation for users with conforming to messages predefined by CASE tools. As an alternative to these traditional CASE tools, we proposed an ERD formulator for automated data design tool, called ERDF, so that even ordinary users, not necessarily data modeler, are capable of formulating ERD on business requirements by use of ERDF. We, first of all, introduced NSM as the standard methodology. We also designed the structure of ERDF including main controller, input controller, operation controller, regulation controller, schema controller, and output controller. We then defined conceptual domains and basic operations to lay down schema operations as well as sentence rules to handle input sentence in natural language. To get an ERD that is faithful to business requirements, we laid out supplementary design for dialogue and confirmation of soundness and completion.

  • PDF

An Empirical Study on the Effect of Manufacturing and Business Performance of Manufacturing Strategy (생산전략이 제조성과 및 경영성과에 미치는 영향에 관한 실증적 연구)

  • Jang Hyun Gi;Lim Heon Jin;Kim Chang Eun
    • Journal of the Korea Safety Management & Science
    • /
    • v.7 no.2
    • /
    • pp.107-121
    • /
    • 2005
  • The growth and survival of a enterprise depend upon its proper strategic capability against the rapid change in environment. The enterprise that well accommodates the changing environment and properly uses the resources will continue its growth. The problems in accommodating business environment are how to focus the limited manufacturing strategy on certain point. The manufacturing innovation program receives a large effect in the manufacturing strategy. Consequently it follows the degree with manufacturing innovation program agrees with the manufacturing strategy determine the maximization of the manufacturing and management performance.