blob: 7b7b711cf4dfef5b7e14ef55d523fa90685ed554 [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2011 - 2014 University of Padova, Intecs
*
*
* 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
*
*
*****************************************************************************/
package org.polarsys.chess.chessmlprofile.Dependability.StateBased.StateBasedDataTypes;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Availability</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.polarsys.chess.chessmlprofile.Dependability.StateBased.StateBasedDataTypes.StateBasedDataTypesPackage#getAvailability()
* @model
* @generated
*/
public interface Availability extends DependabilityMeasure {
} // Availability