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

tools.vitruv.change.testutils.changevisualization.tree.decoder.echange.RemoveEAttributeValueDecoder Maven / Gradle / Ivy

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