Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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"

m
Line 3: Line 3:
 
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.
+
It is included a standard example since version 0.9.0.
  
* Installation and use:
+
* New > Example...
:- [[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''
+

Revision as of 12:15, 10 August 2020

Java Example

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

It is included a standard example since version 0.9.0.

  • New > Example...

Back to the top