Jump to content

General-purpose modeling

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Tea2min (talk | contribs) at 06:22, 8 April 2018 (Remove redlink Southbeach Notation from "See also" section. Deleted 2010-10-02 as a redirect to a deleted or non-existent page.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

General-purpose modeling (GPM) is the systematic use of a general-purpose modeling language to represent the various facets of an object or a system. Examples of GPM languages are:

  • The Unified Modeling Language (UML), an industry standard for modeling software-intensive systems
  • EXPRESS, a data modeling language for product data, standardized as ISO 10303-11
  • IDEF, a group of languages from the 1970s that aimed to be neutral, generic and reusable
  • Gellish, an industry standard natural language oriented modeling language for storage and exchange of data and knowledge, published in 2005
  • Lisp, a functional programming language designed for symbol processing, later extended with imperative abilities
  • XML, a data modeling language now beginning to be used to model code (MetaL, Microsoft .Net [1])

Contrast GPM languages with dedicated domain-specific modeling (DSM) languages, which like domain-specific languages (DSLs), are maturing and becoming a viable alternative to GPM languages.

See also