Closed
Description
Originally reported on Google Code with ID 76
class X
{
abstract;
}
Or,
abstract class X
{
}
The first syntax is suggested even though it is against the convention in other languages.
We already can declare a class as 'singleton'.
Doing this would require also changing UmpleOnline to allow marking a class as abstract.
There are metamodel and code generation implications.
Reported by @umple on 2011-06-24 13:41:07
Metadata
Metadata
Assignees
Labels
Related to the Umple grammar and the parser that builds the abstract syntax tree and analyses modelsShould be obvious how to fix it and doable in less than a week by an experienced Umple developerThis is a critical problem that needs immedate solution as it is blocking usersSuitable for 4th year capstone projects