blob: 6c3b3a68235c00917673830ed1670c44e3574070 [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2020 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:
* Saadia Dhouib (CEA LIST) saadia.dhouib@cea.fr - Initial API and implementation
*
*****************************************************************************/
package org.eclipse.papyrus.aas;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Access Control Policy Points</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.aas.AccessControlPolicyPoints#getLocalAccessControl <em>Local Access Control</em>}</li>
* <li>{@link org.eclipse.papyrus.aas.AccessControlPolicyPoints#isExternalAccessControl <em>External Access Control</em>}</li>
* <li>{@link org.eclipse.papyrus.aas.AccessControlPolicyPoints#isExternalInformationPoints <em>External Information Points</em>}</li>
* <li>{@link org.eclipse.papyrus.aas.AccessControlPolicyPoints#getInternalInformationPoint <em>Internal Information Point</em>}</li>
* <li>{@link org.eclipse.papyrus.aas.AccessControlPolicyPoints#isExternalPolicyDecisionPoints <em>External Policy Decision Points</em>}</li>
* <li>{@link org.eclipse.papyrus.aas.AccessControlPolicyPoints#isExternalPolicyEnforcementPoint <em>External Policy Enforcement Point</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.aas.AASPackage#getAccessControlPolicyPoints()
* @model
* @generated
*/
public interface AccessControlPolicyPoints extends EObject {
/**
* Returns the value of the '<em><b>Local Access Control</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Local Access Control</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>Local Access Control</em>' containment reference.
* @see #setLocalAccessControl(AccessControl)
* @see org.eclipse.papyrus.aas.AASPackage#getAccessControlPolicyPoints_LocalAccessControl()
* @model containment="true" required="true" ordered="false"
* @generated
*/
AccessControl getLocalAccessControl();
/**
* Sets the value of the '{@link org.eclipse.papyrus.aas.AccessControlPolicyPoints#getLocalAccessControl <em>Local Access Control</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @param value
* the new value of the '<em>Local Access Control</em>' containment reference.
* @see #getLocalAccessControl()
* @generated
*/
void setLocalAccessControl(AccessControl value);
/**
* Returns the value of the '<em><b>External Access Control</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>External Access Control</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>External Access Control</em>' attribute.
* @see #setExternalAccessControl(boolean)
* @see org.eclipse.papyrus.aas.AASPackage#getAccessControlPolicyPoints_ExternalAccessControl()
* @model required="true" ordered="false"
* @generated
*/
boolean isExternalAccessControl();
/**
* Sets the value of the '{@link org.eclipse.papyrus.aas.AccessControlPolicyPoints#isExternalAccessControl <em>External Access Control</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @param value
* the new value of the '<em>External Access Control</em>' attribute.
* @see #isExternalAccessControl()
* @generated
*/
void setExternalAccessControl(boolean value);
/**
* Returns the value of the '<em><b>External Information Points</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>External Information Points</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>External Information Points</em>' attribute.
* @see #setExternalInformationPoints(boolean)
* @see org.eclipse.papyrus.aas.AASPackage#getAccessControlPolicyPoints_ExternalInformationPoints()
* @model required="true" ordered="false"
* @generated
*/
boolean isExternalInformationPoints();
/**
* Sets the value of the '{@link org.eclipse.papyrus.aas.AccessControlPolicyPoints#isExternalInformationPoints <em>External Information Points</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @param value
* the new value of the '<em>External Information Points</em>' attribute.
* @see #isExternalInformationPoints()
* @generated
*/
void setExternalInformationPoints(boolean value);
/**
* Returns the value of the '<em><b>Internal Information Point</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Internal Information Point</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>Internal Information Point</em>' reference.
* @see #setInternalInformationPoint(Submodel)
* @see org.eclipse.papyrus.aas.AASPackage#getAccessControlPolicyPoints_InternalInformationPoint()
* @model required="true" ordered="false"
* @generated
*/
Submodel getInternalInformationPoint();
/**
* Sets the value of the '{@link org.eclipse.papyrus.aas.AccessControlPolicyPoints#getInternalInformationPoint <em>Internal Information Point</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @param value
* the new value of the '<em>Internal Information Point</em>' reference.
* @see #getInternalInformationPoint()
* @generated
*/
void setInternalInformationPoint(Submodel value);
/**
* Returns the value of the '<em><b>External Policy Decision Points</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>External Policy Decision Points</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>External Policy Decision Points</em>' attribute.
* @see #setExternalPolicyDecisionPoints(boolean)
* @see org.eclipse.papyrus.aas.AASPackage#getAccessControlPolicyPoints_ExternalPolicyDecisionPoints()
* @model required="true" ordered="false"
* @generated
*/
boolean isExternalPolicyDecisionPoints();
/**
* Sets the value of the '{@link org.eclipse.papyrus.aas.AccessControlPolicyPoints#isExternalPolicyDecisionPoints <em>External Policy Decision Points</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @param value
* the new value of the '<em>External Policy Decision Points</em>' attribute.
* @see #isExternalPolicyDecisionPoints()
* @generated
*/
void setExternalPolicyDecisionPoints(boolean value);
/**
* Returns the value of the '<em><b>External Policy Enforcement Point</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>External Policy Enforcement Point</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>External Policy Enforcement Point</em>' attribute.
* @see #setExternalPolicyEnforcementPoint(boolean)
* @see org.eclipse.papyrus.aas.AASPackage#getAccessControlPolicyPoints_ExternalPolicyEnforcementPoint()
* @model required="true" ordered="false"
* @generated
*/
boolean isExternalPolicyEnforcementPoint();
/**
* Sets the value of the '{@link org.eclipse.papyrus.aas.AccessControlPolicyPoints#isExternalPolicyEnforcementPoint <em>External Policy Enforcement Point</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @param value
* the new value of the '<em>External Policy Enforcement Point</em>' attribute.
* @see #isExternalPolicyEnforcementPoint()
* @generated
*/
void setExternalPolicyEnforcementPoint(boolean value);
} // AccessControlPolicyPoints