Hi guys
we are hacking with andre some tests for the exporter. Now we would like to compare two FAMIX entities and in particular their properties here are a bunch of questions we got
- why there is no class comment on MSEDefaultState and friends? what is the difference between a property and an attributes
- how can I get all the properties defined on an entity? there is allDefinedProperties
Now how can I apply a given FMDescription of a property obtained from the the allDefinedProperties to a given entity
I was thinking about
aDescription valueFor: anEntity
Stef and Andre