Skip to content
Commit ea603204 authored by Oliver Kellogg's avatar Oliver Kellogg
Browse files

umbrello/petaltree2uml.cpp - Add importing of enum types from Rose :

- New ClassifierListReader child class LiteralsReader furnishes
  boilerplate for converting from PetalNode to UMLEnumLiteral.
- In function umbrellify, if parsed class has some form of enum
  stereotype (such as "enum", "Enumeration", "CORBAEnum" etc) then
  - call Object_Factory::createUMLObject for type UMLObject::ot_Enum;
  - run LiteralsReader::read on the returned UMLEnum.

CCBUG: 81364
parent 2568815a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment