001/* 002 * Copyright c 2018 Rusi Popov, MDA Tools.net All rights reserved. 003 * 004 * This program and the accompanying materials are made available under the terms of the 005 * Eclipse Public License v2.0 which accompanies this distribution, and is available at 006 * http://www.eclipse.org/legal/epl-v20.html 007 */ 008package net.mdatools.modelant.uml13.maven.plugin.compare; 009 010/** 011 * A pair of correspondent classes in the metamodels to compare, that should be considered equal 012 * Used as <metaclass> element in the plugin's configuration. 013 * @author Rusi Popov (popovr@mdatools.net) 014 */ 015public class Equal extends net.mdatools.modelant.core.operation.model.match.Equal { 016 /** 017 * Used by MAVEN - it will take care to initialize the fields before instance's use. 018 */ 019 public Equal() { 020 } 021}