anuragraghavan / franca

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

Add "Interface" as a type for deployment properties #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, Franca deployment models support properties of types integer, 
string, boolean and enum. However, sometimes deployment properties have to 
reference Franca interfaces. This should be introduced as a new basic type. 
Example:

specification MySpec {
   for interfaces {
      MyFriend : Interface;
   }
}

Original issue reported on code.google.com by klaus.birken@gmail.com on 17 May 2013 at 8:54

GoogleCodeExporter commented 9 years ago
Implemented, will be released with v0.8.8.

Original comment by klaus.birken@gmail.com on 10 Jun 2013 at 9:18

GoogleCodeExporter commented 9 years ago

Original comment by klaus.birken@gmail.com on 10 Jun 2013 at 2:26

GoogleCodeExporter commented 9 years ago

Original comment by klaus.birken@gmail.com on 11 Jul 2013 at 11:27