/** */ package hu.bme.mit.inf.dslreasoner.smtLanguage; /** * * A representation of the model object 'SMT Complex Sat Command'. * * *

* The following features are supported: *

*

* * @see hu.bme.mit.inf.dslreasoner.smtLanguage.SmtLanguagePackage#getSMTComplexSatCommand() * @model * @generated */ public interface SMTComplexSatCommand extends SMTSatCommand { /** * Returns the value of the 'Method' containment reference. * *

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

* * @return the value of the 'Method' containment reference. * @see #setMethod(SMTReasoningTactic) * @see hu.bme.mit.inf.dslreasoner.smtLanguage.SmtLanguagePackage#getSMTComplexSatCommand_Method() * @model containment="true" * @generated */ SMTReasoningTactic getMethod(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.smtLanguage.SMTComplexSatCommand#getMethod Method}' containment reference. * * * @param value the new value of the 'Method' containment reference. * @see #getMethod() * @generated */ void setMethod(SMTReasoningTactic value); } // SMTComplexSatCommand