001package org.andromda.metafacades.uml14;
002
003/**
004 * MetafacadeLogic implementation for org.andromda.metafacades.uml.Queue.
005 *
006 * @see org.andromda.metafacades.uml.Queue
007 * @author Bob Fields
008 */
009public class QueueLogicImpl
010    extends QueueLogic
011{
012    private static final long serialVersionUID = 7983114468869576391L;
013
014    /**
015     * @param metaObject
016     * @param context
017     */
018    public QueueLogicImpl (Object metaObject, String context)
019    {
020        super (metaObject, context);
021    }
022}