Skip to main content



      Home
Home » Modeling » Epsilon » Problems with computing title of a fix
Problems with computing title of a fix [message #592982] Thu, 12 August 2010 08:47
Eclipse UserFriend
Hi,

I have an EVL critique, that computes its title, based on the faulty
property:

fix {
title: 'Set value to ' + (self.roleWorkloadRatio / 100)
do {
self.roleWorkloadRatio := self.roleWorkloadRatio / 100;
}
}

The fix itself works, but the title displays as "<error>" and in the
console I find the following message:

Property 'roleWorkloadRatio' not found in object Allocation
[roleWorkloadRatio=80.0]

This doesn't seem right, does it? It looks like the Allocation object is
the context of evaluating the title expression, but still
self.roleWorkloadRatio crashes.

Hallvard
Previous Topic:Problem deleting model element
Next Topic:Problems with computing title of a fix
Goto Forum:
  


Current Time: Sun Nov 16 10:05:29 EST 2025

Powered by FUDForum. Page generated in 0.23591 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top