org.andromda.metafacades.emf.uml22.AssociationEnd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of andromda-metafacades-emf-uml22 Show documentation
Show all versions of andromda-metafacades-emf-uml22 Show documentation
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.eclipse.uml2.uml.Property;
/**
* Represents an AssociationEnd metaclass (was needed because it doesn't exist
* in the uml2 metamodel).
*
* @author Cédric Jeanneret
*/
public interface AssociationEnd
extends Property
{
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy