blob: 16413dc72959678d15adb8fce95bc1a9a8d7a737 [file] [log] [blame]
/**
* *******************************************************************************
* Copyright (c) 2018 Agence spatiale canadienne / Canadian Space Agency
* 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 - initial API and implementation
* Regent L'Archeveque
*
* SPDX-License-Identifier: EPL-1.0
* *******************************************************************************
*/
package org.eclipse.apogy.core.environment.earth.orbit.ui;
import org.eclipse.apogy.common.emf.ui.emfforms.NamedDescribedElementEMFFormsWizardPageProvider;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Observation Target Wizard Pages Provider</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* *
* WizardPagesProvider used to create a ObservationTarget.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.apogy.core.environment.earth.orbit.ui.ApogyCoreEnvironmentEarthOrbitUIPackage#getObservationTargetWizardPagesProvider()
* @model annotation="http://www.eclipse.org/apogy hasCustomClass='true'"
* @generated
*/
public interface ObservationTargetWizardPagesProvider extends NamedDescribedElementEMFFormsWizardPageProvider {
} // ObservationTargetWizardPagesProvider