Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » [HUTN] Problem Linux with property "upper" of the UML.ecore
[HUTN] Problem Linux with property "upper" of the UML.ecore [message #583417] Fri, 04 December 2009 08:57
Raul  is currently offline Raul Friend
Messages: 14
Registered: November 2009
Junior Member
Hi, I am working with epsilon_0.8.8 in linux and I am using eclipse Ganymede 3.4.0.
I have problem with property "upper" of the model "UML.ecore".
I test the same file in Windows XP and I have not any problem.
Thanks!

This file HUTN shows this error: Reason: Expected UnlimitedNatural for: upper.

@Spec {
metamodel "UML" {
nsUri: "http://www.eclipse.org/uml2/2.1.0/UML"
}
}

uml {
Model "Model1"{
name: "Model1"
nestedPackage: Package "Package1"
}

Package "Package1"{
name: "Package1"
packagedElement: Class "Class1" {name : "Class1"},
Class "Class2" {name : "Class2"},
Association "Association1" {
name : "Association1"
ownedEnd: Property "src1" {
name : "src1"
type : Class "Class1"
upper : -1
lower : 1
},
Property "dst1"{
name : "dst1"
type : Class "Class2"
upper : -1 // FAILS HERE
lower : 1
}
memberEnd: Property "src2", Property "dst2"
},
Property "scr2",
Property "dst2"
}

Property "src2"{
name : "src2"
type : Class "Class1"
upper : -1 // FAILS HERE
lower : 1
}

Property "dst2"{
name : "dst2"
type : Class "Class2"
upper : 1 // FAILS HERE
lower : 1
}

}
Previous Topic:Eugenia: Starters/ideas to automate GMF generation?
Next Topic:Re: [HUTN] Problem Linux with property "upper" of the UML.ecore
Goto Forum:
  


Current Time: Fri Apr 19 10:37:51 GMT 2024

Powered by FUDForum. Page generated in 0.01916 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top