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

VIATRA/Releases/MigrationTo1.5

< VIATRA‎ | Releases
Revision as of 09:56, 10 October 2016 by Unnamed Poltroon (Talk) (Created page with "== Internal API changes == The <code>IntValue</code> and <code>DoubleValue</code> EClasses were removed from the patternlanguage metamodel. Its functionality is provided by t...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Internal API changes

The IntValue and DoubleValue EClasses were removed from the patternlanguage metamodel. Its functionality is provided by the new NumberValue EClass that references Xbase number literals.

Back to the top