/** * generated by Xtext 2.16.0 */ package hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; import org.eclipse.viatra.query.patternlanguage.emf.vql.Pattern; /** * * A representation of the model object 'Mapping Definition'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.CftLanguagePackage#getMappingDefinition() * @model * @generated */ public interface MappingDefinition extends EObject { /** * Returns the value of the 'Top Level' attribute. * *

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

* * @return the value of the 'Top Level' attribute. * @see #setTopLevel(boolean) * @see hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.CftLanguagePackage#getMappingDefinition_TopLevel() * @model * @generated */ boolean isTopLevel(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.MappingDefinition#isTopLevel Top Level}' attribute. * * * @param value the new value of the 'Top Level' attribute. * @see #isTopLevel() * @generated */ void setTopLevel(boolean value); /** * Returns the value of the 'Pattern' reference. * *

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

* * @return the value of the 'Pattern' reference. * @see #setPattern(Pattern) * @see hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.CftLanguagePackage#getMappingDefinition_Pattern() * @model * @generated */ Pattern getPattern(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.MappingDefinition#getPattern Pattern}' reference. * * * @param value the new value of the 'Pattern' reference. * @see #getPattern() * @generated */ void setPattern(Pattern value); /** * Returns the value of the 'Parameters' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.MappingParameter}. * *

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

* * @return the value of the 'Parameters' containment reference list. * @see hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.CftLanguagePackage#getMappingDefinition_Parameters() * @model containment="true" * @generated */ EList getParameters(); /** * Returns the value of the 'Component Instance' containment reference. * *

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

* * @return the value of the 'Component Instance' containment reference. * @see #setComponentInstance(ComponentInstance) * @see hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.CftLanguagePackage#getMappingDefinition_ComponentInstance() * @model containment="true" * @generated */ ComponentInstance getComponentInstance(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.MappingDefinition#getComponentInstance Component Instance}' containment reference. * * * @param value the new value of the 'Component Instance' containment reference. * @see #getComponentInstance() * @generated */ void setComponentInstance(ComponentInstance value); /** * Returns the value of the 'Lookup Definitions' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.LookupDefinition}. * *

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

* * @return the value of the 'Lookup Definitions' containment reference list. * @see hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.CftLanguagePackage#getMappingDefinition_LookupDefinitions() * @model containment="true" * @generated */ EList getLookupDefinitions(); /** * Returns the value of the 'Assignments' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.Assignment}. * *

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

* * @return the value of the 'Assignments' containment reference list. * @see hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.CftLanguagePackage#getMappingDefinition_Assignments() * @model containment="true" * @generated */ EList getAssignments(); } // MappingDefinition