/**
* generated by Xtext 2.23.0
*/
package fr.n7.pDL2;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Work Definition'.
*
*
*
* The following features are supported:
*
*
* - {@link fr.n7.pDL2.WorkDefinition#getName Name}
* - {@link fr.n7.pDL2.WorkDefinition#getLinksToPredecessors Links To Predecessors}
*
*
* @see fr.n7.pDL2.PDL2Package#getWorkDefinition()
* @model
* @generated
*/
public interface WorkDefinition extends ProcessElement
{
/**
* Returns the value of the 'Name' attribute.
*
*
* @return the value of the 'Name' attribute.
* @see #setName(String)
* @see fr.n7.pDL2.PDL2Package#getWorkDefinition_Name()
* @model
* @generated
*/
String getName();
/**
* Sets the value of the '{@link fr.n7.pDL2.WorkDefinition#getName Name}' attribute.
*
*
* @param value the new value of the 'Name' attribute.
* @see #getName()
* @generated
*/
void setName(String value);
/**
* Returns the value of the 'Links To Predecessors' containment reference list.
* The list contents are of type {@link org.eclipse.emf.ecore.EObject}.
*
*
* @return the value of the 'Links To Predecessors' containment reference list.
* @see fr.n7.pDL2.PDL2Package#getWorkDefinition_LinksToPredecessors()
* @model containment="true"
* @generated
*/
EList getLinksToPredecessors();
} // WorkDefinition