/** * generated by Xtext 2.23.0 */ package fr.n7.game; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Transformation'. * * *

* The following features are supported: *

* * * @see fr.n7.game.GamePackage#getTransformation() * @model * @generated */ public interface Transformation extends EObject { /** * Returns the value of the 'Condition' containment reference. * * * @return the value of the 'Condition' containment reference. * @see #setCondition(Condition) * @see fr.n7.game.GamePackage#getTransformation_Condition() * @model containment="true" * @generated */ Condition getCondition(); /** * Sets the value of the '{@link fr.n7.game.Transformation#getCondition Condition}' containment reference. * * * @param value the new value of the 'Condition' containment reference. * @see #getCondition() * @generated */ void setCondition(Condition value); /** * Returns the value of the 'Objets In' attribute list. * The list contents are of type {@link java.lang.String}. * * * @return the value of the 'Objets In' attribute list. * @see fr.n7.game.GamePackage#getTransformation_ObjetsIn() * @model unique="false" * @generated */ EList getObjetsIn(); /** * Returns the value of the 'Objets Out' attribute list. * The list contents are of type {@link java.lang.String}. * * * @return the value of the 'Objets Out' attribute list. * @see fr.n7.game.GamePackage#getTransformation_ObjetsOut() * @model unique="false" * @generated */ EList getObjetsOut(); } // Transformation