Enable technology-specific types to target more than one kind of built-in type #7
Labels
enhancement
New feature or request
technology modeling
Issue concerns technology modeling with LEMMA
Technology-specific types in LEMMA technology models can currently only target one built-in type kind at once. For example, a hypothetical technology-specific for Spring's type
Response Entity
may be captured in a LEMMA technology model as follows:However, a
ResponseEntity
may cluster several values of different Java types, e.g., regular classes, enumeration classes, and instances of lists. These types map LEMMA data structures, enumerations, and list types. However, the technology-specificResponseEntity
may only be defined as applicable to exactly one of these types. LEMMA should therefore support the modeling of technology-specific types that can be mapped to more than one kind of a built-in type. A possible solution to this lack in expressivity could be to allow for modeling eponymous types for different type kinds, e.g.,(The modeling of technology-specific enumeration types, as shown above, is currently not possible; their integration is addressed by issue #8.)
The text was updated successfully, but these errors were encountered: