/** * generated by Xtext 2.21.0 */ package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Partial Model Entry'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getPartialModelEntry() * @model * @generated */ public interface PartialModelEntry extends EObject { /** * Returns the value of the 'Path' containment reference. * * * @return the value of the 'Path' containment reference. * @see #setPath(File) * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getPartialModelEntry_Path() * @model containment="true" * @generated */ File getPath(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelEntry#getPath Path}' containment reference. * * * @param value the new value of the 'Path' containment reference. * @see #getPath() * @generated */ void setPath(File value); } // PartialModelEntry