MetaCASE tool

MetaCASE tool

meta-CASE tool is a type of application software that provides possibility to use more than one modelling metodics or notations within process of software development.

Another definition: Meta-CASE tools are software tools that support the design and generation of CASE tools. In general, meta-CASE tools should provide generic CASE tool components that can be customised and instantiated into particular CASE tools. The intent of meta-CASE tools is to capture the specification of the required CASE tool and then generate the tool from the specification. [1]

Contents

Overview

Quick CASE tools overview

Building large-scale software applications is very complicated process which is not easy to handle. Software companies must have good system of cooperation throughout developing teams and good displicine is highly required.

Nevertheless using CASE tools is modern way how to speed up software development and ensure higher level of application design. However there are another issues which has to be kept in mind. First of all usage of these tools doesn't guarantee good results because they are usually large, complex and extremely costly to produce and adopt.

CASE tools can be classified as either Front-end or Back-end tools [2] depending on the phase of software development they are intended to support: for example, “Front-end’ analysis and design tools versus “Back-end” implementation tools. For a software engineers working on a particular application project, the choice of CASE tool would typically be determined by factors such as size of project, methodology used, availability of tools, project budget, and numbers of people involved. For some applications, a suitable tool may not be available or the project may be too small to benefit from one.

CASE tools support a fixed number of methodologies but software development organizations dynamically change their adopted methodologies.

Quick meta-CASE tools overview

Meta-CASE products are usually highly specialised, application development environments which produce a custom tool(set) from a high level description of the required tools. [3][4]

So in other words meta-CASE technology approaches the methodology automation from a dynamic perspective.

Meta-CASE tools allow definition and construction of CASE tools that support arbitrary methodologies. A CASE tool customizer first specifies the desired methodology and customizes the corresponding CASE tool. Then software developers use that CASE tool to develop software systems. An advantage of this approach is that the same tool is used with different methodologies, which in turn, reduces the learning curve and consequently the cost. Any desired methodology can be automated or modified by the developing organization which provides a dynamic capability in today's dynamic and competitive world. From another perspective this technology can be used as a practical teaching tool considering the shortened length of development and learning times that suits academic course periods.

Differences between meta-CASE and CASE tools

Most CASE tools for object-oriented modeling are heavily based on the UML method. A method also dictates other CASE tool functions, such as how models can be made, checked and analyzed, and how code can be generated. For example, a tool can generate CORBA IDL definitions only if the modeling language can adequately specify and analyze CORBA compliant interfaces. If the tool (and method) does not generate them, it offers very little, if any, support for work on interface design and implementation.

When using methods developers often face similar difficulties. They can not specify the domain and system under development adequately because the method does not provide concepts or notations for the task at hand. End-users may find the models difficult to read and understand because they are unfamiliar with the modeling concepts. Typically they also find it difficult to map the concepts and semantics used in the models to their application domain. After creating the models, which fail even to illustrate the application domain adequately, the tool does not provide the necessary reports nor does it generate the required code.

What is needed then is the ability to easily capture the specifications of any method and then to generate CASE tools automatically from these specifications. Later when the situation in the application domain evolves and the development environment changes you may incrementally update the method support in your CASE tool. This is exactly what meta-CASE technology offers. [5]

How meta-CASE works

Traditional CASE tools are based on a two-level architecture: system designs are stored into a repository, whose schema is programmed and compiled into the CASE tool. This hard-coded part defines what kind of models can be made and how they can be analyzed. Most importantly, only the tool vendor can modify the method, because it is fixed in the code. Meta-CASE technology removes this limitation by providing flexible methods.

This is achieved by adding one level above the method level.

Meta-CASE tools are based on a three-level architecture.

1. The lowest, the model level, is similar to that of CASE tools. It includes system designs as models.

2. The middle level contains a model of the method, i.e. a metamodel. A metamodel includes the concepts, rules and diagramming notations of a given method. For example, a metamodel may specify concepts like a class and an inheritance, how they are related, and how they are represented. However, instead of being embedded in code in the tool, as in a fixed CASE tool, the method is stored as data in the repository. The use of metamodels has recently become more popular. Many method books now include metamodels of their method, and several important innovations, such as XMI, are metamodel-based. Unlike a CASE tool, a meta-CASE tool allows the user to modify the metamodel. Hence, meta-CASE is based on the flexibility of the method specifications.

