blob: df25f47db7878dbe0a1f6da3094d79376a38ee04 [file] [log] [blame]
package ca.gc.asc_csa.apogy.addons;
/*
* Copyright (c) 2016 Canadian Space Agency (CSA) / Agence spatiale canadienne (ASC).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Pierre Allard (Pierre.Allard@canada.ca),
* Regent L'Archeveque (Regent.Larcheveque@canada.ca),
* Sebastien Gemme (Sebastien.Gemme@canada.ca),
* Canadian Space Agency (CSA) - Initial API and implementation
*/
import ca.gc.asc_csa.apogy.common.emf.Described;
import ca.gc.asc_csa.apogy.common.emf.Named;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Abstract Tool</b></em>'.
* <!-- end-user-doc -->
*
*
* @see ca.gc.asc_csa.apogy.addons.ApogyAddonsPackage#getAbstractTool()
* @model abstract="true"
* @generated
*/
public interface AbstractTool extends Named, Described
{
} // AbstractTool