/** */ package hu.bme.mit.inf.dslreasoner.smtLanguage; /** * * A representation of the model object 'SMT Par Then Combinator'. * * *

* The following features are supported: *

*

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

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

* * @return the value of the 'Pre Processing Tactic' containment reference. * @see #setPreProcessingTactic(SMTReasoningTactic) * @see hu.bme.mit.inf.dslreasoner.smtLanguage.SmtLanguagePackage#getSMTParThenCombinator_PreProcessingTactic() * @model containment="true" * @generated */ SMTReasoningTactic getPreProcessingTactic(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.smtLanguage.SMTParThenCombinator#getPreProcessingTactic Pre Processing Tactic}' containment reference. * * * @param value the new value of the 'Pre Processing Tactic' containment reference. * @see #getPreProcessingTactic() * @generated */ void setPreProcessingTactic(SMTReasoningTactic value); /** * Returns the value of the 'Paralelly Postpricessing Tactic' containment reference. * *

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

* * @return the value of the 'Paralelly Postpricessing Tactic' containment reference. * @see #setParalellyPostpricessingTactic(SMTReasoningTactic) * @see hu.bme.mit.inf.dslreasoner.smtLanguage.SmtLanguagePackage#getSMTParThenCombinator_ParalellyPostpricessingTactic() * @model containment="true" * @generated */ SMTReasoningTactic getParalellyPostpricessingTactic(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.smtLanguage.SMTParThenCombinator#getParalellyPostpricessingTactic Paralelly Postpricessing Tactic}' containment reference. * * * @param value the new value of the 'Paralelly Postpricessing Tactic' containment reference. * @see #getParalellyPostpricessingTactic() * @generated */ void setParalellyPostpricessingTactic(SMTReasoningTactic value); } // SMTParThenCombinator