Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "STEM Model Generator"

(Installation)
Line 9: Line 9:
 
'''Important note''':  the STEM Model Generator is currently intended for use in the Eclipse SDK only.  '''''It is not intended for installation or use within the STEM application.'''''
 
'''Important note''':  the STEM Model Generator is currently intended for use in the Eclipse SDK only.  '''''It is not intended for installation or use within the STEM application.'''''
  
# Open Eclipse SDK version 3.7.2 or later
+
* Follow the steps of the [[STEM Eclipse Setup|STEM/Eclipse Setup]] to setup your development environment
#  
+
* Add the '''STEM Model Generator''' Update Site into Eclipse
 +
*# Launch your Eclipse SDK
 +
*# Select the '''Help''' menu and choose '''Install New Software'''
 +
*#: Image
 +
*# When the '''Install''' dialog opens, click '''Add'''
 +
*# In '''Add Repository''' dialog, enter the following values:
 +
*#: Name:  '''STEM Developer Tools'''
 +
*#: Location:  '''http://download.eclipse.org/stem/update-site/prerelease/'''
 +
*#: Image
 +
*#: Click '''OK'''
  
 
== Create a new computational model  ==
 
== Create a new computational model  ==

Revision as of 15:31, 4 September 2012

About

Holder page for model generator


Installation

Important note:  the STEM Model Generator is currently intended for use in the Eclipse SDK only.  It is not intended for installation or use within the STEM application.

  • Follow the steps of the STEM/Eclipse Setup to setup your development environment
  • Add the STEM Model Generator Update Site into Eclipse
    1. Launch your Eclipse SDK
    2. Select the Help menu and choose Install New Software
      Image
    3. When the Install dialog opens, click Add
    4. In Add Repository dialog, enter the following values:
      Name: STEM Developer Tools
      Location: http://download.eclipse.org/stem/update-site/prerelease/
      Image
      Click OK

Create a new computational model

Edit an existing computational model

The STEM Metamodel

Use an existing EMF Ecore/GenModel with the Model Generator

Back to the top