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

* The following features are supported: *

*

* * @see hu.bme.mit.inf.dslreasoner.smtLanguage.SmtLanguagePackage#getSMTModelResult() * @model * @generated */ public interface SMTModelResult extends SMTResult { /** * Returns the value of the 'New Function Declarations' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.smtLanguage.SMTFunctionDeclaration}. * *

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

* * @return the value of the 'New Function Declarations' containment reference list. * @see hu.bme.mit.inf.dslreasoner.smtLanguage.SmtLanguagePackage#getSMTModelResult_NewFunctionDeclarations() * @model containment="true" * @generated */ EList getNewFunctionDeclarations(); /** * Returns the value of the 'Type Definitions' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.smtLanguage.SMTCardinalityConstraint}. * *

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

* * @return the value of the 'Type Definitions' containment reference list. * @see hu.bme.mit.inf.dslreasoner.smtLanguage.SmtLanguagePackage#getSMTModelResult_TypeDefinitions() * @model containment="true" * @generated */ EList getTypeDefinitions(); /** * Returns the value of the 'New Function Definitions' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.smtLanguage.SMTFunctionDefinition}. * *

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

* * @return the value of the 'New Function Definitions' containment reference list. * @see hu.bme.mit.inf.dslreasoner.smtLanguage.SmtLanguagePackage#getSMTModelResult_NewFunctionDefinitions() * @model containment="true" * @generated */ EList getNewFunctionDefinitions(); } // SMTModelResult