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

* The following features are supported: *

*

* * @see hu.bme.mit.inf.dslreasoner.smtLanguage.SmtLanguagePackage#getSMTAndThenCombinator() * @model * @generated */ public interface SMTAndThenCombinator extends SMTReasoningCombinator { /** * Returns the value of the 'Tactics' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.smtLanguage.SMTReasoningTactic}. * *

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

* * @return the value of the 'Tactics' containment reference list. * @see hu.bme.mit.inf.dslreasoner.smtLanguage.SmtLanguagePackage#getSMTAndThenCombinator_Tactics() * @model containment="true" * @generated */ EList getTactics(); } // SMTAndThenCombinator