eMoflon / emoflon-ibex

Shared, eMoflon-specific component for incremental unidirectional and bidirectional graph transformations
GNU General Public License v3.0
12 stars 4 forks source link

Attributes (5): Extend Editor-TGG to internal TGG transformation to cover CSPs #43

Closed anthonyanjorin closed 7 years ago

anthonyanjorin commented 7 years ago

Extend the trafo so CSPs are also produced in our internal TGG models.

erhanleblebici commented 7 years ago

attribute constraint definitions in the editor model do not seem to be correct. Do we have a parser problem here? Below, there is an example for eq: Parameters without type and adornmets with value "["

<attributeCondDefs name="eq">
  <params/>
  <params index="1"/>
  <allowedSyncAdornments>
    <value>[</value>
  </allowedSyncAdornments>
  <allowedSyncAdornments>
    <value>[</value>
  </allowedSyncAdornments>
  <allowedSyncAdornments>
    <value>[</value>
  </allowedSyncAdornments>
  <allowedGenAdornments>
    <value>[</value>
  </allowedGenAdornments>
  <allowedGenAdornments>
    <value>[</value>
  </allowedGenAdornments>
  <allowedGenAdornments>
    <value>[</value>
  </allowedGenAdornments>
  <allowedGenAdornments>
    <value>[</value>
  </allowedGenAdornments>
</attributeCondDefs>
anthonyanjorin commented 7 years ago

Found the typo in the .xtext grammar, I'm on it...

anthonyanjorin commented 7 years ago

Done

Arikae commented 7 years ago

Done but some errors remain from previous implementation attempts (02.12.2016 by Tony)