1. IntroductionA broad view of MDE (Model Driven Engineering) is transforming models of software into code.What are models? In software engineering, generally, graphs, all kinds of graphs. E.g. finite state machine (FSM), message sequence charts, logic circuit diagram, data flow model, petri net, network architecture, etc.MDE is a fancy database application.moreRecall MDE is about drawing all kinds of graphs then transfer them to code. In fact, any model could be mapped to a database, i.e. tables, constraints, thus, any model is intrinsically a database which it can be transfered to.Take class
...
继续阅读
(24)