01: package org.andromda.metafacades.emf.uml2;
02:
03: /**
04: * MetafacadeLogic implementation for org.andromda.metafacades.uml.InteractionFacade.
05: *
06: * @see org.andromda.metafacades.uml.InteractionFacade
07: */
08: public class InteractionFacadeLogicImpl extends InteractionFacadeLogic {
09:
10: public InteractionFacadeLogicImpl(Object metaObject, String context) {
11: super(metaObject, context);
12: }
13: }
|