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

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

The newest version!
/**
 * 
 */
package tools.vitruv.change.testutils.changevisualization.tree.decoder.echange;

/**
 * Decoder for insertEAttribute value changes
 * 
 * @author Andreas Loeffler
 */
public class InsertEAttributeValueDecoder extends InsertRemoveDecoder {
	
	
	public InsertEAttributeValueDecoder() {
		super("InsertEAttributeValue","newValue");
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy