Talk:Metamodeling

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Proposed merge(s)[edit]

I agree with the recommendation to merge (purge?) the article on so-called meta-modeling technique with either the metamodel or meta-modeling pages. (Those pages should also be reconciled, but that is a different matter.) The meta-modeling technique article is haphazard and poorly written as an elaboration of metamodeling; it is basically a scantily researched, intro-level academic term paper (not even really original research).

Any discussion of metamodeling to be credible at this time needs to address the [OMG's Meta-Object Facility.] The articles on metamodels and meta-modeling are headed in the right direction. Charles T. Betz 04:46, 21 April 2006 (UTC)[reply]

I also support the proposed merge(s). --Allan McInnes (talk) 03:09, 24 April 2006 (UTC)[reply]
I strongly support also the proposed merge. We need soon to have a consolidated organization for these central issues of metamodel and metamodeling. How to proceed? MDE 20:33, 13 May 2006 (UTC)[reply]
How to proceed? Well, the proposal to merge has been up for a while now, and no one's objected. So I guess we need to start moving any useful content from meta-modeling technique to meta-modeling, while filtering out anything that contains excessive, unencyclopaedic detail. --Allan McInnes (talk) 20:42, 13 May 2006 (UTC)[reply]
Most of the material has now been transported. The article meta-modeling technique now only contains only very specific material that does not correspond anymore to general topics. Ready for the next step? MDE 08:34, 27 May 2006 (UTC)[reply]
I've had a chat with the Method ENgineering people at Utrecht University. The "meta-modeling technique" is a meta-modeling technique developed there together with another university (in Japan?). It doesn't have a name and is therefore simply refered to "meta-modeling technique". Could be merged in here as an more concrete example, as long as it is made clear that it is only one possible way to do meta-modeling. —Ruud 13:34, 27 May 2006 (UTC)[reply]

Orthography[edit]

The article presently states:

The recommended standard orthography is metamodeling

By whom is this orthography recommended? --Allan McInnes (talk) 21:39, 13 May 2006 (UTC)[reply]

The trend is present papers is to use metamodel and not meta-model. This is not a critical issue but I believe we should also start challenging all usages of meta-model or meta-modeling in wikipedia to give a justification of thhis spelling. MDE 20:07, 16 May 2006 (UTC)[reply]
Do you have a citation for this trend, or is this simply your own observation? If the latter then it constitutes "original research", which is not permitted under Wikipedia policy.
As an aside: I have no opposition to establishing a standard orthography for use here on Wikipedia. What I object to is inserting assertions about standard orthography into the article itself, if no such standard orthography verifiably exists. If you want to propose (on a talk page) that all Wikipedia articles should use the spelling "metamodel" I will happily support you. If such a proposal is adopted, I suggest that the first action be to rename this article to be consistent with the orthography you wish to use. --Allan McInnes (talk) 20:37, 16 May 2006 (UTC)[reply]
About the recomended spelling for metamodel, I added as an argument that: "This is consistent with classical usage like Metaphysics, Metaprogramming, Metacognition, Metamathematics, Metalogic, Metalanguage, etc. " This has been deleted without justification. However I still do believe this was a neutral point of view and a good argument. MDE 20:11, 16 May 2006 (UTC)[reply]
I removed that statement because it did seem like an "argument", rather than a citable fact, which would again make it fall under WP:NOR. If you have a citable source that says something to the effect that "we should use the spelling 'metamodeling' to be consistent with Metaphysics, Metaprogramming, Metacognition, Metamathematics, Metalogic, Metalanguage, etc." then I'm quite happy to include the statement. --Allan McInnes (talk) 20:37, 16 May 2006 (UTC)[reply]
It seems here that the strong defenders of the hyphenated spelling (as in meta-model) are going to ask the other camp (non-hyphenated as in metamodel) to prove that they are right. This does not seem fair to an outside observer. The arguments proposed showed that the natural spelling of meta* does not use hyphenation. So the propagandists of meta-model should have the charge of the proof. 58.32.133.94 00:21, 23 May 2006 (UTC)[reply]
You misunderstand. I am not a defender of "meta-model". I frankly don't care which version of the spelling gets used. I care about two things:
  1. Consistency — whichever spelling we settle on, let's make sure it gets used for consistently (which means renaming articles if the consensus if "metamodel" rather than "meta-model");
  2. Verifiability — assertions within the article about which spelling is preferred must be backed up by citation, not by argument (regardless of how compelling the argument is). See Wikipedia's policy on "original research".
I am quite prepared to concede that MDE's argument for the use of "metamodel" is a compelling one, and that we should therefore use that spelling in preference to the hyphenated version when writing articles. But that does not mean that I support making a statement of that preference part of the article itself.
--Allan McInnes (talk) 01:12, 23 May 2006 (UTC)[reply]
So seems that there is finally a consensus here. First we should delete MDE's argument from inside the article. Then we should do some cleaning since the non-hyphenated version is used much more frequently in many other contexts. Should we? Or should we still wait that the defenders of the hyphenated versions (meta-model, meta-modeling, etc.) present their arguments if they have some?—The preceding unsigned comment was added by 62.23.3.58 (talkcontribs) .
--I have removed MDE's explicit argument to take into account Allan McInnes's suggestion. Hope this is OK to you. If not please revert.—The preceding unsigned comment was added by 62.23.3.58 (talkcontribs) .
Any new initiative to complete the cleaning up of this article? 82.67.133.100 17:29, 5 June 2006 (UTC)[reply]


Confusion[edit]

I'm having some trouble understanding what metamodeling is from this entry. I try to relate it to what I know and I remain confused.

The opening sentence states "metamodeling is the construction of a collection of "concepts" (things, terms, etc.) within a certain domain". That just sounds like creating a data model. So why isn't that "modeling" instead of "metamodeling"?

I want to build up a lending library application. I have books, CDs, and DVDs and I lend them out to people and organizations. Using pure data modeling, I create Book, CD, DVD, People, and Organization types. I normalize the model and factor out Lendable and Borrower as base types. Those 7 types are my "model". The books, people, etc in my data store are my "data". (I state those last two things explicitly to make sure we have the same understanding of "data" and "model".)

In new-school terminology, I'm making an extendable lending application. I create the base types Lendable and Borrower. I create a mechanism so that people using my application can create derived types to model their situation. In this world, I have created a metamodel that allows people to create a data model. Maybe they make one for books, CDs, and DVDs or maybe they make it for power tools and model trains.

Is that correct? Are the types Lendable and Borrower the metamodel? Should Lendable and Borrower be abstract (non-instantiable) types? If they aren't abstract, are they part of the metamodel and the data model? Is the code (or definition language) I write that lets people define their own types (Book, PowerTool) the metamodel?

Is a general purpose data modeling tool or language a metamodel? UML? An RDBMS language like SQL? XSD?

Perhaps the answer is I should go get a basic text book on metamodeling and read it so I can contribute constructively instead of just asking questions. Ishi Gustaedr 21:53, 2 August 2006 (UTC)[reply]

Like you, I came here trying to understand the difference between modeling and meta-modeling. I agree that I am confused after reading this. I'm just going to disagree with one thing you say: you think you should read a basic textbook so you can contribute constructively. I, on the other hand, think this should _be_, in a sense, the basic textbook. So this is where you should come _before_ you go to the treeware text!
My original confusion between modeling (henceforth M) and meta-modeling (henceforth MM) was because I had been working with a group for several years doing what we all called M. We were modeling dictionaries (lexicons, actually, but the diff is irrelevant for this discussion). Recently I met someone who is doing exactly the same thing, but he calls it MM.
Here's what I finally decided must be the difference (before I came to this article and got confused again). Previously, we were modeling yet-to-be-built dictionaries. Based on the model, we built software to allow linguists (working in mostly undescribed, and often previously unwritten, languages) to build a database of the words they collected. Eventually, they might create print dictionaries based on the database. But the key is, the _real_ dictionary was the database; any given print dictionary might leave out words that the linguist had collected, not to mention having a different format. So what we were modeling was the "real" dictionaries, and any print dictionaries that might result were derivative.
The person I met, on the other hand, was building databases of print dictionaries. Any particular database was itself a model of a print dictionary--and might leave out things (like page numbers, cover pages etc.) that the "real" dictionary had. So the framework he was building that would describe the database was a meta-model, because it was a model of the database model.
Does this make any sense as the diff between models and meta-models? Mcswell 01:50, 18 January 2007 (UTC)[reply]
Agree the article is in need of elaboration. My understanding comes from reading the Meta Object Facility version 1.x introduction, David Hay's recent book on metadata, and struggling through some of Jean Bezevin's work. Don't have time to work any of this into the article which is too brief and a bit on the academic side. It's an important enough topic to merit further treatment, including examples. The issue of relativity needs to be discussed in depth (one person's data is another person's metadata - it is perspective-dependent). Good luck and hope this helps. Charles T. Betz 03:31, 18 January 2007 (UTC)[reply]
Thanks, and I look forward to the discussion of relativity (and examples always help, too)! Mcswell 13:45, 21 January 2007 (UTC)[reply]

Reproposing Merge Feb. 2007[edit]

Ruud Koot has proposed that these this and Meta-modeling technique be merged. I have updated the date tag at Meta-modeling technique and placed a merge tag on this page. I take no position on whether or not these should be merged. --Selket Talk 00:34, 28 February 2007 (UTC)[reply]

I merged the two articles Metamodeling and Meta-modeling technique I can however imagine that this article be split again. But now in:
  1. Metamodeling
  2. and different kins of metamodels
The current article is much to explicit on certain details but is missing overview. - Mdd 14:40, 28 August 2007 (UTC)[reply]

Remove the section "Concepts in metamodeling" as irrelevant.[edit]

The section "Concepts in metamodeling" seems totally out of scope with respect to the general notion of metamodeling. It presents data from a strange "Wikipedia:WikiProject Method engineering." which is not relevant to the usual acceptation of the term metamodeling.

It seems they have an overloaded definition of metamodeling within the scope of that project, but a pointer to that possible meaning of the term would be largely sufficient on this general page on metamodeling. —Preceding unsigned comment added by YannTM (talkcontribs) 15:43, 5 April 2008 (UTC)[reply]

There is no section "Concepts in metamodeling". If you want to remove something. Please explain what you want to remove, and wait for further comment. -- Mdd (talk) 22:32, 5 April 2008 (UTC)[reply]
Ok I understand. You allready removed it. Don't do that again, please. Now I replaced it. That section is there because in August 2007:
Because of this history this article contains a large text about Meta-modeling techniques. Just deleting this text doesn't make much sence.
Your main argument was that that section seemd totally out of scope with respect to the general notion of metamodeling... and this is not relevant to the usual acceptation of the term metamodeling.
Maybe you are right, maybe not. But just deliting that section is no option in Wikipedia. We should find another solution. I an not an expert in this field so this should take a some time. And some more discussion. Ok? -- Mdd (talk) 22:46, 5 April 2008 (UTC)[reply]
Hi, ok I'm sorry if my removal was a bit rash. But actually you removed three edits, of which only the last one was removing this phony text about metamodeling. I would like to revert the other two, which were very minor edits. I'm a PhD in cs and assistant professor in paris 6, and metamodeling, meta-metamodeling (and more generally models) is my field of study, so I am pretty sure of myself when I say this text is parasitic. I believe you are the one who merged these two articles into one, but I must say I believe this is a mistake. The section I tried to remove simply does not belong on this page. I do not understand why you fused the pages if you don't know about the subject ? You seem very helpful and invested in the wikipedia, but this is not a good merge. The page is very much polluted by this text. In summary, since you seem to be editor :) of this page, could you please remove this text and return it to some page called : Wikipedia:WikiProject Method engineering:Metamodeling as seen by University of Utrecht or suchlike. It does not belong here ! YannTM —Preceding unsigned comment added by 81.64.18.138 (talk) 08:10, 8 April 2008 (UTC)[reply]
Ok two things.
  • One of your two edits made no sense, see here. I only assumed the other edits didn't also. If this is not the case, reinstate that edit yourself.
  • If you want to have the Meta-modeling technique removed here, the proper thing to do is to propose to split this article in two articles.
Thank you. And all those speculations about Wikipedia users are just a waste of time. If you want to contribute to Wikipedia, play by the rules. -- Mdd (talk) 09:00, 8 April 2008 (UTC)[reply]
Ps. I do agree with your intention, and your argumentation. But I wasn't the one who proposed this merge in the first place. This was an American PhD student. The thing is that we don't just delete content for the reason that it doesn't fit one expert's perspective. Deleting content is only our last option.
I do think the overview here of modelling techniques is interesting enough for Wikipedia. But I also don't understand why they named this metamodelling techniques in the first place, while they should have just called it modelling techniques.
A nice solution would be to find an other article, where this section would fit. Do you have any idea? -- Mdd (talk) 09:23, 8 April 2008 (UTC)[reply]
I think I have found a solution here. The whole section can be moved into the Metadata modeling article. -- Mdd (talk) 10:05, 8 April 2008 (UTC)[reply]

The recreation of the metamodeling techniques article[edit]

I am starting to regret my last move allready. The Metadata modeling article seems to be a recreation of the Meta-modeling technique article, see here. We are back were the discussion started here 21 April 2006. What the hell went wrong here? -- Mdd (talk) 10:23, 8 April 2008 (UTC)[reply]

Maybe there was an other solution:
  • The first part about Sequential activities can be merged into the Activity diagram article.
  • The second part can be recreated as separate Process-data diagram article. This type of diagram is mentioned in about 40 articles, see here, but hasn't got an article of its own.
To be or not to be!? -- Mdd (talk) 10:36, 8 April 2008 (UTC)[reply]

Copy-paste registration[edit]

I allready explained in the above discussion, see Mdd (talk) 22:46, 5 April 2008 (UTC) that:

-- Mdd (talk) 02:19, 6 November 2009 (UTC)[reply]

Request for feedback (Portofino framework)[edit]

I've written a new article about Portofino, an open-source web application framework written in Java and based on model-driven engineering.

The framework was mentioned in the Metamodeling article (as "ManyDesigns Portofino"), so I would kindly ask anybody interested in the subject to review my article and provide some feedback.

I'm keeping the article under my personal page during the review process.

Predonzani (talk) 09:55, 9 February 2010 (UTC)[reply]

Stale links[edit]

The following links in references should be corrected or removed:

Oleg Garitselov, Saraju Mohanty, and Elias Kougianos, "A Comparative Study of Metamodels for Fast and Accurate Simulation of Nano-CMOS Circuits", IEEE Transactions on Semiconductor Manufacturing (TSM), Vol. 25, No. 1, February 2012, pp. 26--36.

Saraju Mohanty Ultra-Fast Design Exploration of Nanoscale Circuits through Metamodeling, Invited Talk, Semiconductor Research Corportation (SRC), Texas Analog Center for Excellence (TxACE), 27 April 2012.

Saraju Mohanty and Elias Kougianos, "Polynomial Metamodel Based Fast Optimization of Nano-CMOS Oscillator Circuits", Springer Analog Integrated Circuits and Signal Processing Journal, Volume 79, Issue 3, June 2014, pp. 437--453.


Jean-Marie Favre: Towards a Basic Theory to Model Driven Engineering.

AtlanticZoo. — Preceding unsigned comment added by Helcim (talkcontribs) 11:39, 6 August 2016 (UTC)[reply]

External links modified[edit]

Hello fellow Wikipedians,

I have just modified 5 external links on Metamodeling. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:

When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 18 January 2022).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—InternetArchiveBot (Report bug) 23:17, 30 December 2017 (UTC)[reply]