Enterprise modelling

Summary

Enterprise modelling is the abstract representation, description and definition of the structure, processes, information and resources of an identifiable business, government body, or other large organization.[2]

Graphical representation of some types of models in enterprise modelling. A business model illustrates the functions associated with a process that are performance and the organizations that perform these functions. In software development often both business process models and data models are being developed as part of the process of creating application programs on the one side and databases on the other side.[1]

It deals with the process of understanding an organization and improving its performance through creation and analysis of enterprise models. This includes the modelling of the relevant business domain (usually relatively stable), business processes (usually more volatile), and uses of information technology within the business domain and its processes.

Overview edit

Enterprise modelling is the process of building models of whole or part of an enterprise with process models, data models, resource models and/or new ontologies etc. It is based on knowledge about the enterprise, previous models and/or reference models as well as domain ontologies using model representation languages.[3] An enterprise in general is a unit of economic organization or activity. These activities are required to develop and deliver products and/or services to a customer. An enterprise includes a number of functions and operations such as purchasing, manufacturing, marketing, finance, engineering, and research and development. The enterprise of interest are those corporate functions and operations necessary to manufacture current and potential future variants of a product.[4]

The term "enterprise model" is used in industry to represent differing enterprise representations, with no real standardized definition.[5] Due to the complexity of enterprise organizations, a vast number of differing enterprise modelling approaches have been pursued across industry and academia.[6] Enterprise modelling constructs can focus upon manufacturing operations and/or business operations; however, a common thread in enterprise modelling is an inclusion of assessment of information technology. For example, the use of networked computers to trigger and receive replacement orders along a material supply chain is an example of how information technology is used to coordinate manufacturing operations within an enterprise.[4]

The basic idea of enterprise modelling according to Ulrich Frank[7] is "to offer different views on an enterprise, thereby providing a medium to foster dialogues between various stakeholders - both in academia and in practice. For this purpose they include abstractions suitable for strategic planning, organisational (re-) design and software engineering. The views should complement each other and thereby foster a better understanding of complex systems by systematic abstractions. The views should be generic in the sense that they can be applied to any enterprise. At the same time they should offer abstractions that help with designing information systems which are well integrated with a company's long term strategy and its organisation. Hence, enterprise models can be regarded as the conceptual infrastructure that support a high level of integration."[7]

History edit

Enterprise modelling has its roots in systems modelling and especially information systems modelling. One of the earliest pioneering works in modelling information systems was done by Young and Kent (1958),[8][9] who argued for "a precise and abstract way of specifying the informational and time characteristics of a data processing problem". They wanted to create "a notation that should enable the analyst to organize the problem around any piece of hardware". Their work was a first effort to create an abstract specification and invariant basis for designing different alternative implementations using different hardware components. A next step in IS modelling was taken by CODASYL, an IT industry consortium formed in 1959, who essentially aimed at the same thing as Young and Kent: the development of "a proper structure for machine independent problem definition language, at the system level of data processing". This led to the development of a specific IS information algebra.[9]

The first methods dealing with enterprise modelling emerged in the 1970s. They were the entity-relationship approach of Peter Chen (1976) and SADT of Douglas T. Ross (1977), the one concentrate on the information view and the other on the function view of business entities.[3] These first methods have been followed end 1970s by numerous methods for software engineering, such as SSADM, Structured Design, Structured Analysis and others. Specific methods for enterprise modelling in the context of Computer Integrated Manufacturing appeared in the early 1980s. They include the IDEF family of methods (ICAM, 1981) and the GRAI method by Guy Doumeingts in 1984[10] followed by GRAI/GIM by Doumeingts and others in 1992.[11]

These second generation of methods were activity-based methods which have been surpassed on the one hand by process-centred modelling methods developed in the 1990s such as Architecture of Integrated Information Systems (ARIS), CIMOSA and Integrated Enterprise Modeling (IEM). And on the other hand by object-oriented methods, such as Object-oriented analysis (OOA) and Object-modelling technique (OMT).[3]

Enterprise modelling basics edit

Enterprise model edit

An enterprise model is a representation of the structure, activities, processes, information, resources, people, behavior, goals, and constraints of a business, government, or other enterprises.[12] Thomas Naylor (1970) defined a (simulation) model as "an attempt to describe the interrelationships among a corporation's financial, marketing, and production activities in terms of a set of mathematical and logical relationships which are programmed into the computer."[13] These interrelationships should according to Gershefski (1971) represent in detail all aspects of the firm including "the physical operations of the company, the accounting and financial practices followed, and the response to investment in key areas"[14] Programming the modelled relationships into the computer is not always necessary: enterprise models, under different names, have existed for centuries and were described, for example, by Adam Smith, Walter Bagehot, and many others.

According to Fox and Gruninger (1998) from "a design perspective, an enterprise model should provide the language used to explicitly define an enterprise... From an operations perspective, the enterprise model must be able to represent what is planned, what might happen, and what has happened. It must supply the information and knowledge necessary to support the operations of the enterprise, whether they be performed by hand or machine."[12]

In a two-volume set entitled The Managerial Cybernetics of Organization Stafford Beer introduced a model of the enterprise, the Viable System Model (VSM). Volume 2, The Heart of Enterprise,[15] analyzed the VSM as a recursive organization of five systems: System One (S1) through System Five (S5). Beer's model differs from others in that the VSM is recursive, not hierarchical: "In a recursive organizational structure, any viable system contains, and is contained in, a viable system."[15]

Function modelling edit

 
Example of a function model of the process of "Maintain Reparable Spares" in IDEF0 notation.

Function modelling in systems engineering is a structured representation of the functions, activities or processes within the modelled system or subject area.[16]

A function model, also called an activity model or process model, is a graphical representation of an enterprise's function within a defined scope. The purposes of the function model are: to describe the functions and processes, assist with discovery of information needs, help identify opportunities, and establish a basis for determining product and service costs.[17] A function model is created with a functional modelling perspective. A functional perspectives is one or more perspectives possible in process modelling. Other perspectives possible are for example behavioural, organisational or informational.[18]

A functional modelling perspective concentrates on describing the dynamic process. The main concept in this modelling perspective is the process, this could be a function, transformation, activity, action, task etc. A well-known example of a modelling language employing this perspective is data flow diagrams. The perspective uses four symbols to describe a process, these being:

  • Process: Illustrates transformation from input to output.
  • Store: Data-collection or some sort of material.
  • Flow: Movement of data or material in the process.
  • External Entity: External to the modelled system, but interacts with it.

Now, with these symbols, a process can be represented as a network of these symbols. This decomposed process is a DFD, data flow diagram. In Dynamic Enterprise Modeling, for example, a division is made in the Control model, Function Model, Process model and Organizational model.

Data modelling edit

 
The data modelling process.

Data modelling is the process of creating a data model by applying formal data model descriptions using data modelling techniques. Data modelling is a technique for defining business requirements for a database. It is sometimes called database modelling because a data model is eventually implemented in a database.[19]

The figure illustrates the way data models are developed and used today. A conceptual data model is developed based on the data requirements for the application that is being developed, perhaps in the context of an activity model. The data model will normally consist of entity types, attributes, relationships, integrity rules, and the definitions of those objects. This is then used as the start point for interface or database design.[20]

Business process modelling edit

 
Example of business process modelling with Business Process Model and Notation.

Business process modelling, not to be confused with the wider Business Process Management (BPM) discipline, is the activity of representing processes of an enterprise, so that the current ("as is") process may be analyzed and improved in future ("to be"). Business process modelling is typically performed by business analysts and managers who are seeking to improve process efficiency and quality. The process improvements identified by business process modelling may or may not require Information Technology involvement, although that is a common driver for the need to model a business process, by creating a process master.

Change management programs are typically involved to put the improved business processes into practice. With advances in technology from large platform vendors, the vision of business process modelling models becoming fully executable (and capable of simulations and round-trip engineering) is coming closer to reality every day.

Systems architecture edit

The RM-ODP reference model identifies enterprise modelling as providing one of the five viewpoints of an open distributed system. Note that such a system need not be a modern-day IT system: a banking clearing house in the 19th century may be used as an example ([21]).

