1 package org.andromda.metafacades.emf.uml22;
2
3 /**
4 * MetafacadeLogic implementation for org.andromda.metafacades.uml.Destination.
5 *
6 * @see org.andromda.metafacades.uml.Destination
7 */
8 public class DestinationLogicImpl
9 extends DestinationLogic
10 {
11 private static final long serialVersionUID = 34L;
12 /**
13 * @param metaObject
14 * @param context
15 */
16 public DestinationLogicImpl(final Object metaObject, final String context)
17 {
18 super (metaObject, context);
19 }
20 }