100 likes | 234 Views
Transformation Tool Contest 2014. co-located with Software Technologies: Applications and Foundations (STAF) conferences This contest is the seventh of its kind ( AGTiVE 2007, GraBaTs 2008 and 2009 workshops, and the TTC 2010, 2011 and 2013 workshops)
E N D
Transformation Tool Contest 2014 co-located with Software Technologies: Applications and Foundations (STAF) conferences This contest is the seventh of its kind (AGTiVE 2007, GraBaTs2008 and 2009 workshops, and the TTC 2010, 2011 and 2013 workshops) submission should consist of a paper and the actual solution (i.e., programs, models, etc.). compare the expressiveness, the usability and the performance of graph/model transformation tools along a number of selected case studies.
Case Study: FIXML to Java, C# and C++ FIX (Financial Information eXchange) format is used in financial transactions. 3 types of transformations: • FIXML XML > FIXML model (T2M) • FIXML model > Model of Programming language(Java, C# and C++) (M2M) • Java, C# and C++ model > source code (M2T)
FIXML Schema > DOME Tool Specification <xs:includeschemaLocation="fixml-pretrade-4-4.xsd"/> <xs:includeschemaLocation="fixml-indications-impl-4-4.xsd"/> <xs:includeschemaLocation="fixml-newsevents-impl-4-4.xsd"/> <xs:includeschemaLocation="fixml-quotation-impl-4-4.xsd"/> <xs:includeschemaLocation="fixml-marketdata-impl-4-4.xsd"/> <xs:includeschemaLocation="fixml-securitystatus-impl-4-4.xsd"/> <xs:includeschemaLocation="fixml-trade-4-4.xsd"/> <xs:includeschemaLocation="fixml-order-impl-4-4.xsd"/> <xs:includeschemaLocation="fixml-crossorders-impl-4-4.xsd"/> <xs:includeschemaLocation="fixml-multilegorders-impl-4-4.xsd"/> <xs:includeschemaLocation="fixml-listorders-impl-4-4.xsd"/> <xs:includeschemaLocation="fixml-posttrade-4-4.xsd"/> <xs:includeschemaLocation="fixml-allocation-impl-4-4.xsd"/> <xs:includeschemaLocation="fixml-collateral-impl-4-4.xsd"/> <xs:includeschemaLocation="fixml-confirmation-impl-4-4.xsd"/> <xs:includeschemaLocation="fixml-positions-impl-4-4.xsd"/> <xs:includeschemaLocation="fixml-registration-impl-4-4.xsd"/> <xs:includeschemaLocation="fixml-tradecapture-impl-4-4.xsd"/> <xs:includeschemaLocation="fixml-settlement-impl-4-4.xsd"/>