Enterprise modelling techniques edit

There are several techniques for modelling the enterprise such as

More enterprise modelling techniques are developed into Enterprise Architecture framework such as:

And metamodelling frameworks such as:

Enterprise engineering edit

Enterprise engineering is the discipline concerning the design and the engineering of enterprises, regarding both their business and organization.[24] In theory and practice two types of enterprise engineering has emerged. A more general connected to engineering and the management of enterprises, and a more specific related to software engineering, enterprise modelling and enterprise architecture.

In the field of engineering a more general enterprise engineering emerged, defined[25] as the application of engineering principals to the management of enterprises. It encompasses the application of knowledge, principles, and disciplines related to the analysis, design, implementation and operation of all elements associated with an enterprise. In essence this is an interdisciplinary field which combines systems engineering and strategic management as it seeks to engineer the entire enterprise in terms of the products, processes and business operations. The view is one of continuous improvement and continued adaptation as firms, processes and markets develop along their life cycles. This total systems approach encompasses the traditional areas of research and development, product design, operations and manufacturing as well as information systems and strategic management.[25] This fields is related to engineering management, operations management, service management and systems engineering.

In the context of software development a specific field of enterprise engineering has emerged, which deals with the modelling and integration of various organizational and technical parts of business processes.[26] In the context of information systems development it has been the area of activity in the organization of the systems analysis, and an extension of the scope of Information Modelling.[27] It can also be viewed as the extension and generalization of the systems analysis and systems design phases of the software development process.[28] Here Enterprise modelling can be part of the early, middle and late information system development life cycle. Explicit representation of the organizational and technical system infrastructure is being created in order to understand the orderly transformations of existing work practices.[28] This field is also called Enterprise architecture, or defined with Enterprise Ontology as being two major parts of Enterprise architecture.[24]

Related fields edit

Business reference modelling edit

 
Example of the US FEA Business Reference Model.[29]

Business reference modelling is the development of reference models concentrating on the functional and organizational aspects of the core business of an enterprise, service organization or government agency. In enterprise engineering a business reference model is part of an enterprise architecture framework. This framework defines in a series of reference models, how to organize the structure and views associated with an Enterprise Architecture.

A reference model in general is a model of something that embodies the basic goal or idea of something and can then be looked at as a reference for various purposes. A business reference model is a means to describe the business operations of an organization, independent of the organizational structure that perform them. Other types of business reference model can also depict the relationship between the business processes, business functions, and the business area’s business reference model. These reference model can be constructed in layers, and offer a foundation for the analysis of service components, technology, data, and performance.

Economic modelling edit

 
A diagram of the IS/LM model

Economic modelling is the theoretical representation of economic processes by a set of variables and a set of logical and/or quantitative relationships between them. The economic model is a simplified framework designed to illustrate complex processes, often but not always using mathematical techniques. Frequently, economic models use structural parameters. Structural parameters are underlying parameters in a model or class of models.[30] A model may have various parameters and those parameters may change to create various properties.[31]

In general terms, economic models have two functions: first as a simplification of and abstraction from observed data, and second as a means of selection of data based on a paradigm of econometric study. The simplification is particularly important for economics given the enormous complexity of economic processes. This complexity can be attributed to the diversity of factors that determine economic activity; these factors include: individual and cooperative decision processes, resource limitations, environmental and geographical constraints, institutional and legal requirements and purely random fluctuations. Economists therefore must make a reasoned choice of which variables and which relationships between these variables are relevant and which ways of analyzing and presenting this information are useful.

Ontology engineering edit

Ontology engineering or ontology building is a subfield of knowledge engineering that studies the methods and methodologies for building ontologies. In the domain of enterprise architecture, an ontology is an outline or a schema used to structure objects, their attributes and relationships in a consistent manner.[4] As in enterprise modelling, an ontology can be composed of other ontologies. The purpose of ontologies in enterprise modelling is to formalize and establish the sharability, re-usability, assimilation and dissemination of information across all organizations and departments within an enterprise. Thus, an ontology enables integration of the various functions and processes which take place in an enterprise.[32]

One common language with well articulated structure and vocabulary would enable the company to be more efficient in its operations. A common ontology will allow for effective communication, understanding and thus coordination among the various divisions of an enterprise. There are various kinds of ontologies used in numerous environments. While the language example given earlier dealt with the area of information systems and design, other ontologies may be defined for processes, methods, activities, etc., within an enterprise.[4]

Using ontologies in enterprise modelling offers several advantages. Ontologies ensure clarity, consistency, and structure to a model. They promote efficient model definition and analysis. Generic enterprise ontologies allow for reusability of and automation of components. Because ontologies are schemata or outlines, the use of ontologies does not ensure proper enterprise model definition, analysis, or clarity. Ontologies are limited by how they are defined and implemented. An ontology may or may not include the potential or capability to capture all of the aspects of what is being modelled.[4]

Systems thinking edit

The modelling of the enterprise and its environment could facilitate the creation of enhanced understanding of the business domain and processes of the extended enterprise, and especially of the relations—both those that "hold the enterprise together" and those that extend across the boundaries of the enterprise. Since enterprise is a system, concepts used in system thinking[33] can be successfully reused in modelling enterprises.

This way a fast understanding can be achieved throughout the enterprise about how business functions are working and how they depend upon other functions in the organization.

See also edit

References edit

  1. ^ Paul R. Smith & Richard Sarfaty (1993). Creating a strategic plan for configuration management using Computer Aided Software Engineering (CASE) tools. Paper For 1993 National DOE/Contractors and Facilities CAD/CAE User's Group.
  2. ^ Cornelius T. Leondes, Richard Henry Frymuth Jackson (1992). Manufacturing and Automation Systems: Techniques and Technologies. Academic Press, 1992. ISBN 0-12-012745-8, p.97
  3. ^ a b c F.B. Vernadat (1997). Enterprise Modelling Languages ICEIMT'97 Enterprise Integration - International Consensus. EI-IC ESPRIT Project 21.859.
  4. ^ a b c d e James K. Ostie (1996). "An Introduction to Enterprise Modeling and Simulation"
  5. ^ E. Aranow (1991). "Modeling Exercises Shape Up Enterprises". In: Software Magazine Vol.11, p. 36-43
  6. ^ C. J. Pétrie Jr. (1992). "Introduction", In: Enterprise Integration Modeling - Proceedings of the First International Conference MIT Press, p. 563.
  7. ^ a b "Enterprise modeling" by Ulrich Frank (2009) at wi-inf.uni-due.de. Retrieved May 30, 2009.
  8. ^ Young, J. W., and Kent, H. K. (1958). "Abstract Formulation of Data Processing Problems". In: Journal of Industrial Engineering. Nov-Dec 1958. 9(6), pp. 471-479
  9. ^ a b Janis A. Bubenko jr (2007) "From Information Algebra to Enterprise Modelling and Ontologies - a Historical Perspective on Modelling for Information Systems". In: Conceptual Modelling in Information Systems Engineering. John Krogstie et al. eds. pp 1-18
  10. ^ Doumeingts, Guy (1984) La Méthode GRAI. PhD. Thesis, University of Bordeaux I, Bordeaux, France. (In French).
  11. ^ Doumeingts, G., Vallespir, B., Zanettin, M. and Chen, D. (1992) GIM, GRAI Integrated Methodology - A methodology for Designing CIM systems, Version 1.0. Unnumbered Report, LAP/GRAI, University of Bordeaux I, France
  12. ^ a b Mark S. Fox and Michael Gruninger (1998) "Enterprise Modeling". American Association for Artificial Intelligence.
  13. ^ Naylor, T. (1970) Corporate simulation models and the economic theory of the firm, in Schrieber, A. (editor) "Corporate simulation models", University of Washington Press, Seattle, 1970, pp 1-35.
  14. ^ Gershefski, G. (1971) "What's happening in the world of corporate models?", Interfaces, Vol 1, No 4. p.44
  15. ^ a b Beer, Stafford. (1979) The Heart of Enterprise, Wiley.
  16. ^ FIPS Publication 183 Archived 2009-02-27 at the Wayback Machine released of IDEFØ December 1993 by the Computer Systems Laboratory of the National Institute of Standards and Technology (NIST).
  17. ^ Reader's Guide to IDEF0 Function Models. Accessed 27 Nov 2008.
  18. ^ Process perspectives. In: Metamodeling and method engineering, Minna Koskinen, 2000.
  19. ^ Whitten, Jeffrey L.; Lonnie D. Bentley, Kevin C. Dittman. (2004). Systems Analysis and Design Methods. 6th edition. ISBN 0-256-19906-X.
  20. ^ Matthew West and Julian Fowler (1999). Developing High Quality Data Models Archived 2008-12-21 at the Wayback Machine. The European Process Industries STEP Technical Liaison Executive (EPISTLE).
  21. ^ Haim Kilov. Business models - A Guide for Business and IT. Prentice-Hall, 2002.
  22. ^ Frank Lillehagen, John Krogstie (2008). Active Knowledge Modeling of Enterprises. Springer, 2008. ISBN 3-540-79415-8
  23. ^ Ulrich Frank (2002). "Multi-Perspective Enterprise Modeling (MEMO): Conceptual Framework and Modeling Languages". In: Proceedings of the Hawaii International Conference on System Sciences (HICSS-35). Los Alamitos, CA. Ralph H. Sprague, Jr. (eds.). IEEE Computer Society Press.
  24. ^ a b Jan Dietz (2006). Enterprise Ontology - Theory and Methodology. Springer-Verlag Berlin Heidelberg.
  25. ^ a b Enterprise Engineering Research at Royal Holloway Archived 2013-10-26 at the Wayback Machine led by Dr Alan Pilkington, Ver 9.08. Accessed 4 November 2008.
  26. ^ Vernadat, F.B. (1996) Enterprise Modeling and Integration: Principles and Applications. Chapman & Hall, London, ISBN 0-412-60550-3.
  27. ^ J A Bubenko (1993). "Extending the Scope of Information Modelling". In: Proceedings of the 4th International Workshop on the Deductive Approach to Information Systems and Databases, Costa Brava, Catalonia. 1993.
  28. ^ a b Gustas, R and Gustiene, P (2003) "Towards the Enterprise engineering approach for Information system modelling across organisational and technical boundaries", in: Proceedings of the fifth International Conference on Enterprise Information Systems, vol. 3, Angers, France, 2003, pp. 77-88.
  29. ^ FEA (2005) FEA Records Management Profile, Version 1.0. December 15, 2005.
  30. ^ Moffatt, Mike. (2008) About.com Structural Parameters Archived 2016-01-07 at the Wayback Machine Economics Glossary; Terms Beginning with S. Accessed June 19, 2008.
  31. ^ Moffatt, Mike. (2008) About.com Structure Archived 2008-09-24 at the Wayback Machine Economics Glossary; Terms Beginning with S. Accessed June 19, 2008.
  32. ^ G. Fadel, M. Fox, M. Gruninger (1994). "A Generic Enterprise Resource Ontology". In: Proceedings of the 3rd Workshop on Enabling Technologies: Infrastructure for Collaborative Enterprises. p. 117-128
  33. ^ (see, for example, (Weinberg, 1982), or, more generally, works by Bunge, for example, (Bunge, 2003) and by Hayek, for example, (Hayek, 1967))

Further reading edit

  • August-Wilhelm Scheer (1992). Architecture of Integrated Information Systems: Foundations of Enterprise Modelling. Springer-Verlag. ISBN 3-540-55131-X
  • François Vernadat (1996) Enterprise Modeling and Integration: Principles and Applications, Chapman & Hall, London, ISBN 0-412-60550-3

External links edit

  • Agile Enterprise Modeling. by S.W. Ambler, 2003-2008.
  • Enterprise Modeling Anti-patterns. by S.W. Ambler, 2005.
  • Enterprise Modelling and Information Systems Architectures - An International Journal (EMISA) is a scholarly open access journal with a unique focus on novel and innovative research on Enterprise Models and Information Systems Architectures.