3. This is achieved by having a third, higher level that includes the metamodeling language for specifying methods. This level is the hard-coded part of the meta-CASE software.

All the three levels are tightly related: a model is based on a metamodel, which in turn is based on a metamodeling language. Clearly, no modeling is possible without some sort of metamodel. This dependency structure is similar to that between objects, classes and metaclasses in some object-oriented programming languages. [5]

meta-CASE tools

This is a list of available meta-CASE tools:

- Alfabet

- ArgoUML

- ConceptBase

- Coral

- GME

- IPSYS TOOLBUILDER

- MetaEdit+ (world’s leading Domain-Specific Modeling software)

- Metamill

- MetaView

- OpenSoul Metamodeler

- Paradigm Plus produced by Computer Associates

OpenSoul Metamodeler

OpenSoul Metamodeler is a MOF based metamodeling CASE tool. It is built on MDR (Netbeans Metadata Repository) and JGraph. It is a part of OpenSoul Project, which aims to be framework for sharing models between the metamodeling community members.

OSM project is developed by a small team of students and lecturer from Prague University of Economy - IT department. OSM is developed in Java and it is based on MOF, OMG standards, JMI, Netbeans Meta Data Repository, JGraph components and W3C standards. It's inspired with some existing CASE and meta-CASE tools like MetaEdit+, DOME, ArgoUML and Poseidon for UML, Corporate Modeler.

Metamill

Metamill is a round-trip engineering tool. Engineer can forward models by generating C++, Java, C#, C and VB.NET code using code markers to preserve your changes

Metamodel system is based on UML 2.1 standard. Model files are XML files, based on XMI 2.1 standard.

Metamill was developed for need of low-cost, professional and fast UML modeling tool. The driving idea is to make it support creative visual modeling, put in it only necessary features and then make them as good as possible.

Metamill is suitable for software engineering teams as well as individual designers who need a professional but affordable tool for UML modeling and engineering.

meta-CASE research projects

MetaCASE at the University of Sunderland, United Kingdom.

Method Engineering at the University of Twente, Netherlands.

ConceptBase from Rheinisch-Westfälische Hochschule in Aachen (Germany) is a deductive object manager for meta databases. It implements Telos, a conceptual modeling language with object-oriented and deductive properties.

GOODSTEP from University of Dortmund (Germany) is an object-oriented database for software processes. On top of the database two tool generators and a software process modeling and enactment system have been built.

Hardy from AI Applications Institute at Edinburgh (United Kingdom) is a hypertext-based diagramming tool. It runs on Suns and PCs.

HotDraw from the Department of Computer Science at the University of Illinois in Urbana-Champaign (U.S.A.), is a graphics framework for structured drawing editors with animation. It has been used to create many different CASE tools.

Real benefits of using meta-CASE tools

Jackson [6] recognises the vital difference between an application’s domain and its code: two different worlds, each with its own language, experts, ways of thinking etc. A finished application forms the intersection between these worlds. The difficult job of the software engineer is to build a bridge between these worlds, at the same time as solving problems in both worlds.

Empirical studies [7][8] have consistently shown that only around half of all development projects use methods. Among those using methods, over 50% either modify the methods to better fit to their need or even develop their own methods [9][10]

In a standard CASE tool, the method supported by the tool is fixed: it cannot be changed. In a meta-CASE tool, there is complete freedom to change the method, or even develop an entirely new method. Both models and metamodels (method descriptions) are stored as first-class elements in the repository. This allows an organisation to develop a method that suits their situation and needs, and to store and disseminate that knowledge to all developers. The tool and method then guide developers, provide a common framework for them to work in, and integrate the work of the whole team. [11]

Research prototypes and even commercial meta-CASE tools have existed for many years, but only recently have there been tools which are mature, user-friendly and stable for both the method developer and the method user. One of the most widely known and used meta-CASE tools [12][13] is MetaEdit+.

Following list represents several kinds of ways how these tools can be used within software development: [14]

+ can reduce the time and cost to develop a computer-aided environment
+ can support formal software development methods
+ can support comparison of development environments
+ can used as an information systems modeling tool 
+ can support structured methods
+ can support object-oriented analysis and design
+ can be used as a logistic modeling tool
+ can support a wide variety of methods
+ can support CASE training

