What does the following line mean?
InvokedClasses in Smalltalk::Array (59) Thanks. Zhe-Xi Lim |
Hi,
I presume you see this line in a navigation tab of the class Smalltalk::Array in the Moose Panel. In this case, it means that if you click on it you will see the classes that have methods that are invoked from the methods of the Array class. Cheers, Doru On 9 Dec 2010, at 17:34, Zhe-Xi Lim wrote: > > What does the following line mean? > > InvokedClasses in Smalltalk::Array (59) > > Thanks. > > Zhe-Xi Lim > > -- > View this message in context: http://forum.world.st/InvokedClasses-question-tp3080486p3080486.html > Sent from the Moose mailing list archive at Nabble.com. > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- www.tudorgirba.com "Live like you mean it." _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Tudor,
Thanks for answering. Yes, I see that line in a navigation tab in the Moose Panel. What is the difference between "InvokedClasses" and "InvokingClasses"? These two categories seemed confusing to me. Thanks. Zhe-Xi |
invokedClasses for a class are the classes this class depends (ie., this class invokes)
invokingClasses for a class are the classes that depend upon this class (ie., invoke this class) Cheers,
On Mon, Dec 13, 2010 at 4:04 PM, Zhe-Xi Lim <[hidden email]> wrote:
-- Andre Hora _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Thank you. Now it seems a bit clearer.
|
Hi,
two more questions: What do "fanIn" and "fanOut" mean in the properties tab of a FAMIX class? Is a value of "-1" for a particular properties means that the properties is not available/well defined? I attached a image showing the situation of the questions above. BTW, where can I find documentation for all the detailed explanation for each properties? Seem like The Moose Book does not have the in-depth explanation on this matter. Thank you. Zhe-Xi |
http://it.toolbox.com/blogs/enterprise-solutions/design-principles-fanin-vs-fanout-16088
"The fan-out of a module is the number of its immediately subordinate modules." "The fan-in of a module is the number of its immediately superordinate (i.e., parent or boss) modules. " Cheers, Alexandre On 13 Dec 2010, at 13:41, Zhe-Xi Lim wrote: > > Hi, > > two more questions: > > What do "fanIn" and "fanOut" mean in the properties tab of a FAMIX class? > Is a value of "-1" for a particular properties means that the properties is > not available/well defined? > > I attached a image showing the situation of the questions above. > http://forum.world.st/file/n3085717/Queries.jpg > > BTW, where can I find documentation for all the detailed explanation for > each properties? Seem like The Moose Book does not have the in-depth > explanation on this matter. > > Thank you. > > > Zhe-Xi > -- > View this message in context: http://forum.world.st/InvokedClasses-question-tp3080486p3085717.html > Sent from the Moose mailing list archive at Nabble.com. > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |