Domain-specific modeling: Difference between revisions

Content deleted Content added
It does not have to be "graphical".
Line 1:
'''Domain-specific modeling (DSM)''' is a [[software engineering]] [[Methodology (software engineering)|methodology]] for designing and developing systems, such as [[computer software]]. It involves systematic use of a graphical [[___domain-specific language]] (DSL) to represent the various facets of a system. DSM languages tend to support higher-level [[Abstraction (computer science)|abstractions]] than [[general-purpose modeling]] languages, so they require less effort and fewer low-level details to specify a given system.
 
== Overview ==