| Summary: | Migrate reusable operations from Groovy to Java | ||
|---|---|---|---|
| Product: | [Modeling] Edapt | Reporter: | Markus Herrmannsdoerfer <herrmama> |
| Component: | Core | Assignee: | Markus Herrmannsdoerfer <herrmama> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Markus Herrmannsdoerfer
Now, reusable operations can be specified completely in Java classes. These classes have to inherit from OperationImplementation which provides basic methods to deal with reusable operations. Moreover, this super class provides an interface for implementing reusable operations. The different constituents of reusable operations like parameters, constraints, and so on, are marked by Java annotations. Libraries which are implemented by separate classes provide a means to organize a large set of operations. |