Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 1st, 2012  |  syntax: None  |  size: 0.21 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. How to create a Has-A reference (containment) in ECORE that is available at runtime?
  2. MyVolume
  3.  - depth: EDouble
  4.  - height: EDouble
  5.  - width: EDouble
  6.  - volume()
  7.  
  8. MyClass
  9.  - name: EString
  10.  - volume: MyVolume