package org.andromda.metafacades.emf.uml22;
/**
* MetafacadeLogic implementation for org.andromda.metafacades.uml.Destination.
*
* @see org.andromda.metafacades.uml.Destination
*/
public class DestinationLogicImpl
extends DestinationLogic
{
private static final long serialVersionUID = 34L;
/**
* @param metaObject
* @param context
*/
public DestinationLogicImpl(final Object metaObject, final String context)
{
super (metaObject, context);
}
}