blob: 978bae6ca845ed8bf8c8da1c39f12196ce6ec8b9 [file] [log] [blame]
/*
* Copyright (c) 2005, 2011 IBM Corporation, CEA, and others.
* 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:
* IBM - initial API and implementation
* Kenn Hussey (CEA) - 327039, 351774
*
*/
package org.eclipse.uml2.uml;
import java.util.Map;
import org.eclipse.emf.common.util.DiagnosticChain;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Template Binding</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A template binding represents a relationship between a templateable element and a template. A template binding specifies the substitutions of actual parameters for the formal parameters of the template.
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.uml2.uml.TemplateBinding#getParameterSubstitutions <em>Parameter Substitution</em>}</li>
* <li>{@link org.eclipse.uml2.uml.TemplateBinding#getSignature <em>Signature</em>}</li>
* <li>{@link org.eclipse.uml2.uml.TemplateBinding#getBoundElement <em>Bound Element</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.uml2.uml.UMLPackage#getTemplateBinding()
* @model
* @generated
*/
public interface TemplateBinding
extends DirectedRelationship {
/**
* Returns the value of the '<em><b>Signature</b></em>' reference.
* <p>
* This feature subsets the following features:
* <ul>
* <li>'{@link org.eclipse.uml2.uml.DirectedRelationship#getTargets() <em>Target</em>}'</li>
* </ul>
* </p>
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The template signature for the template that is the target of the binding.
* <!-- end-model-doc -->
* @return the value of the '<em>Signature</em>' reference.
* @see #setSignature(TemplateSignature)
* @see org.eclipse.uml2.uml.UMLPackage#getTemplateBinding_Signature()
* @model required="true" ordered="false"
* @generated
*/
TemplateSignature getSignature();
/**
* Sets the value of the '{@link org.eclipse.uml2.uml.TemplateBinding#getSignature <em>Signature</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Signature</em>' reference.
* @see #getSignature()
* @generated
*/
void setSignature(TemplateSignature value);
/**
* Returns the value of the '<em><b>Parameter Substitution</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.uml2.uml.TemplateParameterSubstitution}.
* It is bidirectional and its opposite is '{@link org.eclipse.uml2.uml.TemplateParameterSubstitution#getTemplateBinding <em>Template Binding</em>}'.
* <p>
* This feature subsets the following features:
* <ul>
* <li>'{@link org.eclipse.uml2.uml.Element#getOwnedElements() <em>Owned Element</em>}'</li>
* </ul>
* </p>
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The parameter substitutions owned by this template binding.
* <!-- end-model-doc -->
* @return the value of the '<em>Parameter Substitution</em>' containment reference list.
* @see org.eclipse.uml2.uml.UMLPackage#getTemplateBinding_ParameterSubstitution()
* @see org.eclipse.uml2.uml.TemplateParameterSubstitution#getTemplateBinding
* @model opposite="templateBinding" containment="true" resolveProxies="true" ordered="false"
* @generated
*/
EList<TemplateParameterSubstitution> getParameterSubstitutions();
/**
* Creates a new {@link org.eclipse.uml2.uml.TemplateParameterSubstitution} and appends it to the '<em><b>Parameter Substitution</b></em>' containment reference list.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return The new {@link org.eclipse.uml2.uml.TemplateParameterSubstitution}.
* @see #getParameterSubstitutions()
* @generated
*/
TemplateParameterSubstitution createParameterSubstitution();
/**
* Returns the value of the '<em><b>Bound Element</b></em>' container reference.
* It is bidirectional and its opposite is '{@link org.eclipse.uml2.uml.TemplateableElement#getTemplateBindings <em>Template Binding</em>}'.
* <p>
* This feature subsets the following features:
* <ul>
* <li>'{@link org.eclipse.uml2.uml.Element#getOwner() <em>Owner</em>}'</li>
* <li>'{@link org.eclipse.uml2.uml.DirectedRelationship#getSources() <em>Source</em>}'</li>
* </ul>
* </p>
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* The element that is bound by this binding.
* <!-- end-model-doc -->
* @return the value of the '<em>Bound Element</em>' container reference.
* @see #setBoundElement(TemplateableElement)
* @see org.eclipse.uml2.uml.UMLPackage#getTemplateBinding_BoundElement()
* @see org.eclipse.uml2.uml.TemplateableElement#getTemplateBindings
* @model opposite="templateBinding" required="true" transient="false" ordered="false"
* @generated
*/
TemplateableElement getBoundElement();
/**
* Sets the value of the '{@link org.eclipse.uml2.uml.TemplateBinding#getBoundElement <em>Bound Element</em>}' container reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Bound Element</em>' container reference.
* @see #getBoundElement()
* @generated
*/
void setBoundElement(TemplateableElement value);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Each parameter substitution must refer to a formal template parameter of the target template signature.
* parameterSubstitution->forAll(b | template.parameter->includes(b.formal))
* @param diagnostics The chain of diagnostics to which problems are to be appended.
* @param context The cache of context-specific information.
* <!-- end-model-doc -->
* @model
* @generated
*/
boolean validateParameterSubstitutionFormal(DiagnosticChain diagnostics,
Map<Object, Object> context);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* A binding contains at most one parameter substitution for each formal template parameter of the target template signature.
* template.parameter->forAll(p | parameterSubstitution->select(b | b.formal = p)->size() <= 1)
* @param diagnostics The chain of diagnostics to which problems are to be appended.
* @param context The cache of context-specific information.
* <!-- end-model-doc -->
* @model
* @generated
*/
boolean validateOneParameterSubstitution(DiagnosticChain diagnostics,
Map<Object, Object> context);
} // TemplateBinding