Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable use of MLM variables in curly braces #7

Open
hflicka opened this issue Sep 19, 2012 · 2 comments
Open

Enable use of MLM variables in curly braces #7

hflicka opened this issue Sep 19, 2012 · 2 comments

Comments

@hflicka
Copy link
Owner

hflicka commented Sep 19, 2012

As of the Arden Syntax standard, MLM variables may be used in curly brackets in an implementation-specific manner, then being substituted by their values.
I propose using a bash-style syntax such as $varname or $(varname) (can't use curly braces here).

@hflicka
Copy link
Owner Author

hflicka commented Oct 2, 2012

I recently enabled the reading of MLM variables from the Java 'outside'. That is, the MedicalLogicModule interface has received a new function getValue(String name) which returns the value of a MLM Variable. Using this function, it is possible to read MLM variables in the Execution Context, given that the MLM is known to the context.

@Tetr4
Copy link

Tetr4 commented Jan 3, 2016

This issue was moved to PLRI#11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants