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