Hi. So FM3 has 4 predefined types: Object, String, Number and Boolean. What
is the best way to add more. For example I want to model a database and I wan't to be able to have Integer, Float, Date, etc. -- View this message in context: http://moose-dev.97923.n3.nabble.com/Adding-predefined-types-tp4027277.html Sent from the moose-dev mailing list archive at Nabble.com. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Java also has int, float, boolean, etc. What you need to do is to model these in Famix (or whatever you want to call it), not in Fame. nicolas On 05/07/2013 01:12 PM, Yuriy Tymchuk wrote: > Hi. So FM3 has 4 predefined types: Object, String, Number and Boolean. What > is the best way to add more. For example I want to model a database and I > wan't to be able to have Integer, Float, Date, etc. > > > > -- > View this message in context: http://moose-dev.97923.n3.nabble.com/Adding-predefined-types-tp4027277.html > Sent from the moose-dev mailing list archive at Nabble.com. > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- Nicolas Anquetil -- RMod research team (Inria) _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Yes. Actually, I never liked the default primitive types. Ideally, we would not have them at all.
Cheers, Doru On May 7, 2013, at 9:57 PM, Nicolas Anquetil <[hidden email]> wrote: > > Java also has int, float, boolean, etc. > What you need to do is to model these in Famix (or whatever you want to call it), not in Fame. > > nicolas > > On 05/07/2013 01:12 PM, Yuriy Tymchuk wrote: >> Hi. So FM3 has 4 predefined types: Object, String, Number and Boolean. What >> is the best way to add more. For example I want to model a database and I >> wan't to be able to have Integer, Float, Date, etc. >> >> >> >> -- >> View this message in context: http://moose-dev.97923.n3.nabble.com/Adding-predefined-types-tp4027277.html >> Sent from the moose-dev mailing list archive at Nabble.com. >> _______________________________________________ >> Moose-dev mailing list >> [hidden email] >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > -- > Nicolas Anquetil -- RMod research team (Inria) > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- www.tudorgirba.com "Being happy is a matter of choice." _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Cool. So is there some guide how to define them yourself?
Yuriy
On 8 трав. 2013, at 11:02, "Tudor Girba-2 [via moose-dev]" <[hidden email]> wrote: Yes. Actually, I never liked the default primitive types. Ideally, we would not have them at all. View this message in context: Re: Adding predefined types Sent from the moose-dev mailing list archive at Nabble.com. _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |