From: <ph...@fr...> - 2010-09-08 10:01:21
|
Hello, In the following section, I define the 'speaks' relation twice, once in the CountryLanguage schema and once in the LatinIsNotASpoken schema, because I couldn't find a way to make it global in Eclipse CZT. I tried adding it after [LANGUAGE] basic type, but to no avail, because CZT assumed that was a comment. -------------- [COUNTRY] [LANGUAGE] ... add 'speaks' here? CountryLanguage speaks: P ( COUNTRY x LANGUAGE) spoken: P ( LANGUAGE x COUNTRY) LatinIsNotASpokenLanguage Latin: LANGUAGE speaks: P ( COUNTRY x LANGUAGE) ... ------------- Is there a way to make relationships global? Furthermore, is there a special character in Z which lets you create commments? Many thanks. pr |