Difference between revisions of "HowToAddAModel"
From OOModels
Jump to navigationJump to search
AndreasLeue (talk | contribs) m |
AndreasLeue (talk | contribs) |
||
Line 5: | Line 5: | ||
* Create a wiki page named [[Artefact:Model/com/example/MyModel]]. You can do so by linking to this page with a wiki link, like here in this sentence. You can also just type the respective URL in your browser [http://www.oomodels.org/wiki/index.php/Artefact:Model/com/example/MyModel http://www.oomodels.org/wiki/index.php/Artefact:Model/com/example/MyModel] ([[Help:Structure|learn more about wiki page names]]) | * Create a wiki page named [[Artefact:Model/com/example/MyModel]]. You can do so by linking to this page with a wiki link, like here in this sentence. You can also just type the respective URL in your browser [http://www.oomodels.org/wiki/index.php/Artefact:Model/com/example/MyModel http://www.oomodels.org/wiki/index.php/Artefact:Model/com/example/MyModel] ([[Help:Structure|learn more about wiki page names]]) | ||
* Now you can [[ArtefactSyntax|create a model from scratch]], or you can just copy&paste the wiki code from an existing page (e.g. [[Artefact:Model/org/oomodels/tests/models/basic/SimpleClass]]) and adopt it to your needs. | * Now you can [[ArtefactSyntax|create a model from scratch]], or you can just copy&paste the wiki code from an existing page (e.g. [[Artefact:Model/org/oomodels/tests/models/basic/SimpleClass]]) and adopt it to your needs. | ||
[[Category:HowTo]] |
Revision as of 19:34, 10 July 2008
- Become familiar with editing wiki pages in general. If you just want to try it out, you can do so in the OOModels:Sandbox.
- If you don't already have, create an account and login (Why do I need an account?).
- Let's assume your model is named MyModel.
- Let's assume you work for the famous example.com company.
- Create a wiki page named Artefact:Model/com/example/MyModel. You can do so by linking to this page with a wiki link, like here in this sentence. You can also just type the respective URL in your browser http://www.oomodels.org/wiki/index.php/Artefact:Model/com/example/MyModel (learn more about wiki page names)
- Now you can create a model from scratch, or you can just copy&paste the wiki code from an existing page (e.g. Artefact:Model/org/oomodels/tests/models/basic/SimpleClass) and adopt it to your needs.