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

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getPatternElement() * @model * @generated */ public interface PatternElement extends PatternEntry { /** * Returns the value of the 'Pattern' reference. * *

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

* * @return the value of the 'Pattern' reference. * @see #setPattern(Pattern) * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getPatternElement_Pattern() * @model * @generated */ Pattern getPattern(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PatternElement#getPattern Pattern}' reference. * * * @param value the new value of the 'Pattern' reference. * @see #getPattern() * @generated */ void setPattern(Pattern value); } // PatternElement