blob: 3f19c8663f983cb8ce7f98e60805844f7d0a2eba [file] [log] [blame]
/**
* Copyright (c) 2017 CEA LIST.
*
* 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:
* Arnault Lapitre (CEA LIST) arnault.lapitre@cea.fr
* - Initial API and Implementation
*/
package org.eclipse.efm.execution.core.workflow.coverage;
import org.eclipse.efm.execution.core.workflow.CoverageWorker;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Condition Decision Coverage Worker</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.efm.execution.core.workflow.coverage.CoveragePackage#getConditionDecisionCoverageWorker()
* @model
* @generated
*/
public interface ConditionDecisionCoverageWorker extends CoverageWorker {
} // ConditionDecisionCoverageWorker