anuragraghavan / franca

Automatically exported from code.google.com/p/franca
0 stars 0 forks source link

Provide generated PropertyAccessor also for TypeCollections #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Component/Plugin:
Franca deployment models (org.franca.deployment.dsl.generator)

Feature details:
From a Franca deployment specification, some Java classes (PropertyAccessors) 
are generated which allow type-safe access to deployment property values (given 
a concrete deployment definition of an interface). However, there is no such 
PropertyAccessor for a concrete deployment definition of type collections. 
There should be either another generator for this or the currently generated 
code has to be generalized (which might not be possible).

Original issue reported on code.google.com by klaus.birken@gmail.com on 15 Oct 2013 at 12:35

GoogleCodeExporter commented 9 years ago
The current generator (supporting interfaces and providers, but not 
typeCollections) is located here:
plugins/org.franca.deploymodel.dsl/src/org/franca/deploymodel/dsl/generator

Original comment by klaus.birken@gmail.com on 9 Dec 2013 at 1:06

GoogleCodeExporter commented 9 years ago

Original comment by klaus.birken@gmail.com on 9 Dec 2013 at 1:11

GoogleCodeExporter commented 9 years ago
Integrated to develop with commit 6765234. Extended deployment example with 
commit 0933e69. But the code generation example doesn't show yet how to use the 
TypeCollectionPropertyAccessor and also doesn't cover the use-relationship. 
This has to be done in a later step.

Original comment by klaus.birken@gmail.com on 4 Mar 2014 at 10:30

GoogleCodeExporter commented 9 years ago
Integrated to master.

Original comment by klaus.birken@gmail.com on 4 Mar 2014 at 12:17

GoogleCodeExporter commented 9 years ago

Original comment by klaus.birken@gmail.com on 25 Jan 2015 at 12:28