projet-genie-logiciel-systeme/workspace/fr.n7.game/src-gen/fr/n7/gAME/impl/ActionImpl.java

452 lines
12 KiB
Java
Raw Normal View History

2021-11-30 17:25:45 +00:00
/**
* generated by Xtext 2.23.0
*/
2021-12-03 08:38:29 +00:00
package fr.n7.gAME.impl;
2021-12-03 07:37:31 +00:00
2021-12-03 08:38:29 +00:00
import fr.n7.gAME.Action;
import fr.n7.gAME.Condition;
import fr.n7.gAME.Description;
import fr.n7.gAME.GAMEPackage;
2021-11-30 17:25:45 +00:00
import java.util.Collection;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.NotificationChain;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
import org.eclipse.emf.ecore.util.EDataTypeEList;
import org.eclipse.emf.ecore.util.EObjectContainmentEList;
import org.eclipse.emf.ecore.util.InternalEList;
2021-11-30 17:25:45 +00:00
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Action</b></em>'.
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
2021-12-03 08:38:29 +00:00
* <li>{@link fr.n7.gAME.impl.ActionImpl#getDescriptions <em>Descriptions</em>}</li>
* <li>{@link fr.n7.gAME.impl.ActionImpl#getVisible <em>Visible</em>}</li>
* <li>{@link fr.n7.gAME.impl.ActionImpl#getConnaissances <em>Connaissances</em>}</li>
* <li>{@link fr.n7.gAME.impl.ActionImpl#getObjetsRecus <em>Objets Recus</em>}</li>
* <li>{@link fr.n7.gAME.impl.ActionImpl#getObjetsConso <em>Objets Conso</em>}</li>
* <li>{@link fr.n7.gAME.impl.ActionImpl#getFinInteraction <em>Fin Interaction</em>}</li>
2021-11-30 17:25:45 +00:00
* </ul>
*
* @generated
*/
public class ActionImpl extends MinimalEObjectImpl.Container implements Action
{
/**
* The cached value of the '{@link #getDescriptions() <em>Descriptions</em>}' containment reference list.
2021-11-30 17:25:45 +00:00
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getDescriptions()
2021-11-30 17:25:45 +00:00
* @generated
* @ordered
*/
protected EList<Description> descriptions;
2021-11-30 17:25:45 +00:00
/**
* The cached value of the '{@link #getVisible() <em>Visible</em>}' containment reference.
2021-11-30 17:25:45 +00:00
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getVisible()
2021-11-30 17:25:45 +00:00
* @generated
* @ordered
*/
protected Condition visible;
2021-11-30 17:25:45 +00:00
/**
* The cached value of the '{@link #getConnaissances() <em>Connaissances</em>}' attribute list.
2021-11-30 17:25:45 +00:00
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getConnaissances()
2021-11-30 17:25:45 +00:00
* @generated
* @ordered
*/
protected EList<String> connaissances;
2021-11-30 17:25:45 +00:00
/**
* The cached value of the '{@link #getObjetsRecus() <em>Objets Recus</em>}' attribute list.
2021-11-30 17:25:45 +00:00
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getObjetsRecus()
2021-11-30 17:25:45 +00:00
* @generated
* @ordered
*/
protected EList<String> objetsRecus;
2021-11-30 17:25:45 +00:00
/**
* The cached value of the '{@link #getObjetsConso() <em>Objets Conso</em>}' attribute list.
2021-11-30 17:25:45 +00:00
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getObjetsConso()
2021-11-30 17:25:45 +00:00
* @generated
* @ordered
*/
protected EList<String> objetsConso;
2021-11-30 17:25:45 +00:00
/**
* The cached value of the '{@link #getFinInteraction() <em>Fin Interaction</em>}' containment reference.
2021-11-30 17:25:45 +00:00
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getFinInteraction()
2021-11-30 17:25:45 +00:00
* @generated
* @ordered
2021-11-30 17:25:45 +00:00
*/
protected Condition finInteraction;
2021-11-30 17:25:45 +00:00
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected ActionImpl()
2021-11-30 17:25:45 +00:00
{
super();
2021-11-30 17:25:45 +00:00
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass()
2021-11-30 17:25:45 +00:00
{
2021-12-03 08:38:29 +00:00
return GAMEPackage.Literals.ACTION;
2021-11-30 17:25:45 +00:00
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public EList<Description> getDescriptions()
2021-11-30 17:25:45 +00:00
{
if (descriptions == null)
2021-11-30 17:25:45 +00:00
{
2021-12-03 08:38:29 +00:00
descriptions = new EObjectContainmentEList<Description>(Description.class, this, GAMEPackage.ACTION__DESCRIPTIONS);
2021-11-30 17:25:45 +00:00
}
return descriptions;
2021-11-30 17:25:45 +00:00
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public Condition getVisible()
{
return visible;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetVisible(Condition newVisible, NotificationChain msgs)
{
Condition oldVisible = visible;
visible = newVisible;
if (eNotificationRequired())
{
2021-12-03 08:38:29 +00:00
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, GAMEPackage.ACTION__VISIBLE, oldVisible, newVisible);
2021-11-30 17:25:45 +00:00
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void setVisible(Condition newVisible)
{
if (newVisible != visible)
{
NotificationChain msgs = null;
if (visible != null)
2021-12-03 08:38:29 +00:00
msgs = ((InternalEObject)visible).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - GAMEPackage.ACTION__VISIBLE, null, msgs);
2021-11-30 17:25:45 +00:00
if (newVisible != null)
2021-12-03 08:38:29 +00:00
msgs = ((InternalEObject)newVisible).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - GAMEPackage.ACTION__VISIBLE, null, msgs);
2021-11-30 17:25:45 +00:00
msgs = basicSetVisible(newVisible, msgs);
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
2021-12-03 08:38:29 +00:00
eNotify(new ENotificationImpl(this, Notification.SET, GAMEPackage.ACTION__VISIBLE, newVisible, newVisible));
2021-11-30 17:25:45 +00:00
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public EList<String> getConnaissances()
{
if (connaissances == null)
{
2021-12-03 08:38:29 +00:00
connaissances = new EDataTypeEList<String>(String.class, this, GAMEPackage.ACTION__CONNAISSANCES);
}
return connaissances;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public EList<String> getObjetsRecus()
{
if (objetsRecus == null)
{
2021-12-03 08:38:29 +00:00
objetsRecus = new EDataTypeEList<String>(String.class, this, GAMEPackage.ACTION__OBJETS_RECUS);
}
return objetsRecus;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public EList<String> getObjetsConso()
{
if (objetsConso == null)
{
2021-12-03 08:38:29 +00:00
objetsConso = new EDataTypeEList<String>(String.class, this, GAMEPackage.ACTION__OBJETS_CONSO);
}
return objetsConso;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public Condition getFinInteraction()
2021-11-30 17:25:45 +00:00
{
return finInteraction;
2021-11-30 17:25:45 +00:00
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetFinInteraction(Condition newFinInteraction, NotificationChain msgs)
2021-11-30 17:25:45 +00:00
{
Condition oldFinInteraction = finInteraction;
finInteraction = newFinInteraction;
2021-11-30 17:25:45 +00:00
if (eNotificationRequired())
{
2021-12-03 08:38:29 +00:00
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, GAMEPackage.ACTION__FIN_INTERACTION, oldFinInteraction, newFinInteraction);
2021-11-30 17:25:45 +00:00
if (msgs == null) msgs = notification; else msgs.add(notification);
}
return msgs;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void setFinInteraction(Condition newFinInteraction)
2021-11-30 17:25:45 +00:00
{
if (newFinInteraction != finInteraction)
2021-11-30 17:25:45 +00:00
{
NotificationChain msgs = null;
if (finInteraction != null)
2021-12-03 08:38:29 +00:00
msgs = ((InternalEObject)finInteraction).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - GAMEPackage.ACTION__FIN_INTERACTION, null, msgs);
if (newFinInteraction != null)
2021-12-03 08:38:29 +00:00
msgs = ((InternalEObject)newFinInteraction).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - GAMEPackage.ACTION__FIN_INTERACTION, null, msgs);
msgs = basicSetFinInteraction(newFinInteraction, msgs);
2021-11-30 17:25:45 +00:00
if (msgs != null) msgs.dispatch();
}
else if (eNotificationRequired())
2021-12-03 08:38:29 +00:00
eNotify(new ENotificationImpl(this, Notification.SET, GAMEPackage.ACTION__FIN_INTERACTION, newFinInteraction, newFinInteraction));
2021-11-30 17:25:45 +00:00
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
{
switch (featureID)
{
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__DESCRIPTIONS:
return ((InternalEList<?>)getDescriptions()).basicRemove(otherEnd, msgs);
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__VISIBLE:
2021-11-30 17:25:45 +00:00
return basicSetVisible(null, msgs);
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__FIN_INTERACTION:
return basicSetFinInteraction(null, msgs);
2021-11-30 17:25:45 +00:00
}
return super.eInverseRemove(otherEnd, featureID, msgs);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public Object eGet(int featureID, boolean resolve, boolean coreType)
{
switch (featureID)
{
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__DESCRIPTIONS:
return getDescriptions();
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__VISIBLE:
return getVisible();
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__CONNAISSANCES:
2021-11-30 17:25:45 +00:00
return getConnaissances();
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__OBJETS_RECUS:
return getObjetsRecus();
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__OBJETS_CONSO:
2021-11-30 17:25:45 +00:00
return getObjetsConso();
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__FIN_INTERACTION:
return getFinInteraction();
2021-11-30 17:25:45 +00:00
}
return super.eGet(featureID, resolve, coreType);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@SuppressWarnings("unchecked")
@Override
public void eSet(int featureID, Object newValue)
{
switch (featureID)
{
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__DESCRIPTIONS:
getDescriptions().clear();
getDescriptions().addAll((Collection<? extends Description>)newValue);
return;
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__VISIBLE:
setVisible((Condition)newValue);
return;
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__CONNAISSANCES:
2021-11-30 17:25:45 +00:00
getConnaissances().clear();
getConnaissances().addAll((Collection<? extends String>)newValue);
return;
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__OBJETS_RECUS:
getObjetsRecus().clear();
getObjetsRecus().addAll((Collection<? extends String>)newValue);
2021-11-30 17:25:45 +00:00
return;
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__OBJETS_CONSO:
2021-11-30 17:25:45 +00:00
getObjetsConso().clear();
getObjetsConso().addAll((Collection<? extends String>)newValue);
return;
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__FIN_INTERACTION:
setFinInteraction((Condition)newValue);
2021-11-30 17:25:45 +00:00
return;
}
super.eSet(featureID, newValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public void eUnset(int featureID)
{
switch (featureID)
{
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__DESCRIPTIONS:
getDescriptions().clear();
return;
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__VISIBLE:
setVisible((Condition)null);
return;
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__CONNAISSANCES:
2021-11-30 17:25:45 +00:00
getConnaissances().clear();
return;
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__OBJETS_RECUS:
getObjetsRecus().clear();
2021-11-30 17:25:45 +00:00
return;
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__OBJETS_CONSO:
2021-11-30 17:25:45 +00:00
getObjetsConso().clear();
return;
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__FIN_INTERACTION:
setFinInteraction((Condition)null);
2021-11-30 17:25:45 +00:00
return;
}
super.eUnset(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public boolean eIsSet(int featureID)
{
switch (featureID)
{
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__DESCRIPTIONS:
return descriptions != null && !descriptions.isEmpty();
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__VISIBLE:
return visible != null;
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__CONNAISSANCES:
2021-11-30 17:25:45 +00:00
return connaissances != null && !connaissances.isEmpty();
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__OBJETS_RECUS:
return objetsRecus != null && !objetsRecus.isEmpty();
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__OBJETS_CONSO:
2021-11-30 17:25:45 +00:00
return objetsConso != null && !objetsConso.isEmpty();
2021-12-03 08:38:29 +00:00
case GAMEPackage.ACTION__FIN_INTERACTION:
return finInteraction != null;
2021-11-30 17:25:45 +00:00
}
return super.eIsSet(featureID);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
public String toString()
{
if (eIsProxy()) return super.toString();
StringBuilder result = new StringBuilder(super.toString());
result.append(" (connaissances: ");
result.append(connaissances);
result.append(", objetsRecus: ");
result.append(objetsRecus);
2021-11-30 17:25:45 +00:00
result.append(", objetsConso: ");
result.append(objetsConso);
result.append(')');
return result.toString();
}
} //ActionImpl