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