/** */ package hu.bme.mit.inf.dslreasoner.smtLanguage; /** * * A representation of the model object 'SMT Unsupported Result'. * * *

* The following features are supported: *

*

* * @see hu.bme.mit.inf.dslreasoner.smtLanguage.SmtLanguagePackage#getSMTUnsupportedResult() * @model * @generated */ public interface SMTUnsupportedResult extends SMTResult { /** * Returns the value of the 'Command' attribute. * *

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

* * @return the value of the 'Command' attribute. * @see #setCommand(String) * @see hu.bme.mit.inf.dslreasoner.smtLanguage.SmtLanguagePackage#getSMTUnsupportedResult_Command() * @model * @generated */ String getCommand(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.smtLanguage.SMTUnsupportedResult#getCommand Command}' attribute. * * * @param value the new value of the 'Command' attribute. * @see #getCommand() * @generated */ void setCommand(String value); } // SMTUnsupportedResult