/** * generated by Xtext 2.12.0 */ package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'Partial Model Specification'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getPartialModelSpecification() * @model * @generated */ public interface PartialModelSpecification extends PartialModel { /** * Returns the value of the 'Entry' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelEntry}. * *

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

* * @return the value of the 'Entry' containment reference list. * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getPartialModelSpecification_Entry() * @model containment="true" * @generated */ EList getEntry(); } // PartialModelSpecification