/** */ package hu.bme.mit.inf.dslreasoner.smtLanguage; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'SMT Using Param Combinator'. * * *

* The following features are supported: *

*

* * @see hu.bme.mit.inf.dslreasoner.smtLanguage.SmtLanguagePackage#getSMTUsingParamCombinator() * @model * @generated */ public interface SMTUsingParamCombinator extends SMTReasoningCombinator { /** * Returns the value of the 'Tactic' containment reference. * *

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

* * @return the value of the 'Tactic' containment reference. * @see #setTactic(SMTReasoningTactic) * @see hu.bme.mit.inf.dslreasoner.smtLanguage.SmtLanguagePackage#getSMTUsingParamCombinator_Tactic() * @model containment="true" * @generated */ SMTReasoningTactic getTactic(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.smtLanguage.SMTUsingParamCombinator#getTactic Tactic}' containment reference. * * * @param value the new value of the 'Tactic' containment reference. * @see #getTactic() * @generated */ void setTactic(SMTReasoningTactic value); /** * Returns the value of the 'Parameters' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.smtLanguage.ReasoningTacticParameter}. * *

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

* * @return the value of the 'Parameters' containment reference list. * @see hu.bme.mit.inf.dslreasoner.smtLanguage.SmtLanguagePackage#getSMTUsingParamCombinator_Parameters() * @model containment="true" * @generated */ EList getParameters(); } // SMTUsingParamCombinator