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

org.andromda.metafacades.uml14.ActionStateFacadeLogicImpl 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;

import org.omg.uml.behavioralelements.activitygraphs.ActionState;
import org.omg.uml.behavioralelements.commonbehavior.Action;

/**
 * Metaclass facade implementation.
 * @author Bob Fields
 */
public class ActionStateFacadeLogicImpl
    extends ActionStateFacadeLogic
{
    private static final long serialVersionUID = 34L;
    /**
     * @param metaObject
     * @param context
     */
    public ActionStateFacadeLogicImpl(
        ActionState metaObject,
        String context)
    {
        super(metaObject, context);
    }

    /**
     * @see org.andromda.metafacades.uml14.ActionStateFacadeLogic#handleGetEntry()
     */
    protected Action handleGetEntry()
    {
        return metaObject.getEntry();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy