17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 689 Views |
-
"Formulas" Module

27 August 2008 at 11:00am
Hi all,
I'm figuring out how a 'formulas' extension could best be built.
At the moment, I'm thinking of something like:
A 'Formula' abstract class that extends 'DataObjectSet'. This class can have any number of methods that represent particular calculations which might be done recusively on each object in the set, or summarizing particular properties in the set.
It would have some standard methods such as:
applyToAll('qty', 'sum')
which would return a value based on applying the method 'sum' to the an array of all property 'qty' of child objectsand
applyToEach('diameter', 'area')
whilch return an array of values based on applying the method 'area' to each property 'diameter'.Just looking for thoughts and ideas about how to improve it etc. if I build it I'd like it to be as versatile as possible, and if it already exists that would save me lots of time
-
Re: "Formulas" Module

27 August 2008 at 11:03am
Some other notes - I'm also looking at things like defining a time scale/relative measure so you can start doing complex things like differentiating/integrating over a value, and perhaps putting it out there as a better method for creating marker filter functions, etc.
| 689 Views | ||
|
Page:
1
|
Go to Top |

