/**
* generated by Xtext 2.23.0
*/
package fr.n7.pDL2;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Dependance Finish'.
*
*
*
* The following features are supported:
*
*
* - {@link fr.n7.pDL2.DependanceFinish#getPredecessor Predecessor}
* - {@link fr.n7.pDL2.DependanceFinish#getLink Link}
*
*
* @see fr.n7.pDL2.PDL2Package#getDependanceFinish()
* @model
* @generated
*/
public interface DependanceFinish extends EObject
{
/**
* Returns the value of the 'Predecessor' reference.
*
*
* @return the value of the 'Predecessor' reference.
* @see #setPredecessor(WorkDefinition)
* @see fr.n7.pDL2.PDL2Package#getDependanceFinish_Predecessor()
* @model
* @generated
*/
WorkDefinition getPredecessor();
/**
* Sets the value of the '{@link fr.n7.pDL2.DependanceFinish#getPredecessor Predecessor}' reference.
*
*
* @param value the new value of the 'Predecessor' reference.
* @see #getPredecessor()
* @generated
*/
void setPredecessor(WorkDefinition value);
/**
* Returns the value of the 'Link' containment reference.
*
*
* @return the value of the 'Link' containment reference.
* @see #setLink(WorkSequenceKindFinish)
* @see fr.n7.pDL2.PDL2Package#getDependanceFinish_Link()
* @model containment="true"
* @generated
*/
WorkSequenceKindFinish getLink();
/**
* Sets the value of the '{@link fr.n7.pDL2.DependanceFinish#getLink Link}' containment reference.
*
*
* @param value the new value of the 'Link' containment reference.
* @see #getLink()
* @generated
*/
void setLink(WorkSequenceKindFinish value);
} // DependanceFinish