/** */ package modes3; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Model Root'. * * *

* The following features are supported: *

* * * @see modes3.Modes3Package#getModes3ModelRoot() * @model * @generated */ public interface Modes3ModelRoot extends EObject { /** * Returns the value of the 'Id' attribute. * * * @return the value of the 'Id' attribute. * @see #setId(int) * @see modes3.Modes3Package#getModes3ModelRoot_Id() * @model * @generated */ int getId(); /** * Sets the value of the '{@link modes3.Modes3ModelRoot#getId Id}' attribute. * * * @param value the new value of the 'Id' attribute. * @see #getId() * @generated */ void setId(int value); /** * Returns the value of the 'Trains' containment reference list. * The list contents are of type {@link modes3.Train}. * * * @return the value of the 'Trains' containment reference list. * @see modes3.Modes3Package#getModes3ModelRoot_Trains() * @model containment="true" * @generated */ EList getTrains(); /** * Returns the value of the 'Segments' containment reference list. * The list contents are of type {@link modes3.SimpleSegment}. * * * @return the value of the 'Segments' containment reference list. * @see modes3.Modes3Package#getModes3ModelRoot_Segments() * @model containment="true" * @generated */ EList getSegments(); /** * Returns the value of the 'Turnouts' containment reference list. * The list contents are of type {@link modes3.Turnout}. * * * @return the value of the 'Turnouts' containment reference list. * @see modes3.Modes3Package#getModes3ModelRoot_Turnouts() * @model containment="true" * @generated */ EList getTurnouts(); } // Modes3ModelRoot