All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.andromda.metafacades.uml14.InteractionFacadeLogicImpl Maven / Gradle / Ivy

Go to download

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.InteractionFacade.
 *
 * @see org.andromda.metafacades.uml.InteractionFacade
 * @author Bob Fields
 */
public class InteractionFacadeLogicImpl
    extends InteractionFacadeLogic
{
    private static final long serialVersionUID = -730807624906791161L;

    /**
     * @param metaObject
     * @param context
     */
    public InteractionFacadeLogicImpl (Object metaObject, String context)
    {
        super (metaObject, context);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy