org.andromda.metafacades.uml14.DestinationLogicImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of andromda-metafacades-uml14 Show documentation
Show all versions of andromda-metafacades-uml14 Show documentation
The UML 1.4 metafacades. This is the set of UML 1.4 metafacades
implementations. These implement the common UML metafacades.
The newest version!
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);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy