tools.vitruv.change.testutils.changevisualization.tree.decoder.echange.RemoveEAttributeValueDecoder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tools.vitruv.change.testutils.changevisualization Show documentation
Show all versions of tools.vitruv.change.testutils.changevisualization Show documentation
Utilities for visualization changes on models
The newest version!
package tools.vitruv.change.testutils.changevisualization.tree.decoder.echange;
/**
* Decoder for removeEAttribute changes
*
* @author Andreas Loeffler
*/
public class RemoveEAttributeValueDecoder extends InsertRemoveDecoder {
public RemoveEAttributeValueDecoder() {
super("RemoveEAttributeValue","oldValue");
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy