379 lines
9.8 KiB
Java
379 lines
9.8 KiB
Java
/**
|
|
* generated by Xtext 2.23.0
|
|
*/
|
|
package fr.n7.game.impl;
|
|
|
|
import fr.n7.game.Action;
|
|
import fr.n7.game.Condition;
|
|
import fr.n7.game.GamePackage;
|
|
import fr.n7.game.Interaction;
|
|
|
|
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;
|
|
|
|
/**
|
|
* <!-- begin-user-doc -->
|
|
* An implementation of the model object '<em><b>Interaction</b></em>'.
|
|
* <!-- end-user-doc -->
|
|
* <p>
|
|
* The following features are implemented:
|
|
* </p>
|
|
* <ul>
|
|
* <li>{@link fr.n7.game.impl.InteractionImpl#getVisible <em>Visible</em>}</li>
|
|
* <li>{@link fr.n7.game.impl.InteractionImpl#getConnaissances <em>Connaissances</em>}</li>
|
|
* <li>{@link fr.n7.game.impl.InteractionImpl#getObjetsRecus <em>Objets Recus</em>}</li>
|
|
* <li>{@link fr.n7.game.impl.InteractionImpl#getObjetsConso <em>Objets Conso</em>}</li>
|
|
* <li>{@link fr.n7.game.impl.InteractionImpl#getActions <em>Actions</em>}</li>
|
|
* </ul>
|
|
*
|
|
* @generated
|
|
*/
|
|
public class InteractionImpl extends MinimalEObjectImpl.Container implements Interaction
|
|
{
|
|
/**
|
|
* The cached value of the '{@link #getVisible() <em>Visible</em>}' containment reference.
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @see #getVisible()
|
|
* @generated
|
|
* @ordered
|
|
*/
|
|
protected Condition visible;
|
|
|
|
/**
|
|
* The cached value of the '{@link #getConnaissances() <em>Connaissances</em>}' attribute list.
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @see #getConnaissances()
|
|
* @generated
|
|
* @ordered
|
|
*/
|
|
protected EList<String> connaissances;
|
|
|
|
/**
|
|
* The cached value of the '{@link #getObjetsRecus() <em>Objets Recus</em>}' attribute list.
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @see #getObjetsRecus()
|
|
* @generated
|
|
* @ordered
|
|
*/
|
|
protected EList<String> objetsRecus;
|
|
|
|
/**
|
|
* The cached value of the '{@link #getObjetsConso() <em>Objets Conso</em>}' attribute list.
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @see #getObjetsConso()
|
|
* @generated
|
|
* @ordered
|
|
*/
|
|
protected EList<String> objetsConso;
|
|
|
|
/**
|
|
* The cached value of the '{@link #getActions() <em>Actions</em>}' containment reference list.
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @see #getActions()
|
|
* @generated
|
|
* @ordered
|
|
*/
|
|
protected EList<Action> actions;
|
|
|
|
/**
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @generated
|
|
*/
|
|
protected InteractionImpl()
|
|
{
|
|
super();
|
|
}
|
|
|
|
/**
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @generated
|
|
*/
|
|
@Override
|
|
protected EClass eStaticClass()
|
|
{
|
|
return GamePackage.Literals.INTERACTION;
|
|
}
|
|
|
|
/**
|
|
* <!-- 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())
|
|
{
|
|
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, GamePackage.INTERACTION__VISIBLE, oldVisible, newVisible);
|
|
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)
|
|
msgs = ((InternalEObject)visible).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - GamePackage.INTERACTION__VISIBLE, null, msgs);
|
|
if (newVisible != null)
|
|
msgs = ((InternalEObject)newVisible).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - GamePackage.INTERACTION__VISIBLE, null, msgs);
|
|
msgs = basicSetVisible(newVisible, msgs);
|
|
if (msgs != null) msgs.dispatch();
|
|
}
|
|
else if (eNotificationRequired())
|
|
eNotify(new ENotificationImpl(this, Notification.SET, GamePackage.INTERACTION__VISIBLE, newVisible, newVisible));
|
|
}
|
|
|
|
/**
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @generated
|
|
*/
|
|
@Override
|
|
public EList<String> getConnaissances()
|
|
{
|
|
if (connaissances == null)
|
|
{
|
|
connaissances = new EDataTypeEList<String>(String.class, this, GamePackage.INTERACTION__CONNAISSANCES);
|
|
}
|
|
return connaissances;
|
|
}
|
|
|
|
/**
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @generated
|
|
*/
|
|
@Override
|
|
public EList<String> getObjetsRecus()
|
|
{
|
|
if (objetsRecus == null)
|
|
{
|
|
objetsRecus = new EDataTypeEList<String>(String.class, this, GamePackage.INTERACTION__OBJETS_RECUS);
|
|
}
|
|
return objetsRecus;
|
|
}
|
|
|
|
/**
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @generated
|
|
*/
|
|
@Override
|
|
public EList<String> getObjetsConso()
|
|
{
|
|
if (objetsConso == null)
|
|
{
|
|
objetsConso = new EDataTypeEList<String>(String.class, this, GamePackage.INTERACTION__OBJETS_CONSO);
|
|
}
|
|
return objetsConso;
|
|
}
|
|
|
|
/**
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @generated
|
|
*/
|
|
@Override
|
|
public EList<Action> getActions()
|
|
{
|
|
if (actions == null)
|
|
{
|
|
actions = new EObjectContainmentEList<Action>(Action.class, this, GamePackage.INTERACTION__ACTIONS);
|
|
}
|
|
return actions;
|
|
}
|
|
|
|
/**
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @generated
|
|
*/
|
|
@Override
|
|
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
|
|
{
|
|
switch (featureID)
|
|
{
|
|
case GamePackage.INTERACTION__VISIBLE:
|
|
return basicSetVisible(null, msgs);
|
|
case GamePackage.INTERACTION__ACTIONS:
|
|
return ((InternalEList<?>)getActions()).basicRemove(otherEnd, msgs);
|
|
}
|
|
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)
|
|
{
|
|
case GamePackage.INTERACTION__VISIBLE:
|
|
return getVisible();
|
|
case GamePackage.INTERACTION__CONNAISSANCES:
|
|
return getConnaissances();
|
|
case GamePackage.INTERACTION__OBJETS_RECUS:
|
|
return getObjetsRecus();
|
|
case GamePackage.INTERACTION__OBJETS_CONSO:
|
|
return getObjetsConso();
|
|
case GamePackage.INTERACTION__ACTIONS:
|
|
return getActions();
|
|
}
|
|
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)
|
|
{
|
|
case GamePackage.INTERACTION__VISIBLE:
|
|
setVisible((Condition)newValue);
|
|
return;
|
|
case GamePackage.INTERACTION__CONNAISSANCES:
|
|
getConnaissances().clear();
|
|
getConnaissances().addAll((Collection<? extends String>)newValue);
|
|
return;
|
|
case GamePackage.INTERACTION__OBJETS_RECUS:
|
|
getObjetsRecus().clear();
|
|
getObjetsRecus().addAll((Collection<? extends String>)newValue);
|
|
return;
|
|
case GamePackage.INTERACTION__OBJETS_CONSO:
|
|
getObjetsConso().clear();
|
|
getObjetsConso().addAll((Collection<? extends String>)newValue);
|
|
return;
|
|
case GamePackage.INTERACTION__ACTIONS:
|
|
getActions().clear();
|
|
getActions().addAll((Collection<? extends Action>)newValue);
|
|
return;
|
|
}
|
|
super.eSet(featureID, newValue);
|
|
}
|
|
|
|
/**
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @generated
|
|
*/
|
|
@Override
|
|
public void eUnset(int featureID)
|
|
{
|
|
switch (featureID)
|
|
{
|
|
case GamePackage.INTERACTION__VISIBLE:
|
|
setVisible((Condition)null);
|
|
return;
|
|
case GamePackage.INTERACTION__CONNAISSANCES:
|
|
getConnaissances().clear();
|
|
return;
|
|
case GamePackage.INTERACTION__OBJETS_RECUS:
|
|
getObjetsRecus().clear();
|
|
return;
|
|
case GamePackage.INTERACTION__OBJETS_CONSO:
|
|
getObjetsConso().clear();
|
|
return;
|
|
case GamePackage.INTERACTION__ACTIONS:
|
|
getActions().clear();
|
|
return;
|
|
}
|
|
super.eUnset(featureID);
|
|
}
|
|
|
|
/**
|
|
* <!-- begin-user-doc -->
|
|
* <!-- end-user-doc -->
|
|
* @generated
|
|
*/
|
|
@Override
|
|
public boolean eIsSet(int featureID)
|
|
{
|
|
switch (featureID)
|
|
{
|
|
case GamePackage.INTERACTION__VISIBLE:
|
|
return visible != null;
|
|
case GamePackage.INTERACTION__CONNAISSANCES:
|
|
return connaissances != null && !connaissances.isEmpty();
|
|
case GamePackage.INTERACTION__OBJETS_RECUS:
|
|
return objetsRecus != null && !objetsRecus.isEmpty();
|
|
case GamePackage.INTERACTION__OBJETS_CONSO:
|
|
return objetsConso != null && !objetsConso.isEmpty();
|
|
case GamePackage.INTERACTION__ACTIONS:
|
|
return actions != null && !actions.isEmpty();
|
|
}
|
|
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);
|
|
result.append(", objetsConso: ");
|
|
result.append(objetsConso);
|
|
result.append(')');
|
|
return result.toString();
|
|
}
|
|
|
|
} //InteractionImpl
|