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