[ http://jira.andromda.org/browse/UMLMETA-32?page=history ] Work on UMLMETA-32 started by Wouter Zoons
> New metafacade elements Extend and ExtensionPoint > ------------------------------------------------- > > Key: UMLMETA-32 > URL: http://jira.andromda.org/browse/UMLMETA-32 > Project: UML Metafacades > Type: New Feature > Reporter: Alexander Gordt > Assignee: Wouter Zoons > Priority: Minor > Attachments: UseCases.jpg > > Hi Wouter! > Could you please add the elements Extend and ExtensionPoint to the UML > Metafacade? > I attached a Screenshot with the modeled extensions to the use case model. > Here the new methods for UseCaseFacadeImpl: > protected Collection handleGetExtend() { > return metaObject.getExtend(); > } > protected Collection handleGetExtensionPoint() { > return metaObject.getExtensionPoint(); > } > ######################################################### > public class ExtensionPointFacadeLogicImpl > extends ExtensionPointFacadeLogic > { > // ---------------- constructor ------------------------------- > public ExtensionPointFacadeLogicImpl > (org.omg.uml.behavioralelements.usecases.ExtensionPoint metaObject, String > context) > { > super (metaObject, context); > } > > protected java.lang.Object handleGetUseCase() > { > return metaObject.getUseCase(); > } > } > ######################################################### > public class ExtendFacadeLogicImpl > extends ExtendFacadeLogic > { > // ---------------- constructor ------------------------------- > public ExtendFacadeLogicImpl > (org.omg.uml.behavioralelements.usecases.Extend metaObject, String context) > { > super (metaObject, context); > } > protected java.lang.Object handleGetBase() > { > return metaObject.getBase(); > } > protected java.lang.Object handleGetExtension() > { > return metaObject.getExtension(); > } > protected Collection handleGetExtensionPoint() > { > return metaObject.getExtensionPoint(); > } > } > Thanks a lot, > Alex -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.andromda.org/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ Andromda-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-devel
