blob: beeda2215600543cbea5c6c9a42b1059d45cbf56 [file] [log] [blame]
/**
* Copyright (c) 2016 ALL4TEC & CEA LIST.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* ALL4TEC & CEA LIST - initial API and implementation
*/
package org.polarsys.esf.esflocalanalysis;
import org.eclipse.uml2.uml.Property;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>SAnd Gate LAnalysis</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.polarsys.esf.esflocalanalysis.ISAndGateLAnalysis#getBase_Property <em>Base Property</em>}</li>
* </ul>
*
* @see org.polarsys.esf.esflocalanalysis.IESFLocalAnalysisPackage#getSAndGateLAnalysis()
* @model
* @generated
*/
public interface ISAndGateLAnalysis
extends IAbstractSLogicalGateLAnalysis {
/**
* Returns the value of the '<em><b>Base Property</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Property</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>Base Property</em>' reference.
* @see #setBase_Property(Property)
* @see org.polarsys.esf.esflocalanalysis.IESFLocalAnalysisPackage#getSAndGateLAnalysis_Base_Property()
* @model required="true" ordered="false"
* @generated
*/
Property getBase_Property();
/**
* Sets the value of the '{@link org.polarsys.esf.esflocalanalysis.ISAndGateLAnalysis#getBase_Property <em>Base Property</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @param value
* the new value of the '<em>Base Property</em>' reference.
* @see #getBase_Property()
* @generated
*/
void setBase_Property(Property value);
} // ISAndGateLAnalysis