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