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"

m
 
(2 intermediate revisions by the same user not shown)
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.
 
  
Installation and use:
+
It is included a standard example since version 0.9.0.
[[File:Java_Example_-_How_to.pdf]]
+
  
Eclipse project with model version 0.8.2:
+
* New > Example...
[[File:App4mc-amalthea-example-java_model-0.8.2.zip]]
+
  
Eclipse project with model version 0.8.3:
+
[[File:APP4MC_create-java-example.png]]
[[File:App4mc-amalthea-example-java_model-0.8.3.zip]]
+

Latest revision as of 12:21, 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...

APP4MC create-java-example.png

Back to the top