| /* |
| * test |
| * non user doc |
| */ |
| |
| FeaturizerModel Development |
| |
| Feature TemplateFeature |
| //shortName '''not important for now''' |
| description '''Plain text: A ProtocolClass defines the Interface of a Port. It specifies the exchanged messages and data.''' |
| text ''' |
| md/html: It can provide one of three different CommunicationTypes (eventdriven, datadriven, sync). |
| Long explanation here |
| ''' |
| example ''' |
| LaTex: Examples here |
| ''' |
| help ''' |
| Markdown (GMF): Hover help |
| ''' |
| |
| // relations |
| isA Feature123 //(inherits relations and properties) |
| isOfType Feature123 // instantiation |
| contains Feature123 // sub features |
| edits Feature123 // ~ ui |
| views Feature123 // ~ ui |
| uses Feature123 // if other relations don't fit use this |
| |
| // properties |
| property name123 values { "*", "1..n" } |
| |
| // status |
| stable |
| ; |
| |
| Feature Feature123 |
| description '''''' |
| stable |
| ; |
| |
| |