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