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 "APP4MC/userinfo"

Line 2: Line 2:
 
== Java Example ==
 
== Java Example ==
 
This example shows how to use a Java class to load, modify and store an AMALTHEA model.
 
This example shows how to use a Java class to load, modify and store an AMALTHEA model.
 +
 
The classes are part of an Eclipse plugin project.
 
The classes are part of an Eclipse plugin project.
  
Installation and use:  
+
* Installation and use:
[[File:Java_Example_-_How_to.pdf]]
+
:- [[File:Java_Example_-_How_to.pdf]]
 +
 
 +
* Eclipse project with model version 0.8.2:
 +
:- [[File:App4mc-amalthea-example-java_model-0.8.2.zip]]
  
Eclipse project with model version 0.8.2:  
+
* Eclipse project with model version 0.8.3:  
[[File:App4mc-amalthea-example-java_model-0.8.2.zip]]
+
:- [[File:App4mc-amalthea-example-java_model-0.8.3.zip]]
  
Eclipse project with model version 0.8.3:
+
''The example will be included in future versions of APP4MC''
[[File:App4mc-amalthea-example-java_model-0.8.3.zip]]
+

Revision as of 08:07, 6 March 2018

Java Example

This example shows how to use a Java class to load, modify and store an AMALTHEA model.

The classes are part of an Eclipse plugin project.

  • Installation and use:
- File:Java Example - How to.pdf
  • Eclipse project with model version 0.8.2:
- File:App4mc-amalthea-example-java model-0.8.2.zip
  • Eclipse project with model version 0.8.3:
- File:App4mc-amalthea-example-java model-0.8.3.zip

The example will be included in future versions of APP4MC

Back to the top