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

org.andromda.metafacades.emf.uml22.ObjectFlowStateFacadeLogicImpl Maven / Gradle / Ivy

Go to download

The Eclipse EMF UML2 v2.X metafacades. This is the set of EMF UML2 2.X metafacades implementations. These implement the common UML metafacades for .uml model files.

The newest version!
package org.andromda.metafacades.emf.uml22;

import org.andromda.metafacades.uml.ClassifierFacade;

/**
 * MetafacadeLogic implementation for
 * org.andromda.metafacades.uml.ObjectFlowStateFacade.
 * TODO: need to be implemented
 *
 * @see org.andromda.metafacades.uml.ObjectFlowStateFacade
 */
public class ObjectFlowStateFacadeLogicImpl
    extends ObjectFlowStateFacadeLogic
{
    private static final long serialVersionUID = 34L;
    /**
     * @param metaObject
     * @param context
     */
    public ObjectFlowStateFacadeLogicImpl(
        final Object metaObject,
        final String context)
    {
        super(metaObject, context);
    }

    /**
     * @see org.andromda.metafacades.uml.ObjectFlowStateFacade#getType()
     */
    @Override
    protected ClassifierFacade handleGetType()
    {
        // TODO: add your implementation here!
        return null;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy