Re: [poe] rightOperand is a reference to a value

One solution to this is to add a new (boolean) attribute to the 
Constraint class (in the UML model) as all we need to know is how to 
interpret the rightOperand. It will either be the value we are 
interested in comparing, or it will be a URI to some external service 
that will return the value of interest (dynamically).

Lets call this new optional attribute "dataReference"
If it is true, then the rightOperand must be a URI and must be 
dereferenced to get the value.
If it is false (the default) then the righOperand is as expected, the 
data value.


-- 
GitHub Notification of comment by riannella
Please view or discuss this issue at 
https://github.com/w3c/poe/issues/56#issuecomment-258420047 using your
 GitHub account

Received on Friday, 4 November 2016 12:36:27 UTC