/** * generated by Xtext 2.21.0 */ package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration; import org.eclipse.emf.ecore.EObject; import org.eclipse.viatra.query.patternlanguage.emf.vql.PatternModel; /** * * A representation of the model object 'Pattern Entry'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getPatternEntry() * @model * @generated */ public interface PatternEntry extends EObject { /** * Returns the value of the 'Package' reference. * * * @return the value of the 'Package' reference. * @see #setPackage(PatternModel) * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getPatternEntry_Package() * @model * @generated */ PatternModel getPackage(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternEntry#getPackage Package}' reference. * * * @param value the new value of the 'Package' reference. * @see #getPackage() * @generated */ void setPackage(PatternModel value); } // PatternEntry