blob: 3006b14d9f139b47c4291c7a4a40bf2c2ea2f4d8 [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:
* Regent L'Archeveque - initial API and implementation
*
* SPDX-License-Identifier: EPL-1.0
* *******************************************************************************
*/
package org.eclipse.apogy.core.environment.earth.orbit.planner;
import java.util.List;
import org.eclipse.apogy.common.emf.NamedDescribedElement;
import org.eclipse.apogy.common.processors.Processor;
import org.eclipse.apogy.core.environment.earth.orbit.VisibilityPass;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Observation Analysis Plan Generator</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.apogy.core.environment.earth.orbit.planner.ApogyCoreEnvironmentEarthOrbitPlannerPackage#getObservationAnalysisPlanGenerator()
* @model superTypes="org.eclipse.apogy.common.processors.Processor&lt;org.eclipse.apogy.core.environment.earth.orbit.planner.VisibilityPassesList, org.eclipse.apogy.core.environment.earth.orbit.planner.ObservationAnalysisPlannerNode&gt; org.eclipse.apogy.common.emf.NamedDescribedElement"
* annotation="http://www.eclipse.org/apogy hasCustomClass='true'"
* @generated
*/
public interface ObservationAnalysisPlanGenerator extends Processor<List<VisibilityPass>, ObservationAnalysisPlannerNode>, NamedDescribedElement {
} // ObservationAnalysisPlanGenerator