org.andromda.metafacades.uml14.RedefinableTemplateSignatureFacadeLogicImpl 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!
// license-header java merge-point
//
// Generated by: MetafacadeLogicImpl.vsl in andromda-meta-cartridge.
package org.andromda.metafacades.uml14;
/**
*
* MetafacadeLogic implementation for org.andromda.metafacades.uml.RedefinableTemplateSignatureFacade.
*
* @see org.andromda.metafacades.uml.RedefinableTemplateSignatureFacade
*/
public class RedefinableTemplateSignatureFacadeLogicImpl
extends RedefinableTemplateSignatureFacadeLogic
{
private static final long serialVersionUID = 34L;
/**
* Public constructor for RedefinableTemplateSignatureFacadeLogicImpl
* @param metaObject
* @param context
* @see org.andromda.metafacades.uml.RedefinableTemplateSignatureFacade
*/
public RedefinableTemplateSignatureFacadeLogicImpl (Object metaObject, String context)
{
super(metaObject, context);
}
/**
*
* @return UnsupportedOperationException
* @see org.andromda.metafacades.uml.RedefinableTemplateSignatureFacade#getClassifier()
*/
protected Object handleGetClassifier()
{
throw new UnsupportedOperationException();
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy