/** * 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; /** * * A representation of the model object 'Component Definition'. * * *

* The following features are supported: *

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

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

* * @return the value of the 'Name' attribute. * @see #setName(String) * @see hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.CftLanguagePackage#getComponentDefinition_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.ComponentDefinition#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Input Events' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.InputEvent}. * *

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

* * @return the value of the 'Input Events' containment reference list. * @see hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.CftLanguagePackage#getComponentDefinition_InputEvents() * @model containment="true" * @generated */ EList getInputEvents(); /** * Returns the value of the 'Output Events' reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.EventDeclaration}. * *

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

* * @return the value of the 'Output Events' reference list. * @see hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.CftLanguagePackage#getComponentDefinition_OutputEvents() * @model * @generated */ EList getOutputEvents(); /** * Returns the value of the 'Event Definitions' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.EventDefinition}. * *

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

* * @return the value of the 'Event Definitions' containment reference list. * @see hu.bme.mit.inf.dslreasoner.faulttree.components.cftLanguage.CftLanguagePackage#getComponentDefinition_EventDefinitions() * @model containment="true" * @generated */ EList getEventDefinitions(); } // ComponentDefinition