public class StereotypedElementTransformation
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
StereotypedElementTransformation() |
Modifier and Type | Method and Description |
---|---|
void |
addStereotypes(java.util.Collection<com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype> stereotypes,
com.nomagic.magicdraw.core.Project project) |
static StereotypedElementTransformation |
getInstance() |
java.util.Set<com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype> |
getStereotypes() |
void |
removeAllRules(com.nomagic.magicdraw.core.Project project) |
void |
removeStereotypes(java.util.Collection<com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype> stereotypes,
com.nomagic.magicdraw.core.Project project) |
public static StereotypedElementTransformation getInstance()
public void addStereotypes(java.util.Collection<com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype> stereotypes, com.nomagic.magicdraw.core.Project project)
public void removeStereotypes(java.util.Collection<com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype> stereotypes, com.nomagic.magicdraw.core.Project project)
public void removeAllRules(com.nomagic.magicdraw.core.Project project)
public java.util.Set<com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype> getStereotypes()