blob: 00b5439c247ab914635f0fa590dc81a6ab151630 [file] [log] [blame]
/**
* Copyright (c) 2016, 2017 Willink Transformations 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:
* E.D.Willink - Initial API and implementation
*/
package org.eclipse.qvtd.umlx;
import java.util.Map;
import org.eclipse.emf.common.util.DiagnosticChain;
import org.eclipse.emf.ecore.EStructuralFeature;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Tx Part Node</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvtd.umlx.TxPartNode#getOwningTxKeyNode <em>Owning Tx Key Node</em>}</li>
* <li>{@link org.eclipse.qvtd.umlx.TxPartNode#isIsOpposite <em>Is Opposite</em>}</li>
* <li>{@link org.eclipse.qvtd.umlx.TxPartNode#getReferredEStructuralFeature <em>Referred EStructural Feature</em>}</li>
* </ul>
*
* @see org.eclipse.qvtd.umlx.UMLXPackage#getTxPartNode()
* @generated
*/
public interface TxPartNode extends TxNode {
/**
* Returns the value of the '<em><b>Owning Tx Key Node</b></em>' container reference.
* It is bidirectional and its opposite is '{@link org.eclipse.qvtd.umlx.TxKeyNode#getOwnedTxPartNodes <em>Owned Tx Part Nodes</em>}'.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Owning Tx Key Node</em>' container reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Owning Tx Key Node</em>' container reference.
* @see #setOwningTxKeyNode(TxKeyNode)
* @see org.eclipse.qvtd.umlx.UMLXPackage#getTxPartNode_OwningTxKeyNode()
* @see org.eclipse.qvtd.umlx.TxKeyNode#getOwnedTxPartNodes
* @generated
*/
TxKeyNode getOwningTxKeyNode();
/**
* Sets the value of the '{@link org.eclipse.qvtd.umlx.TxPartNode#getOwningTxKeyNode <em>Owning Tx Key Node</em>}' container reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Owning Tx Key Node</em>' container reference.
* @see #getOwningTxKeyNode()
* @generated
*/
void setOwningTxKeyNode(TxKeyNode value);
/**
* Returns the value of the '<em><b>Is Opposite</b></em>' attribute.
* The default value is <code>"false"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Is Opposite</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Is Opposite</em>' attribute.
* @see #setIsOpposite(boolean)
* @see org.eclipse.qvtd.umlx.UMLXPackage#getTxPartNode_IsOpposite()
* @generated
*/
boolean isIsOpposite();
/**
* Sets the value of the '{@link org.eclipse.qvtd.umlx.TxPartNode#isIsOpposite <em>Is Opposite</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Is Opposite</em>' attribute.
* @see #isIsOpposite()
* @generated
*/
void setIsOpposite(boolean value);
/**
* Returns the value of the '<em><b>Referred EStructural Feature</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Referred EStructural Feature</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Referred EStructural Feature</em>' reference.
* @see #setReferredEStructuralFeature(EStructuralFeature)
* @see org.eclipse.qvtd.umlx.UMLXPackage#getTxPartNode_ReferredEStructuralFeature()
* @generated
*/
EStructuralFeature getReferredEStructuralFeature();
/**
* Sets the value of the '{@link org.eclipse.qvtd.umlx.TxPartNode#getReferredEStructuralFeature <em>Referred EStructural Feature</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Referred EStructural Feature</em>' reference.
* @see #getReferredEStructuralFeature()
* @generated
*/
void setReferredEStructuralFeature(EStructuralFeature value);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
boolean validatePartIsPropertyOfKey(DiagnosticChain diagnostics, Map<Object, Object> context);
} // TxPartNode