Bug 464668 - Provide the means to share variables between semantic candidates expressions
Summary: Provide the means to share variables between semantic candidates expressions
Status: NEW
Alias: None
Product: Sirius
Classification: Modeling
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2015-04-15 05:38 EDT by Stéphane Thibaudeau CLA
Modified: 2018-12-18 04:53 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stéphane Thibaudeau CLA 2015-04-15 05:38:47 EDT
I often need to compute the same data for 2 different semantic candidates expressions. For performance and reusability concerns it would be nice to be able to share this data between the expressions.
This could be done by allowing one to declare variables under a Representation, Layer or Mapping node.
These variables would be accessible when in the right context, and removed once the context is not accessible anymore.