You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The feature quality matrix does not always show the targets of the references. I have attached a file where that replicates the bug. bug_example.txt
Just look at WinController in the matrix and the target will be missing.
However there are cases where it does work. The following example does work:
abstract Function
deployedTo -> DeviceNode
abstract DeviceNode
cost -> integer
funcA : Function
[deployedTo in (deviceA, deviceB)]
funcB : Function
[deployedTo in (deviceA, deviceB)]
deviceA : DeviceNode ?
[cost = 10]
deviceB : DeviceNode ?
[cost = 10]