These tools should also possess the following characteristics: [14]

+ enabling users to create method support for their own software engineering methods with low learning curve
+ to have easy to use graphics CASE tools to support simple and efficient user interactions
+ to have the capability to check the consistency of a model, even at run-time
+ to have standard report generation facility
+ to possess transformation capability to transform from one method to other
+ to possess capability to inject CASE metrics
+ to possess complexity management tool that provides restricted views and granular model representations
+ to possess sophisticated input dialogs for creation and modification of model data
+ to possess customizable multi-method support

See also

References

  1. ^ A rapid development model for meta-CASE tool design, Conceptual Modeling — ER '97, Maokai Gong, Louise Scott, Yingping Xiao and Ray Offen, ISBN 978-3-540-63699-1
  2. ^ Definition In: D. Schefstrom, ‘System Development Environments: Contemporary Concepts’ in Schefstrom, D and van den Broek, G (eds) Tool Integration John Wiley and Sons (1993).
  3. ^ IPSYS Toolbuilder Manual, Version 2.1 Lincoln Software Ltd (1996)
  4. ^ G. Stumer, Oracle 7: A User’s and Developer’s Guide International Thomson Publishing (1995)
  5. ^ a b [1] ABC TO METACASE TECHNOLOGY, WHITE PAPER, MetaCase, 5605 North MacArthur Blvd. 11th Floor, Irving, Texas 75038
  6. ^ Jackson, M.A., Software requirement & Specifications A lexicon of practice, principles and prejudices Addison Wesley, ACM Press, 1995
  7. ^ Necco, C.R., Gordon, C.L., Tsai, N.W. Systems Analysis and Design: Current Practices, MIS Quarterly, December, 1987.
  8. ^ Fitzgerald, B., The use of system development methods: a survey. Paper ref 9/95, Univ. College Cork, 1995.
  9. ^ Russo, N., Wynekoop, J., Walz, D., The use and adaptation of system development methodologies. Procs of International Conference of IRMA, Atlanta, May 21-14, 1995.
  10. ^ Hardy, C., Thompson, J., Edwards, H., The use, limitations and customisation of structured systems development methods in the UK. Information and Software Technology, 37 (9), 1995.
  11. ^ Visual domain-specific modelling: Benefits and experiences of using meta-CASE tools, Steven Kelly, MetaCASE
  12. ^ Isazadeh, H., Lamb, D.A., CASE Environments and Meta-CASE Tools, Technical Report 1997-403, Queen’s University, Canada, February 1997
  13. ^ Alderson, A., Cartmell, J.W., Elliott, A., ToolBuilder: From CASE Tool Components to Method Engineering, Peer Logic white paper, 1999
  14. ^ a b Principles of Meta-CASE systems, Vivekanandan Suresh Kumar

External links


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать курсовую

Look at other dictionaries:

  • Method engineering — Not to be confused with Methods engineering, a subspecialty of Industrial engineering Example of a Method Engineering Process. This figure provides a process oriented view of the approach used to develop prototype IDEF9 method concepts, a… …   Wikipedia

  • Metamodeling — For other uses, see Meta model (disambiguation). Example of a Geologic map information meta model, with four types of meta objects, and their self references.[1] Metamodeling, or meta modeling in software engineering and systems engineering among …   Wikipedia

  • ConceptBase — All 4 MOF levels for Entity Relationship Diagrams displayed in the ConceptBase Graph Editor ConceptBase is a deductive and object oriented database management system developed at University of Aachen and Tilburg University. It is mainly used for… …   Wikipedia

  • MetaEdit+ — Developer(s) MetaCase Initial release 1995 Stable release 4.5 SR1a / 2009 08 18 Development status Active Operating system …   Wikipedia

  • Model-driven engineering — (MDE) is a software development methodology which focuses on creating and exploiting domain models (that is, abstract representations of the knowledge and activities that govern a particular application domain), rather than on the computing (or… …   Wikipedia

  • Herramienta CASE — Captura de pantalla del editor UML Umbrello Las herramientas CASE (Computer Aided Software Engineering, Ingeniería de Software Asistida por Computadora) son diversas aplicaciones informáticas destinadas a aumentar la productividad en el… …   Wikipedia Español

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”