/** */ package ca.mcgill.ecse.dslreasoner.standalone.test.filesystem; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'Dir'. * * *

* The following features are supported: *

* * * @see ca.mcgill.ecse.dslreasoner.standalone.test.filesystem.filesystemPackage#getDir() * @model * @generated */ public interface Dir extends FSObject { /** * Returns the value of the 'Contents' containment reference list. * The list contents are of type {@link ca.mcgill.ecse.dslreasoner.standalone.test.filesystem.FSObject}. * It is bidirectional and its opposite is '{@link ca.mcgill.ecse.dslreasoner.standalone.test.filesystem.FSObject#getParent Parent}'. * *

* If the meaning of the 'Contents' containment reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Contents' containment reference list. * @see ca.mcgill.ecse.dslreasoner.standalone.test.filesystem.filesystemPackage#getDir_Contents() * @see ca.mcgill.ecse.dslreasoner.standalone.test.filesystem.FSObject#getParent * @model opposite="parent" containment="true" * @generated */ EList getContents(); } // Dir