Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python,': 0.02; 'languages.': 0.04; 'subject:support': 0.07; 'subject:Does': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'appreciated!': 0.16; 'received:mac.com': 0.16; 'subject:Language': 0.16; 'url:py': 0.16; 'subject:python': 0.16; 'thanks,': 0.17; 'wrote:': 0.18; 'trying': 0.19; 'received:10.0.1': 0.19; 'cc:addr:python.org': 0.22; 'cc:2**1': 0.23; 'this?': 0.23; 'java': 0.24; 'cc:no real name:2**0': 0.24; 'url:edu': 0.26; 'am,': 0.29; 'url:code': 0.29; 'url:mailman': 0.30; 'up:': 0.31; 'url:python': 0.33; 'google': 0.35; 'there': 0.35; 'url:listinfo': 0.36; 'next': 0.36; 'possible': 0.36; 'subject:?': 0.36; 'hi,': 0.36; 'received:10.0': 0.36; 'url:org': 0.36; 'seconds': 0.37; 'application': 0.37; 'list': 0.37; 'received:10': 0.37; 'received:17': 0.38; 'does': 0.39; 'url:mail': 0.40; 'kind': 0.63; 'to:addr:gmail.com': 0.65; 'charset:windows-1252': 0.65; 'jul': 0.74; '2014,': 0.84; 'br,': 0.84; 'header:In-reply-to:1': 0.84 MIME-version: 1.0 Content-type: text/plain; charset=windows-1252 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.12.52,1.0.14,0.0.0000 definitions=2014-07-09_03:2014-07-09,2014-07-09,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1402240000 definitions=main-1407090172 Subject: Re: Does python support ATL Modelling Language? From: William Ray Wing In-reply-to: Date: Wed, 09 Jul 2014 09:20:49 -0400 Content-transfer-encoding: quoted-printable References: To: varun bhatnagar X-Mailer: Apple Mail (2.1878.6) Cc: python-list@python.org, "William R. Wing" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1404915672 news.xs4all.nl 2862 [2001:888:2000:d::a6]:49128 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74253 On Jul 9, 2014, at 4:38 AM, varun bhatnagar = wrote: > Hi, >=20 > I am trying to shift my application from JAVA to Python and in JAVA I = am using ATL Transformations (modelling techniques). Is it possible to = do that with Python, does python support ATL Transformations. If not is = there any API/library/module which supports this? >=20 > Any kind of help will be appreciated! :) >=20 > Thanks, > BR, > Varun > --=20 > https://mail.python.org/mailman/listinfo/python-list I know next to nothing about model transformation languages. However, a = few seconds in Wikipedia and Google turned up: http://www.lfd.uci.edu/~gohlke/code/transformations.py.html If you Google for =93python model transformation=94 you will get a fair = list of other possibilities. -Bill=