blob: 05ca5f866df3d837450f3ef120e68134f34560b4 [file] [log] [blame]
/*******************************************************************************
* * Copyright (c) 2015 University of Padova, Intecs
* *
* *
* * All rights reserved. This program and the accompanying materials
* * are made available under the terms of the Eclipse Public License v2.0
* * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v20.html
* *
*******************************************************************************/
/**
*/
package org.polarsys.chess.chessmlprofile.Dependability.ThreatsPropagation;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Degraded State</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* New Dep profile
* <!-- end-model-doc -->
*
*
* @see org.polarsys.chess.chessmlprofile.Dependability.ThreatsPropagation.ThreatsPropagationPackage#getDegradedState()
* @model
* @generated
*/
public interface DegradedState extends ThreatState {
} // DegradedState