epsilonlabs / emc-ptcim

EMC driver for the PTC Integrity Modeler
Eclipse Public License 1.0
2 stars 0 forks source link

Return type is both an attribute and an association #18

Open zolotas4 opened 8 years ago

zolotas4 commented 8 years ago

Think of a convention to handle this situation. Two alternatives: 1) Use annotation (e.g. @Attribute or @Association) 2) Use a symbol at the end of the association name (e.g. returnType*) and store this name instead in the cache for the association and the plain (i.e. returnType) for the attribute.