« 回到Scenario Collection

Implementing a Modeling Language: ER-Model Case

組合檢視 平均檢視 瀏覽樹狀資料
相關串連 [ 前一個 | 下一個 ]
Implementing a Modeling Language: ER-Model Case
答覆
2014/9/19 上午 11:20
The following scenario provides the realization of a modeling method by the ER-Model example. It is shown how to inherit classes and relation classes from the ADOxx Meta Model and how to add/configure attributes. 

The scenario consisits of two parts. Part I discusses some conceptual aspects of the implementation of a modeling language with ADOxx. In particular we show how to map the generic ADOxx Meta2Model to a concrete modeling language, namely the ER language. Part II provides a step-by-step hands-on guide for the realization of an ER meta model with ADOxx.

Download:
             Implementing a Modeling Language ER-Model Scenario.pdf
       Library:
             Modeling Language Scenario ER-Model Library.abl   
       GraphReps:
             Attribute_GraphRep.leo
             Entity_GraphRep.leo 
             has_GraphRep.leo 
             Relation_GraphRep.leo 
       AttrReps:
             Attribute_AttrRep.txt 


Concept:
  • Mapping the generic ADOxx Meta2Model to a concrete modeling language

           




Result: